SubmitToolOutputs

@Serializable
@SerialName(value = "submit_tool_outputs")
class SubmitToolOutputs(val toolOutputs: ToolOutputs) : RequiredAction

Constructors

Link copied to clipboard
constructor(toolOutputs: ToolOutputs)

Properties

Link copied to clipboard
@SerialName(value = "submit_tool_outputs")
val toolOutputs: ToolOutputs

A list of the relevant tool calls.