{
  "model": "gpt-6-sol",
  "input": "Look up the status of order EXAMPLE-001.",
  "reasoning": {
    "effort": "low"
  },
  "max_output_tokens": 2048,
  "tools": [
    {
      "type": "function",
      "name": "lookup_order",
      "description": "Read the status of a sample order.",
      "parameters": {
        "type": "object",
        "properties": {
          "order_id": {
            "type": "string"
          }
        },
        "required": [
          "order_id"
        ],
        "additionalProperties": false
      },
      "strict": true
    }
  ]
}
