sttp.openai.requests.threads.runs.ThreadRunsResponseData.CodeInterpreterToolCall
See theCodeInterpreterToolCall companion object
case class CodeInterpreterToolCall(id: String, `type`: String) extends ToolCall
Details of the Code Interpreter tool call the run step was involved in.
Value parameters
- codeInterpreter
-
The Code Interpreter tool call definition.
- id
-
The ID of the tool call.
- type
-
The type of tool call. This is always going to be code_interpreter for this type of tool call.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article