mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Always show the tool internal name in /tools (#12964)
This commit is contained in:
committed by
GitHub
parent
4d85ce40be
commit
0075b4f118
@@ -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)
|
||||
"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user