Commit c5c3a34
fix: set ManagerSelectionResponse extra=forbid for Chat API structured outputs
OpenAI Chat Completions API requires additionalProperties: false in
response_format schemas. The Responses API was more lenient, but
environments using the Chat client (AzureOpenAIChatClientWithRetry)
enforce this strictly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 325bf39 commit c5c3a34
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments