Skip to main content

encode_tool_call_input

Function encode_tool_call_input 

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