Skip to main content

decode_tool_call_input

Function decode_tool_call_input 

Source
pub fn decode_tool_call_input(
    wire_input: Value,
    tool_name: &str,
    tools: &[ToolSpec],
) -> (Value, Option<ToolCallIntent>)