mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
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