feat: personalAssistant successfully delegates to other agents
This commit is contained in:
@@ -78,6 +78,18 @@ export const personalAssistantAgent: Agent = {
|
||||
// }
|
||||
// },
|
||||
}),
|
||||
echo: tool({
|
||||
description: "Echoes the message.",
|
||||
parameters: jsonSchema<{ message: string }>({
|
||||
type: "object",
|
||||
properties: {
|
||||
message: {
|
||||
type: "string",
|
||||
description: "The message to echo.",
|
||||
},
|
||||
},
|
||||
}),
|
||||
}),
|
||||
|
||||
// say: tool({
|
||||
// description: "Say something.",
|
||||
|
||||
Reference in New Issue
Block a user