mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00
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.
|