Expand description
ClaudeProjector — maps a ConversationView back to a Claude
Conversation.
This is the inverse of crate::provider::to_view: where to_view
reads a Claude JSONL conversation into a provider-agnostic view,
ClaudeProjector serializes that view back into the Claude wire format.
Structs§
- Claude
Projector - Project a
ConversationViewinto a ClaudeConversation.