Skip to main content

normalize_tool_call_id

Function normalize_tool_call_id 

Source
pub fn normalize_tool_call_id(id: &str) -> String
Expand description

Message transformation between provider formats. Normalize a tool call ID for cross-provider compatibility.

Delegates to crate::utils::normalize_tool_call_id.