Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 704 Bytes

File metadata and controls

36 lines (23 loc) · 704 Bytes
id BaseAGUIEvent
title BaseAGUIEvent

Interface: BaseAGUIEvent

Defined in: packages/typescript/ai/src/types.ts:794

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?

Extends

  • BaseEvent

Indexable

[k: string]: unknown

Properties

model?

optional model: string;

Defined in: packages/typescript/ai/src/types.ts:796

Model identifier for multi-model support