document filter_chain support on model listeners

This commit is contained in:
Adil Hafeez 2026-03-12 15:46:07 -07:00
parent 4e290fb715
commit 60a3f0ecab
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 42 additions and 0 deletions

View file

@ -66,6 +66,9 @@ listeners:
name: model_1
address: 0.0.0.0
port: 12000
# Optional: attach a filter chain for input guardrails on direct LLM requests
# filter_chain:
# - input_guards
# Prompt listener for function calling (for prompt_targets)
- type: prompt