Defined in: packages/typescript/ai/src/types.ts:889
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:891
Model identifier for multi-model support