{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "425",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "messages": [
          {
            "role": "system",
            "content": "Call applicable tools when the user asks a question. Prefer JSON output when possible."
          },
          {
            "role": "user",
            "content": "What's my favorite color on Tuesday?"
          }
        ],
        "model": "gpt-4o-2024-08-06",
        "tools": [
          {
            "type": "function",
            "function": {
              "description": "Given a weekday name like Tuesday, gets the favorite color of the user on that day.",
              "name": "get_favorite_color_for_day_of_week",
              "strict": true
            }
          }
        ]
      },
      "StatusCode": 400,
      "ResponseHeaders": {
        "Access-Control-Expose-Headers": "X-Request-ID",
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801a033d82208e7-SEA",
        "Connection": "keep-alive",
        "Content-Length": "310",
        "Content-Type": "application/json",
        "Date": "Tue, 16 Sep 2025 16:09:01 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "55",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "420",
        "x-openai-proxy-wasm": "v0.1",
        "x-ratelimit-limit-requests": "10000",
        "x-ratelimit-limit-tokens": "30000000",
        "x-ratelimit-remaining-requests": "9999",
        "x-ratelimit-remaining-tokens": "29999966",
        "x-ratelimit-reset-requests": "6ms",
        "x-ratelimit-reset-tokens": "0s",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "error": {
          "message": "Invalid schema for function 'get_favorite_color_for_day_of_week': In context=(), 'additionalProperties' is required to be supplied and to be false.",
          "type": "invalid_request_error",
          "param": "tools[0].function.parameters",
          "code": "invalid_function_parameters"
        }
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
