mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02:00
add example agent description
This commit is contained in:
parent
e9bdd70f1a
commit
12cf000b94
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export const baseWorkflow: z.infer<typeof Workflow> = {
|
||||||
{
|
{
|
||||||
name: "Example Agent",
|
name: "Example Agent",
|
||||||
type: "conversation",
|
type: "conversation",
|
||||||
description: "",
|
description: "An example agent",
|
||||||
instructions: `## 🧑 Role:
|
instructions: `## 🧑 Role:
|
||||||
You are an helpful customer support assistant
|
You are an helpful customer support assistant
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue