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 e2d57e4 commit 7171bffCopy full SHA for 7171bff
src/core/task/Task.ts
@@ -1475,7 +1475,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
1475
if (responseText) {
1476
newUserContent.push({
1477
type: "text",
1478
- text: `\n\nNew instructions for task continuation:\n<user_message>\n${responseText}\n</user_message>`,
+ text: `\n\nNew instructions for task continuation:\n${responseText}`,
1479
})
1480
}
1481
0 commit comments