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

IterationInfo

Interface: IterationInfo

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

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

Properties

iteration

ts
iteration: number;
iteration: number;

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

0-based iteration index


messageId

ts
messageId: string;
messageId: string;

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

The assistant message ID created for this iteration