mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Make post process agent disable-able
This commit is contained in:
parent
645d0c27f9
commit
3fe8677d21
2 changed files with 18 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ You are an helpful customer support assistant
|
|||
description: "",
|
||||
instructions: "Ensure that the agent response is terse and to the point.",
|
||||
model: "gpt-4o-mini",
|
||||
toggleAble: true,
|
||||
locked: true,
|
||||
global: true,
|
||||
ragReturnType: "chunks",
|
||||
|
|
@ -90,6 +91,7 @@ You are an helpful customer support assistant
|
|||
"description": "Minimal post processing",
|
||||
"instructions": "- Avoid adding any additional phrases such as 'Let me know if you need anything else!' or similar.",
|
||||
"model": "gpt-4o",
|
||||
"toggleAble": true,
|
||||
"locked": true,
|
||||
"global": true,
|
||||
"ragReturnType": "chunks",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue