Defined in: types.ts:522
State passed to agent loop strategy for determining whether to continue
finishReason: string | null;
finishReason: string | null;
Defined in: types.ts:528
Finish reason from the last response
iterationCount: number;
iterationCount: number;
Defined in: types.ts:524
Current iteration count (0-indexed)
messages: ModelMessage<
| string
| ContentPart<unknown, unknown, unknown, unknown, unknown>[]
| null>[];
messages: ModelMessage<
| string
| ContentPart<unknown, unknown, unknown, unknown, unknown>[]
| null>[];
Defined in: types.ts:526
Current messages array
