mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 15:40:57 -07:00
style: rename Detailed Tool Reference to Detailed Tool Usage Reference
This commit is contained in:
@@ -250,7 +250,7 @@ ${newApplicationSteps(options)}
|
||||
export function renderToolInstructions(instructions?: string[]): string {
|
||||
if (!instructions || instructions.length === 0) return '';
|
||||
return `
|
||||
# Detailed Tool Reference
|
||||
# Detailed Tool Usage Reference
|
||||
|
||||
${instructions.join('\n\n')}
|
||||
`.trim();
|
||||
|
||||
@@ -274,7 +274,7 @@ ${newApplicationSteps(options)}
|
||||
export function renderToolInstructions(instructions?: string[]): string {
|
||||
if (!instructions || instructions.length === 0) return '';
|
||||
return `
|
||||
# Detailed Tool Reference
|
||||
# Detailed Tool Usage Reference
|
||||
|
||||
${instructions.join('\n\n')}
|
||||
`.trim();
|
||||
|
||||
Reference in New Issue
Block a user