mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
fix(ai): add the full received message to rawContent (OpenAi format) (#1695)
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