mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 10:26:23 +02:00
disallow disabling escalation agent
This commit is contained in:
parent
3f31d09aab
commit
b53e485404
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ You are an helpful customer support assistant
|
||||||
tools: [],
|
tools: [],
|
||||||
model: "gpt-4o-mini",
|
model: "gpt-4o-mini",
|
||||||
locked: true,
|
locked: true,
|
||||||
toggleAble: true,
|
toggleAble: false,
|
||||||
ragReturnType: "chunks",
|
ragReturnType: "chunks",
|
||||||
ragK: 3,
|
ragK: 3,
|
||||||
connectedAgents: [],
|
connectedAgents: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue