Edit mode using Azure OpenAI broken by prediction
option on 0.8.57/0.9.231
#2981
Labels
area:inline-edit
Relates to the auto refactor feature
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
priority:high
Indicates high priority
Before submitting your bug report
Relevant environment info
Description
Edit mode is broken for gpt-4o on Azure OpenAI since the changes to add Predicted Output support for OpenAI models (#2837). Trying to use it results in the following error:
Unrecognized request argument supplied: prediction
I believe the Azure LLM just needs to override
supportsPrediction
to returnfalse
until Azure OpenAI supports the parameter.To reproduce
Log output
The text was updated successfully, but these errors were encountered: