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

AbortInfo

Interface: AbortInfo

Defined in: packages/ai/src/activities/chat/middleware/types.ts:293

Information passed to onAbort.

Properties

duration

ts
duration: number;
duration: number;

Defined in: packages/ai/src/activities/chat/middleware/types.ts:297

Duration until abort in milliseconds


reason?

ts
optional reason: string;
optional reason: string;

Defined in: packages/ai/src/activities/chat/middleware/types.ts:295

The reason for the abort, if provided