콘텐츠로 이동

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