Use responses API for Azure (#1428)
publish / publish (push) Has been cancelled

This commit is contained in:
Simon Westlin Green
2025-07-30 23:22:59 -04:00
committed by GitHub
parent 3268c61813
commit b09ebf4645
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ export namespace ToolRegistry {
modelID.toLowerCase().includes("qwen") ||
modelID.includes("gpt-") ||
modelID.includes("o1") ||
modelID.includes("o3")
modelID.includes("o3") ||
modelID.includes("codex")
) {
return {
patch: false,