TurnStep Type
One step of the process an agent ran during a turn, captured in the order it happened (a tool invocation or a sub-agent delegation). Lets a frontend show the whole process — reasoning trail and tool calls — not just the final answer.
Record fields
| Record Field |
Description
|
Full Usage:
Input
Field type: string
|
Input passed to the tool / sub-agent.
|
Full Usage:
Kind
Field type: string
|
"tool" | "agent".
|
Full Usage:
Output
Field type: string
|
Output the tool / sub-agent produced.
|
Full Usage:
Title
Field type: string
|
Display title — typically the tool or sub-agent name.
|
Nao