Header menu logo Nao

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

TurnStepRecord()

Full Usage: TurnStepRecord()

Returns: TurnStepRecord
Returns: TurnStepRecord

Instance members

Instance member Description

this.Input

Full Usage: this.Input

Input passed to the tool / sub-agent.

this.Kind

Full Usage: this.Kind

"tool" | "agent" (extendable).

this.Output

Full Usage: this.Output

Output the tool / sub-agent produced.

this.Title

Full Usage: this.Title

Display title — typically the tool or sub-agent name.

Type something to start searching.