mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-07 14:22:38 +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([
|
type: z.union([
|
||||||
z.literal('conversation'),
|
z.literal('conversation'),
|
||||||
z.literal('post_process'),
|
z.literal('post_process'),
|
||||||
z.literal('guardrails'),
|
|
||||||
z.literal('escalation'),
|
z.literal('escalation'),
|
||||||
]),
|
]),
|
||||||
description: z.string(),
|
description: z.string(),
|
||||||
|
|
|
||||||
|
|
@ -49,22 +49,6 @@ You are an helpful customer support assistant
|
||||||
connectedAgents: [],
|
connectedAgents: [],
|
||||||
controlType: "retain",
|
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",
|
name: "Post process",
|
||||||
type: "post_process",
|
type: "post_process",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue