style: rename Detailed Tool Reference to Detailed Tool Usage Reference

This commit is contained in:
Aishanee Shah
2026-02-17 05:29:22 +00:00
parent aff5da63cb
commit 4ca26772ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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();