TurnStepRecord Type
A single step in the process an agent ran to produce a turn's answer (a tool invocation or a sub-agent delegation). Surfaced to the frontend so the whole process — not just the final answer — is visible.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Input
|
Input passed to the tool / sub-agent. |
Full Usage:
this.Kind
|
"tool" | "agent" (extendable). |
Full Usage:
this.Output
|
Output the tool / sub-agent produced. |
Full Usage:
this.Title
|
Display title — typically the tool or sub-agent name. |
Nao