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:
Jonas Bloch
2025-07-22 09:50:51 +02:00
committed by GitHub
parent b6f75acf53
commit f9856bdabd
+1
View File
@@ -689,6 +689,7 @@ Singleton {
}
requester.message.content += newContent;
requester.message.rawContent += newContent;
if (dataJson.done) {
requester.markDone();