mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-06 13:52:44 +02:00
remove guardrails agent
This commit is contained in:
parent
bdc047cde5
commit
17be8faf9e
2 changed files with 0 additions and 17 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue