execute_code
Method
This is a method of the CodeAgent class in the code_agent module.Alias for execute() method.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
Alias for execute() method.
This is a method of the CodeAgent class in the code_agent module.Alias for execute() method.
def execute_code(code: str, language: str) -> Dict[str, Any]