跳转到内容

StreamRunOptions

此内容尚不支持你的语言。

type StreamRunOptions<TContext> = SharedRunOptions<TContext> & object;
stream: true;

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

Type Parameter Default type

TContext

undefined