{ "id": "tools_basic", "messages": [ { "content": "What is the capital of France?", "role": "user" } ], "params": { "max_tokens": 256, "tool_choice": "auto", "tools": [ { "function": { "description": "Get current weather for a city.", "name": "get_weather", "parameters": { "properties": { "city": { "type": "string" } }, "required": [ "city" ], "type": "object" } }, "type": "function" } ] }, "skip": {} }