IndividualRunOptions
type IndividualRunOptions<TContext, TAgent> = | StreamRunOptions<TContext, TAgent>| NonStreamRunOptions<TContext, TAgent>;Options polymorphic over streaming or non-streaming execution modes.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|