Skip to main content

try_tool_call_parse_pythonic

Function try_tool_call_parse_pythonic 

Source
pub fn try_tool_call_parse_pythonic(
    message: &str,
    _tools: Option<&[ToolDefinition]>,
) -> Result<(Vec<ToolCallResponse>, Option<String>)>