ToolCallOutputs

data class ToolCallOutputs(var toolCallId: String, var output: String)

Represents the response to a specific tool call. This is used when submitting tool outputs back to the RunHandler.

Constructors

Link copied to clipboard
constructor(toolCallId: String, output: String)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The output of the tool call, usually as a JSON string.

Link copied to clipboard

The ID of the tool call.