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:
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>
|
||||
|
|
Loading…
Reference in New Issue