Copilot Agent fails with Grok Code Fast 1 (invalid_request_body) #187363
Replies: 2 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is almost certainly schema incompatibility between Agent mode and the Grok Code Fast 1 backend, not a user-side issue. Key signal:
Agent mode sends a structured payload (tools, planning state, conversation metadata). This is a model–agent contract mismatch, not malformed user input. Recommended actions:
This requires backend alignment between Copilot Agent and the Grok model integration, not something fixable via extension config. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
Copilot Agent Mode
Body
When using the Copilot Agent with the Grok Code Fast 1 model selected, requests fail even with a simple message like "test". The error occurs without any additional references or context. The Agent works correctly when using other models (e.g., GPT-4o). I have not tested this in the standard Chat mode.
Error Message:
Request IDs:
e458966a-07e2-4f95-a7db-882de6c06d00B41C:1AE73E:251012C:2C97FB1:69943CA7Environment:
Commit: b6a47e94e326b5c209d118cf0f994d6065585705
Date: 2026-02-12T17:54:48.470Z
Electron: 39.3.0
ElectronBuildId: 13168319
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.17.0-14-generic snap
Steps to Reproduce:
test400 invalid_request_bodyerror.Expected Behavior:
The Agent should process the request and provide a response, even for short queries.
Beta Was this translation helpful? Give feedback.
All reactions