We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846aa28 commit 8e70272Copy full SHA for 8e70272
src/node/services/tools/task.test.ts
@@ -72,6 +72,7 @@ describe("task tool", () => {
72
expect(waitForAgentReport).toHaveBeenCalledWith("child-task", expect.any(Object));
73
expect(result).toEqual({
74
status: "completed",
75
+ taskId: "child-task",
76
reportMarkdown: "Hello from child",
77
title: "Result",
78
agentType: "explore",
0 commit comments