Commit 88aea57
Fix chat history order for queries with images
Previously, when a query contained an image, the asynchronous nature of image processing could cause a delay.
This resulted in context-related messages appearing in the conversation history before the user's own query
Bug: none
Change-Id: I1511c8acd3bcfcf32d8b8a3f00d6be7e5504ec6f
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6785550
Reviewed-by: Nikolay Vitkov <[email protected]>
Commit-Queue: Natallia Harshunova <[email protected]>
Auto-Submit: Natallia Harshunova <[email protected]>
Commit-Queue: Nikolay Vitkov <[email protected]>1 parent 37038f1 commit 88aea57
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
110 | | - | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments