mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix(resume): remove "New instructions for task continuation:" preface in [Task.ts](src/core/task/Task.ts:1475-1480); send raw user text
This commit is contained in:
parent
f53d8c2347
commit
8aa9c1ae6c
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${responseText}`,
|
||||
text: responseText,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue