CodeInterpreterToolCallDetails interface

The detailed information about a code interpreter invocation by the model.

Properties

input

The input provided by the model to the code interpreter tool.

outputs

The outputs produced by the code interpreter tool back to the model in response to the tool call.

Property Details

input

The input provided by the model to the code interpreter tool.

input: string

Property Value

string

outputs

The outputs produced by the code interpreter tool back to the model in response to the tool call.

outputs: CodeInterpreterToolCallOutput[]

Property Value