mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
chore: generate
This commit is contained in:
parent
2dbcd79fd2
commit
4f21757e0d
@ -37,9 +37,9 @@ export const TaskTool = Tool.define("task", async (ctx) => {
|
|||||||
|
|
||||||
const description = DESCRIPTION.replace(
|
const description = DESCRIPTION.replace(
|
||||||
"{agents}",
|
"{agents}",
|
||||||
list.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`).join(
|
list
|
||||||
"\n",
|
.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`)
|
||||||
),
|
.join("\n"),
|
||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
description,
|
description,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user