Defined in: packages/typescript/ai/src/types.ts:810
Emitted when a run starts. This is the first event in any streaming response.
@ag-ui/core provides: threadId, runId, parentRunId?, input? TanStack AI adds: model?
[k: string]: unknown[k: string]: unknownoptional model: string;optional model: string;Defined in: packages/typescript/ai/src/types.ts:812
Model identifier for multi-model support