feat: add structured outputs and response_format support across providers (#4280)

* feat: add response_format parameter to Azure and Gemini providers

* feat: add structured outputs support to Bedrock and Anthropic providers

* chore: bump anthropic dep

* fix: use beta structured output for new models
This commit is contained in:
Greyson LaLonde
2026-01-26 14:03:33 -05:00
committed by GitHub
parent a32de6bdac
commit 9797567342
7 changed files with 491 additions and 175 deletions

View File

@@ -90,7 +90,7 @@ azure-ai-inference = [
"azure-ai-inference~=1.0.0b9",
]
anthropic = [
"anthropic~=0.71.0",
"anthropic~=0.73.0",
]
a2a = [
"a2a-sdk~=0.3.10",