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.
pub fn parse_claude_stream_json(path: &Path) -> Result<Vec<ToolInvocation>>Parse the event stream into ordered tool invocations. Reuses the shared extractor: non-message events deserialize into records the extractor skips.