CodeExecutorFactory
Name | Description |
---|---|
code_execution_config | The code execution config, which is a dictionary that must contain the key “executor”. The value of the key “executor” can be either a string or an instance of CodeExecutor, in which case the code executor is returned directly. Type: CodeExecutionConfig |
Type | Description |
---|---|
CodeExecutor | CodeExecutor: The code executor. |