forked from Shinonome/dots-hyprland
fix(ai): add the full received message to rawContent
The messages were not preserved and passed to further calls outside of the reasoning part.
This commit is contained in:
@@ -689,6 +689,7 @@ Singleton {
|
||||
}
|
||||
|
||||
requester.message.content += newContent;
|
||||
requester.message.rawContent += newContent;
|
||||
|
||||
if (dataJson.done) {
|
||||
requester.markDone();
|
||||
|
||||
Reference in New Issue
Block a user