CodeInterpreterToolCall

data class CodeInterpreterToolCall(val id: String, val codeInterpreter: CodeInterpreter) : ToolCall

Represents a tool call by an com.cjcrafter.openai.assistants.Assistant to a code interpreter.

Constructors

Link copied to clipboard
constructor(id: String, codeInterpreter: CodeInterpreter)

Properties

Link copied to clipboard

The details about the input and output

Link copied to clipboard
open override val id: String

The unique id of this tool call

Link copied to clipboard
open override val type: Tool.Type

The type of tool call.