Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/tools / / ExecutorEvent

Type Alias: ExecutorEvent

ts
type ExecutorEvent = 
  | ToolExecuteStartEvent
  | ToolExecuteEndEvent
  | ToolExecuteErrorEvent
  | StreamingEvent;

Defined in: packages/tools/src/executor/types.ts:38

Union of tool.execute.* events the executor forwards through streamingSink.