Skip to content

v2.5.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 13:06
· 66 commits to main since this release

Release Notes

⚡️ Enhancement Notes

  • Add default_headers init argument to AzureOpenAIGenerator and AzureOpenAIChatGenerator

🐛 Bug Fixes

  • Fix Pipeline not running Components with Variadic input even if it received inputs only from a subset of its senders
  • The from_dict method of ConditionalRouter now correctly handles the case where the dict passed to it contains the key custom_filters explicitly set to None. Previously this was causing an AttributeError