Skip to content

CodeExecutionConfig

autogen.coding.base.CodeExecutionConfig module-attribute #

CodeExecutionConfig = TypedDict('CodeExecutionConfig', {'executor': Literal['ipython-embedded', 'commandline-local'] | CodeExecutor, 'last_n_messages': int | Literal['auto'], 'timeout': int, 'use_docker': bool | str | list[str], 'work_dir': str, 'ipython-embedded': Mapping[str, Any], 'commandline-local': Mapping[str, Any]}, total=False)