mirror of
https://github.com/cline/cline.git
synced 2026-09-13 18:10:14 +08:00
Update src/core/prompts/system-prompt/components/tool_use/tools.ts
Co-authored-by: Bee <68532117+abeatrix@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ export async function getToolUseToolsSection(variant: PromptVariant, context: Sy
|
||||
|
||||
// Define multi-root hint based on feature flag
|
||||
const multiRootHint = context.isMultiRootEnabled
|
||||
? ". In multi-workspace mode, you can specify a workspace using @workspace:path syntax (e.g., @frontend:src/index.ts)"
|
||||
? "Use @workspace:path syntax (e.g., @frontend:src/index.ts) to specify a workspace."
|
||||
: ""
|
||||
|
||||
return new TemplateEngine().resolve(template, context, {
|
||||
|
||||
Reference in New Issue
Block a user