chore: generate

This commit is contained in:
GitHub Action
2026-01-28 06:05:21 +00:00
parent 7b825a3576
commit 5ce096a0eb
+1 -2
View File
@@ -159,8 +159,7 @@ export const TaskTool = Tool.define("task", async (ctx) => {
...Object.fromEntries((config.experimental?.primary_tools ?? []).map((t) => [t, false])),
},
parts: promptParts,
})
.finally(() => {
}).finally(() => {
unsub()
})