mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 21:31:04 +00:00
fix: UI concurrency issues (run completion events on EDT)
This commit is contained in:
parent
fde20109cd
commit
dc2cc3c5a1
2 changed files with 48 additions and 41 deletions
|
|
@ -62,7 +62,7 @@ public class StandardChatToolWindowTabPanelTest extends IntegrationTest {
|
|||
"highlightedTokens")
|
||||
.containsExactly(
|
||||
encodingManager.countTokens(COMPLETION_SYSTEM_PROMPT),
|
||||
encodingManager.countConversationTokens(panel.getConversation()),
|
||||
encodingManager.countTokens(message.getPrompt()),
|
||||
0,
|
||||
0);
|
||||
assertThat(panel.getConversation())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue