mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-23 13:36:05 +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.
|