mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
add output filter chain (#822)
This commit is contained in:
parent
de2d8847f3
commit
1f23c573bf
59 changed files with 2961 additions and 2621 deletions
|
|
@ -58,7 +58,7 @@ listeners:
|
|||
agents:
|
||||
- id: rag_agent
|
||||
description: virtual assistant for retrieval augmented generation tasks
|
||||
filter_chain:
|
||||
input_filters:
|
||||
- input_guards
|
||||
|
||||
# Model listener for direct LLM access
|
||||
|
|
@ -66,6 +66,9 @@ listeners:
|
|||
name: model_1
|
||||
address: 0.0.0.0
|
||||
port: 12000
|
||||
# Optional: attach input filters for guardrails on direct LLM requests
|
||||
# input_filters:
|
||||
# - input_guards
|
||||
|
||||
# Prompt listener for function calling (for prompt_targets)
|
||||
- type: prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue