Function build_native_assistant_history_from_parsed_calls
pub fn build_native_assistant_history_from_parsed_calls(
text: &str,
tool_calls: &[ParsedToolCall],
reasoning_content: Option<&str>,
) -> Option<String>