rulvar API reference / @rulvar/core / CollectedTurn
Interface: CollectedTurn
Defined in: packages/core/src/runtime/structured-output.ts:59
One collected model turn, assembled from the stream by the agent loop.
Properties
| Property | Type | Defined in |
|---|---|---|
text | string | packages/core/src/runtime/structured-output.ts:60 |
toolCalls | { args: unknown; id: string; name: string; }[] | packages/core/src/runtime/structured-output.ts:61 |