Skip to content

Commit fa3be54

Browse files
authored
tweak create and run task description (microsoft#259082)
1 parent 8e21fb0 commit fa3be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/task/createAndRunTaskTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const CreateAndRunTaskToolData: IToolData = {
197197
id: 'create_and_run_task',
198198
toolReferenceName: 'createAndRunTask',
199199
displayName: localize('createAndRunTask.displayName', 'Create and run Task'),
200-
modelDescription: localize('createAndRunTask.modelDescription', 'For a workspace, this tool will create a task based on the package.json, README.md, and project structure so that the project can be built and run.'),
200+
modelDescription: localize('createAndRunTask.modelDescription', 'Creates and runs a build, run, or custom task for the workspace by generating or adding to a tasks.json file based on the project structure (such as package.json or README.md). If the user asks to build, run, launch and they have no tasks.json file, use this tool. If they ask to create or add a task, use this tool.'),
201201
userDescription: localize('createAndRunTask.userDescription', "Create and run a task in the workspace"),
202202
source: ToolDataSource.Internal,
203203
inputSchema: {

0 commit comments

Comments
 (0)