mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-24 21:31:28 -04:00
4b2f76720e
- 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.