pub fn materialized_tool_call_presentation(
stored: Option<&ToolCallPresentation>,
call: &ToolCall,
) -> ToolCallPresentationExpand description
Use cached presentation data when it was produced by current parser rules, otherwise rebuild it from the complete stored call. This lets parser fixes repair existing transcripts while current summaries remain cheap to load.