Files
langchaingo/llms/structuredoutput
Dmitry Ng 4b2f76720e fix(llms): correct reasoning, structured output, and callback edge cases
- Honor the user's temperature when reasoning is explicitly disabled and remove bare qwen3 from the reasoning-model catalog.
- Compile structured-output schemas in preflight (ErrStructuredOutputConfig) and keep the raw schema off the public openai.ResponseFormat type without changing the wire.
- Gate Bedrock adaptive thinking by Claude generation, add Sonnet 5 / Fable 5 to prompt caching, and fix Gemini reasoning-off (OffOmit) and Vertex streaming finish reason.
- Unify adapter callbacks to emit exactly one closing event on structured-output/refusal failures.
2026-07-23 12:09:13 +03:00
..