convert_tool_calls

Function convert_tool_calls 

Source
pub fn convert_tool_calls(tool_calls: &[Value]) -> Vec<LlmToolCall>
Expand description

Convert tool calls from OpenAI format to internal format.