WaldiezAgentCodeExecutionConfigDict
WaldiezAgentCodeExecutionConfigDict =
object
Defined in: src/waldiez/models/Agent/Common/types.ts:17
Code execution configuration.
ParamΒΆ
The working directory
ParamΒΆ
Either boolean (to enable/disable) or string (to specify the images)
ParamΒΆ
The timeout
ParamΒΆ
The last N messages
ParamΒΆ
The functions (skill ids) to use
PropertiesΒΆ
functions?ΒΆ
optional
functions:string
[]
Defined in: src/waldiez/models/Agent/Common/types.ts:22
lastNMessages?ΒΆ
optional
lastNMessages:number
|"auto"
Defined in: src/waldiez/models/Agent/Common/types.ts:21
timeout?ΒΆ
optional
timeout:number
Defined in: src/waldiez/models/Agent/Common/types.ts:20
useDocker?ΒΆ
optional
useDocker:string
|string
[] |boolean
Defined in: src/waldiez/models/Agent/Common/types.ts:19
workDir?ΒΆ
optional
workDir:string
Defined in: src/waldiez/models/Agent/Common/types.ts:18