ToolCallState
Union
ToolCallState
type
Represents the lifecycle state of a ToolCall component.
'active'— the tool call is in progress'completed'— the tool call finished successfully'awaitingApproval'— the tool call requires user approval before it proceeds'error'— the tool call encountered an error
Possible values:
"active""completed""awaitingApproval""error"