mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: remove <user_message> wrapper from resume flow for plain text consistency
This commit is contained in:
parent
e2d57e46fa
commit
7171bffd8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1475,7 +1475,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
|
|||
if (responseText) {
|
||||
newUserContent.push({
|
||||
type: "text",
|
||||
text: `\n\nNew instructions for task continuation:\n<user_message>\n${responseText}\n</user_message>`,
|
||||
text: `\n\nNew instructions for task continuation:\n${responseText}`,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue