Skip to main content

parse_claude_stream_json

Function parse_claude_stream_json 

Source
pub fn parse_claude_stream_json(path: &Path) -> Result<Vec<ToolInvocation>>
Expand description

Parse the event stream into ordered tool invocations. Reuses the shared extractor: non-message events deserialize into records the extractor skips.