Skip to content

Commit 8f216c3

Browse files
authored
Fix new_task tool streaming issue (#5432)
1 parent 9faf28a commit 8f216c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/newTaskTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function newTaskTool(
2222
const partialMessage = JSON.stringify({
2323
tool: "newTask",
2424
mode: removeClosingTag("mode", mode),
25-
message: removeClosingTag("message", message),
25+
content: removeClosingTag("message", message),
2626
})
2727

2828
await cline.ask("tool", partialMessage, block.partial).catch(() => {})

0 commit comments

Comments
 (0)