NonStreamRunOptions
type NonStreamRunOptions<TContext> = SharedRunOptions<TContext> & object;Options for runs that collect the full model response before returning.
Type Declaration
Section titled “Type Declaration”stream?
Section titled “stream?”optional stream: false;Run to completion without streaming incremental events; leave undefined or set to false.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|