github copilot problem #640
Replies: 2 comments
-
|
=== REQUEST INFO === === HEADERS === === REQUEST BODY === === API REQUEST 1 === Headers: Body: === API RESPONSE === === RESPONSE === { |
Beta Was this translation helpful? Give feedback.
-
|
Which client do you use? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
=== REQUEST INFO ===
Version: 6.6.22
URL: /v1/chat/completions
Method: POST
Timestamp: 2025-12-17T13:18:32.8195707+03:00
=== HEADERS ===
User-Agent: oai-compatible-copilot/0.1.8 VSCode/1.107.0
Authorization: Bearer 12...56
Accept-Language: *
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Type: application/json
Sec-Fetch-Mode: cors
Accept: /
Content-Length: 111817
=== API RESPONSE ===
{
"error": {
"code": 400,
"message": "{"type":"error","error":{"type":"invalid_request_error","message":"messages.3.content.0.tool_use.id: String should match pattern '^[a-zA-Z0-9_-]+$'"},"request_id":"req_vrtx_011CWC66JdZ4zEgoGsShm311"}",
"status": "INVALID_ARGUMENT"
}
}
=== RESPONSE ===
Status: 400
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Headers: *
Content-Type: application/json
Cache-Control: no-cache
Connection: keep-alive
{
"error": {
"code": 400,
"message": "{"type":"error","error":{"type":"invalid_request_error","message":"messages.3.content.0.tool_use.id: String should match pattern '^[a-zA-Z0-9_-]+$'"},"request_id":"req_vrtx_011CWC66JdZ4zEgoGsShm311"}",
"status": "INVALID_ARGUMENT"
}
}
Beta Was this translation helpful? Give feedback.
All reactions