mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +02:00
document filter_chain support on model listeners
This commit is contained in:
parent
4e290fb715
commit
60a3f0ecab
3 changed files with 42 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue