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

RunStartedEvent

Interface: RunStartedEvent

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

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/ai/src/types.ts:959

Model identifier for multi-model support