Skip to content

@sqlrooms/ai / AgentToolCall

Type Alias: AgentToolCall

AgentToolCall = object

Represents the state of a single tool call made by an agent

Properties

toolCallId

toolCallId: string


toolName

toolName: string


output?

optional output: unknown


errorText?

optional errorText: string


state

state: "pending" | "success" | "error"