We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480c0d commit 136cde9Copy full SHA for 136cde9
1 file changed
internal/narrate/narrate_test.go
@@ -114,17 +114,17 @@ func TestNarrator_ExtractPath_NotFound(t *testing.T) {
114
115
func TestNarrator_ToolEmoji_AllKnown(t *testing.T) {
116
tests := map[string]string{
117
- "read_file": "📖",
118
- "write_file": "✏️",
119
- "patch": "✏️",
120
- "shell": "⚙️",
121
- "search_files": "🔍",
122
- "delegate_task": "👥",
123
- "delegate_tasks": "👥",
124
- "browser": "🌐",
125
- "memory": "🧠",
126
- "clarify": "❓",
127
- "unknown_tool": "🔧",
+ "read_file": "📖",
+ "write_file": "✏️",
+ "patch": "✏️",
+ "shell": "⚙️",
+ "search_files": "🔍",
+ "delegate_task": "👥",
+ "delegate_tasks": "👥",
+ "browser": "🌐",
+ "memory": "🧠",
+ "clarify": "❓",
+ "unknown_tool": "🔧",
128
}
129
for name, want := range tests {
130
if got := toolEmoji(name); got != want {
0 commit comments