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

IterationInfo

Interface: IterationInfo

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

Information passed to onIteration at the start of each agent loop iteration.

Properties

iteration

ts
iteration: number;
iteration: number;

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

0-based iteration index


messageId

ts
messageId: string;
messageId: string;

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

The assistant message ID created for this iteration