pub fn convert_tool_calls(tool_calls: &[Value]) -> Vec<LlmToolCall>Expand description
Convert tool calls from OpenAI format to internal format.
pub fn convert_tool_calls(tool_calls: &[Value]) -> Vec<LlmToolCall>Convert tool calls from OpenAI format to internal format.