mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
chore: generate
This commit is contained in:
parent
2dbcd79fd2
commit
4f21757e0d
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue