haystack/releasenotes/notes/add-custom-filters-to-conditional-router-631eba8bab3c2ae7.yaml
Chris Pappalardo 7178aa0253
feat: add custom jinja filter handling to ConditionalRouter (#7957)
* 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>
2024-07-04 10:08:12 +02:00

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.