Skip to content

CodeResult

autogen.coding.CodeResult #

Bases: BaseModel

(Experimental) A class that represents the result of a code execution.

exit_code class-attribute instance-attribute #

exit_code = Field(description='The exit code of the code execution.')

output class-attribute instance-attribute #

output = Field(description='The output of the code execution.')