Skip to content

IndividualRunOptions

type IndividualRunOptions<TContext> =
| StreamRunOptions<TContext>
| NonStreamRunOptions<TContext>;

Options polymorphic over streaming or non-streaming execution modes.

Type Parameter Default type

TContext

undefined