mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
fix(openai): add gpt-5.5 pro to Responses API check (#36994)
This commit is contained in:
@@ -562,6 +562,7 @@ _RESPONSES_API_ONLY_PREFIXES = (
|
|||||||
"gpt-5-pro",
|
"gpt-5-pro",
|
||||||
"gpt-5.2-pro",
|
"gpt-5.2-pro",
|
||||||
"gpt-5.4-pro",
|
"gpt-5.4-pro",
|
||||||
|
"gpt-5.5-pro",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user