Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/tools / / createStreamingChannel

Function: createStreamingChannel()

ts
function createStreamingChannel(opts): StreamingChannel;

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

Build a StreamingChannel for one tool execution.

Parameters

ParameterType
optsStreamingChannelOptions

Returns

StreamingChannel

Stable