Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/tools / / StreamingEvent

Type Alias: StreamingEvent

ts
type StreamingEvent = 
  | ToolExecuteProgressEvent
  | ToolExecutePartialEvent;

Defined in: packages/tools/src/streaming/channel.ts:27

Discriminated union of streaming events the channel forwards.