TurnRecord Type
A complete record of one orchestration turn: the user prompt, the agent and tools that ran, and the final answer. This is the unit feedback is attached to.
Record fields
| Record Field |
Description
|
Full Usage:
AgentName
Field type: string
|
Agent that handled the turn.
|
Full Usage:
AgentVersion
Field type: string option
|
Agent version that handled the turn, if pinned.
|
|
When the turn completed.
|
Full Usage:
Input
Field type: string
|
The user's prompt.
|
Full Usage:
Output
Field type: string
|
The agent's final answer.
|
Full Usage:
SessionId
Field type: string
|
Session this turn belongs to.
|
|
Sub-agents delegated to during the turn, in order.
|
|
Tools invoked during the turn, in order.
|
Full Usage:
TurnId
Field type: string
|
Stable identifier for this turn.
|
Full Usage:
UserId
Field type: string
|
User who initiated the turn.
|
Full Usage:
WorkspaceKey
Field type: string
|
Workspace the turn ran against.
|
Static members
| Static member |
Description
|
|
|
Nao