Skip to main contentModule transcript
Source - 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.
- TurnRole
- Role or category of a committed turn in the session transcript.
- ItemView
- Read-only view of a single item within a committed turn.
- TurnView
- Read-only view of a committed turn in the session transcript.
- CommittedTurn
- A committed turn stored in the session, erased behind
Arc<dyn TurnView>.