CodeInterpreterToolCall

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
trait Serializable
trait Product
trait Equals
trait ToolCall
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product