mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
fix: update streaming labels to Connecting/Calling
This commit is contained in:
@@ -131,7 +131,7 @@ export function InputArea() {
|
||||
|
||||
setStreamState({
|
||||
isStreaming: true,
|
||||
phase: 'Sending...',
|
||||
phase: 'Connecting...',
|
||||
elapsedMs: 0,
|
||||
activeToolCalls: [],
|
||||
content: '',
|
||||
@@ -159,7 +159,7 @@ export function InputArea() {
|
||||
};
|
||||
toolCalls.push(tc);
|
||||
setStreamState({
|
||||
phase: `Running ${data.tool}...`,
|
||||
phase: `Calling ${data.tool}...`,
|
||||
activeToolCalls: [...toolCalls],
|
||||
});
|
||||
updateLastAssistant(convId, accumulatedContent, [...toolCalls]);
|
||||
|
||||
Reference in New Issue
Block a user