What's Changed
- filter out empty lists in message responses by @brainlid in #333
- fix: Require gettext ~> 0.26 by @mweidner037 in #332
- Add
retry: transientto Req for Anthropic models in stream mode by @jonator in #329 - fixed issue with poorly matching list in case by @brainlid in #334
- feat: Add organization ID as a parameter by @hjemmel in #337
- Add missing verbose_api field to ChatOllamaAI for streaming compatibility by @gur-xyz in #341
- Added usage data to the VertexAI Message response. by @raulchedrese in #335
- feat: add run mode: step by @CaiqueMitsuoka in #343
- feat: add support for multiple tools in run_until_tool_used by @fortmarek in #345
- Fix ChatOllamaAI stop sequences: change from string to array type by @gur-xyz in #342
- expanded logging for ChatAnthropic API errors by @brainlid in #349
- Prevent crash when ToolResult with string in ChatGoogleAI.for_api/1 by @nallwhy in #352
- Bedrock OpenAI-compatible API compatibility fix by @stevehodgkiss in #356
- added xAI Grok chat model support by @alexfilatov in #338
- Support thinking to ChatGoogleAI by @nallwhy in #354
- Add req_config to ChatMode.ChatGoogleAI by @nallwhy in #357
- Clean up treating MessageDelta in ChatModels.ChatGoogleAI by @nallwhy in #353
- Expose full response headers through a new on_llm_response_headers callback by @brainlid in #358
- only include "user" with OpenAI request when a value is provided by @brainlid in #364
- Handle no content parts responses in ChatGoogleAI by @nallwhy in #365
- Adds support for gpt-image-1 in LangChain.Images.OpenAIImage by @Ven109 in #360
- Pref for release v0.4.0-rc.2 by @brainlid in #366
New Contributors
- @mweidner037 made their first contribution in #332
- @jonator made their first contribution in #329
- @hjemmel made their first contribution in #337
- @gur-xyz made their first contribution in #341
- @CaiqueMitsuoka made their first contribution in #343
- @fortmarek made their first contribution in #345
- @alexfilatov made their first contribution in #338
- @Ven109 made their first contribution in #360
Full Changelog: v0.4.0-rc.1...v0.4.0-rc.2