toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.run
/
ToolCallStep
/
CodeInterpreter
Code
Interpreter
@
Serializable
@
SerialName
(
value
=
"code_interpreter"
)
data
class
CodeInterpreter
(
val
id
:
ToolCallStepId
,
val
codeInterpreter
:
CodeInterpreterToolCall
)
:
ToolCallStep
Members
Constructors
Code
Interpreter
Link copied to clipboard
constructor
(
id
:
ToolCallStepId
,
codeInterpreter
:
CodeInterpreterToolCall
)
Properties
code
Interpreter
Link copied to clipboard
@
SerialName
(
value
=
"code_interpreter"
)
val
codeInterpreter
:
CodeInterpreterToolCall
The Code Interpreter tool call definition.
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
ToolCallStepId
The ID of the tool call.