跳转到内容

NonStreamRunOptions

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

type NonStreamRunOptions<TContext> = SharedRunOptions<TContext> & object;

Options for runs that collect the full model response before returning.

optional stream: false;

Run to completion without streaming incremental events; leave undefined or set to false.

Type Parameter Default type

TContext

undefined