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:
Taylor Mullen
2025-05-25 15:14:48 -07:00
committed by N. Taylor Mullen
parent 3281cbc835
commit 7408c78dbb

View File

@@ -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>