We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75868bd commit 0c81f58Copy full SHA for 0c81f58
1 file changed
src/main/java/uno/anahata/ai/Chat.java
@@ -250,7 +250,7 @@ public void sendContent(Content content) {
250
isProcessing = true;
251
processingThread = Thread.currentThread();
252
statusManager.recordUserInputTime();
253
- statusManager.setStatus(ChatStatus.API_CALL_IN_PROGRESS);
+ statusManager.setStatus(ChatStatus.AUGMENTING_CONTEXT);
254
try {
255
ChatMessage userMessage = buildChatMessage(content, null, null);
256
contextManager.add(userMessage);
0 commit comments