mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* add custom jinja filter handling to ConditionalRouter * add release notes for custom filters * align sede to existing patterns and update docstring example * update sede unit test route condition to be more explicit --------- Co-authored-by: Vladimir Blagojevic <dovlex@gmail.com>
7 lines
231 B
YAML
7 lines
231 B
YAML
---
|
|
features:
|
|
- |
|
|
Added custom filters support to ConditionalRouter. Users can now pass in
|
|
one or more custom Jinja2 filter callables and be able to access those
|
|
filters when defining condition expressions in routes.
|