For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: IterationId

type IterationId = number;

A client-provided sequential integer identifying a logical iteration: one LLM call, its tool dispatches, and their results. Must be a positive integer, increasing with each iteration. Established by the connector when appending the first history item of an iteration.