Skip to main content

Module transcript

Module transcript 

Source

Structs§

AssistantTurnView
A committed assistant turn backed by the core AssistantTurnItem list.
ToolCallItemView
Borrowed view of a tool-call item’s key fields.
ToolResultItemView
Borrowed view of a tool-result item’s key fields.
TurnItemIter
Iterator over items in a TurnView.

Enums§

TurnRole
Role or category of a committed turn in the session transcript.

Traits§

ItemView
Read-only view of a single item within a committed turn.
TurnView
Read-only view of a committed turn in the session transcript.

Type Aliases§

CommittedTurn
A committed turn stored in the session, erased behind Arc<dyn TurnView>.