CodeInterpreterToolCall

@Serializable
data class CodeInterpreterToolCall(val input: String, val outputs: List<CodeInterpreterToolCallOutput>)

Constructors

Link copied to clipboard
constructor(input: String, outputs: List<CodeInterpreterToolCallOutput>)

Properties

Link copied to clipboard

The input to the Code Interpreter tool call.

Link copied to clipboard

The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including a text (logs) or images (image). Each of these is represented by a different object type.