跳转到内容

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