{
    "basic": {
        "name": "get_orders_by_user",
        "description": "当客户询问“我的订单列表”、“显示我的记录”或“我最近的请求有哪些”时使用此工具。从对话中提取 userId。",
        "method": "GET",
        "url": "https://jsonplaceholder.typicode.com/posts",
        "remark": "示例 - 根据用户 ID 查询订单"
    },
    "response_settings": {
        "disable_interruptions": false,
        "force_pre_tool_speech": true,
        "execution_mode": "immediate",
        "tool_call_sound": "Typing",
        "sound_behavior": "always_play",
        "response_timeout": 20
    },
    "path_params": [],
     "headers": [
        {
            "parameter": "Accept",
            "value": "application/json"
        }
    ],
    "query_params": [
        {
            "parameter": "userId",
            "required": true,
            "data_type": "Integer",
            "value_logic": "llm",
            "description": "从对话中提取用户 ID，例如“我的用户 ID 是 1”→ 1"
        }
    ],
    "body_description": "",
    "body_params": []
}