mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Change tool call spinner to be different.
- This differentiates the tool calling spinner from one that matches the normal loading indiator to somethign a little more seamless.
This commit is contained in:
committed by
N. Taylor Mullen
parent
3281cbc835
commit
7408c78dbb
@@ -118,7 +118,7 @@ const ToolStatusIndicator: React.FC<ToolStatusIndicatorProps> = ({
|
||||
)}
|
||||
{status === ToolCallStatus.Executing &&
|
||||
(streamingState === StreamingState.Responding ? (
|
||||
<Spinner type="dots" />
|
||||
<Spinner type="toggle" />
|
||||
) : (
|
||||
// Paused spinner to avoid flicker.
|
||||
<Text>⠇</Text>
|
||||
|
||||
Reference in New Issue
Block a user