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

A list of the relevant tool calls