ToolOutputs

@Serializable
data class ToolOutputs(val toolCalls: List<ToolCall>)

Details on the tool outputs needed for this run to continue.

Constructors

Link copied to clipboard
constructor(toolCalls: List<ToolCall>)

Properties

Link copied to clipboard
@SerialName(value = "tool_calls")
val toolCalls: List<ToolCall>

A list of the relevant tool calls