chore: generate
parent
2dbcd79fd2
commit
4f21757e0d
|
|
@ -37,9 +37,9 @@ export const TaskTool = Tool.define("task", async (ctx) => {
|
|||
|
||||
const description = DESCRIPTION.replace(
|
||||
"{agents}",
|
||||
list.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`).join(
|
||||
"\n",
|
||||
),
|
||||
list
|
||||
.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`)
|
||||
.join("\n"),
|
||||
)
|
||||
return {
|
||||
description,
|
||||
|
|
|
|||
Loading…
Reference in New Issue