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

RunStartedEvent

Interface: RunStartedEvent

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?

Extends

  • RunStartedEvent

Indexable

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

Properties

model?

ts
optional model: string;
optional model: string;

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

Model identifier for multi-model support