microsoft / microsoft/foundry-dev-tools
gpt-6-astra failed in GitHub Copilot Chat extension.
Open
@a1exwang is already working on this.
Since Sep 15, 2026.
bug
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 260
- Avg merge
- 42m
- Merged PRs (30d)
- 29
Description
How to reproduce:
- Use gpt-6-astra in GitHub Copilot Chat extension. Make sure gpt-6-astra is from Microsoft Foundry via Foundry Toolkit
- chat
hello world
The solution is in the error log, but because model provided from Microsoft Foundry via Foundry Toolkit have no .json to edit, I cannot fix it myself. Would you mind making models provided from Microsoft Foundry via Foundry Toolkit to have a .json configuration file? Thank you
Error log:
Sorry, your request failed. Please try again.
Reason: Unable to call the gpt-6-astra inference endpoint due to 400. Function tools with reasoning_effort are not supported for gpt-6-astra in /v1/chat/completions. To use function tools, use /v1/responses or set reasoning_effort to 'none'. Please check if the input or configuration is correct.: Error: Unable to call the gpt-6-astra inference endpoint due to 400. Function tools with reasoning_effort are not supported for gpt-6-astra in /v1/chat/completions. To use function tools, use /v1/responses or set reasoning_effort to 'none'. Please check if the input or configuration is correct. at E.chatStream (/home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:4919:12644) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async /home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:2518:5706 at async /home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:4943:4110 at async Object._ [as runWithTelemetry] (/home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:4943:3942) at async f.provideLanguageModelResponse (/home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:2518:3593) at async /home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:2521:4665 at async /home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:4943:4110 at async Object._ [as runWithTelemetry] (/home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:4943:3942) at async s.provideLanguageModelChatResponse (/home/jason/.vscode-server/extensions/ms-windows-ai-studio.windows-ai-studio-1.6.12-linux-x64/dist/extension.js:2521:4405)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.