Defined in: packages/typescript/ai/src/types.ts:785
Base structure for AG-UI events. Extends @ag-ui/core BaseEvent with TanStack AI additions.
@ag-ui/core provides: type, timestamp?, rawEvent? TanStack AI adds: model?
[k: string]: unknown[k: string]: unknownoptional model: string;optional model: string;Defined in: packages/typescript/ai/src/types.ts:787
Model identifier for multi-model support