Function
filter
v2.5.0
debug_filter
Last Updated
2 months ago
Created
5 months ago
Function ID
debug_filter
Downloads
37+
Description
Filter that prints argument as they pass through it. You can use it multiple times to debug another filter. You can then use `docker logs open-webui --tail 100 --follow | grep debug_filter` to see the data that interests you.
README