mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 23:39:58 -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.content += newContent;
|
||||||
|
requester.message.rawContent += newContent;
|
||||||
|
|
||||||
if (dataJson.done) {
|
if (dataJson.done) {
|
||||||
requester.markDone();
|
requester.markDone();
|
||||||
|
|||||||
Reference in New Issue
Block a user