mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Change response to be a user message
This commit is contained in:
parent
87f6ac4d06
commit
20f9073204
1 changed files with 2 additions and 2 deletions
|
|
@ -498,11 +498,11 @@ export class Cline {
|
|||
await this.say("text", `new_task finished successfully! ${lastMessage ?? "Please continue to the next task."}`)
|
||||
|
||||
await this.addToApiConversationHistory({
|
||||
role: "assistant",
|
||||
role: "user",
|
||||
content: [
|
||||
{
|
||||
type: "text",
|
||||
text: `new_task finished successfully! ${lastMessage ?? "Please continue to the next task."}`,
|
||||
text: `[new_task completed] Result: ${lastMessage ?? "Please continue to the next task."}`,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue