Skip to content

NonStreamRunOptions

type NonStreamRunOptions<TContext> = SharedRunOptions<TContext> & object;
optional stream: false;

Whether to stream the run. If true, the run will emit events as the model responds.

Type Parameter Default type

TContext

undefined