NonStreamRunOptions
type NonStreamRunOptions<TContext> = SharedRunOptions<TContext> & object;
Type declaration
Section titled “Type declaration”stream?
Section titled “stream?”optional stream: false;
Whether to stream the run. If true, the run will emit events as the model responds.
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
|
|