Docs
CodeRabbit
Cloudflare
Railway
WorkOS
OpenRouter
Clerk
AG Grid
SerpAPI
Netlify
Prisma
Unkey
Electric
Sentry
CodeRabbit
Cloudflare
Railway
WorkOS
OpenRouter
Clerk
AG Grid
SerpAPI
Netlify
Prisma
Unkey
Electric
Sentry
Class References
Function References
Interface References
Type Alias References
Variable References

StateDeltaEvent

Interface: StateDeltaEvent

Defined in: packages/ai/src/types.ts:1202

Emitted to provide an incremental state update.

@ag-ui/core provides: delta (any[] - JSON Patch RFC 6902) TanStack AI adds: model?

Extends

  • StateDeltaEvent

Indexable

ts
[k: string]: unknown
[k: string]: unknown

Properties

model?

ts
optional model: string;
optional model: string;

Defined in: packages/ai/src/types.ts:1204

Model identifier for multi-model support