toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.run
/
ToolOutputs
Tool
Outputs
@
Serializable
data
class
ToolOutputs
(
val
toolCalls
:
List
<
ToolCall
>
)
Details on the tool outputs needed for this run to continue.
Members
Constructors
Tool
Outputs
Link copied to clipboard
constructor
(
toolCalls
:
List
<
ToolCall
>
)
Properties
tool
Calls
Link copied to clipboard
@
SerialName
(
value
=
"tool_calls"
)
val
toolCalls
:
List
<
ToolCall
>
A list of the relevant tool calls