@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?
optionaloutput:unknown
errorText?
optionalerrorText:string
state
state:
"pending"|"success"|"error"
