AutoCodeInterpreterToolParam interface
Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on.
Properties
| file_ids | An optional list of uploaded files to make available to your code. |
| memory_limit | The memory limit for the code interpreter container, in bytes. |
| network_policy | The network access policy for the code interpreter container. |
| type | Always |
Property Details
file_ids
An optional list of uploaded files to make available to your code.
file_ids?: string[]
Property Value
string[]
memory_limit
The memory limit for the code interpreter container, in bytes.
memory_limit?: ContainerMemoryLimit
Property Value
network_policy
The network access policy for the code interpreter container.
network_policy?: ContainerNetworkPolicyParamUnion
Property Value
type
Always auto.
type: "auto"
Property Value
"auto"