Add interactive total token count label, codebase refactoring

This commit is contained in:
Carl-Robert Linnupuu 2023-11-14 13:27:15 +02:00
parent d8e5e18998
commit ec3120a5e6
31 changed files with 804 additions and 322 deletions

View file

@ -12,6 +12,10 @@ public interface ChatToolWindowTabPanel extends Disposable {
@Nullable Conversation getConversation();
TokenDetails getTokenDetails();
boolean isStreaming();
void setConversation(@Nullable Conversation conversation);
void displayLandingView();