remove guardrails agent

This commit is contained in:
ramnique 2025-01-28 08:17:18 +05:30
parent bdc047cde5
commit 17be8faf9e
2 changed files with 0 additions and 17 deletions

View file

@ -157,7 +157,6 @@ export const WorkflowAgent = z.object({
type: z.union([
z.literal('conversation'),
z.literal('post_process'),
z.literal('guardrails'),
z.literal('escalation'),
]),
description: z.string(),

View file

@ -49,22 +49,6 @@ You are an helpful customer support assistant
connectedAgents: [],
controlType: "retain",
},
{
name: "Guardrails",
type: "guardrails",
description: "",
instructions: "Stick to the facts and do not make any assumptions.",
prompts: [],
tools: [],
model: "gpt-4o-mini",
locked: true,
toggleAble: true,
global: true,
ragReturnType: "chunks",
ragK: 3,
connectedAgents: [],
controlType: "retain",
},
{
name: "Post process",
type: "post_process",