Expand description
Reconstruct a ConversationView from a toolpath Path using the
conversation sub-protocol.
The sub-protocol uses three structural change types:
conversation.initโ sets session metadata (provider, session ID)conversation.appendโ adds a turn (user or assistant message)tool.invokeโ attaches a tool invocation to a parent turn
Functionsยง
- extract_
conversation - Extract a
ConversationViewfrom a toolpathPathdocument.