Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

ToolCallState

Type Alias: ToolCallState

ts
type ToolCallState = 
  | "awaiting-input"
  | "input-streaming"
  | "input-complete"
  | "approval-requested"
  | "approval-responded";
type ToolCallState = 
  | "awaiting-input"
  | "input-streaming"
  | "input-complete"
  | "approval-requested"
  | "approval-responded";

Defined in: stream/types.ts:13

Tool call states - track the lifecycle of a tool call