mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
feat: add golden snapshot test for ToolGroupMessage and improve success symbol (#7037)
This commit is contained in:
parent
0a8e941097
commit
71c090c696
4 changed files with 456 additions and 7 deletions
|
|
@ -127,7 +127,7 @@ const ToolStatusIndicator: React.FC<ToolStatusIndicatorProps> = ({
|
|||
/>
|
||||
)}
|
||||
{status === ToolCallStatus.Success && (
|
||||
<Text color={Colors.AccentGreen}>√</Text>
|
||||
<Text color={Colors.AccentGreen}>✓</Text>
|
||||
)}
|
||||
{status === ToolCallStatus.Confirming && (
|
||||
<Text color={Colors.AccentYellow}>?</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue