Always show the tool internal name in /tools (#12964)

This commit is contained in:
Tommaso Sciortino
2025-11-12 12:45:18 -08:00
committed by GitHub
parent 4d85ce40be
commit 0075b4f118
2 changed files with 4 additions and 5 deletions
@@ -25,8 +25,8 @@ exports[`<ToolsList /> > renders correctly with no tools 1`] = `
exports[`<ToolsList /> > renders correctly without descriptions 1`] = `
"Available Gemini CLI tools:
- Test Tool One
- Test Tool Two
- Test Tool Three
- Test Tool One (test-tool-one)
- Test Tool Two (test-tool-two)
- Test Tool Three (test-tool-three)
"
`;