Make post process agent disable-able

This commit is contained in:
akhisud3195 2025-03-05 18:41:42 +05:30
parent 645d0c27f9
commit 3fe8677d21
2 changed files with 18 additions and 0 deletions

View file

@ -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",