Skip to content

Commit 6ce7efb

Browse files
committed
Update wording about tools & commands
1 parent 4cc73e9 commit 6ce7efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/copilot/copilot-edits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use Copilot Edits to start an AI-powered code editing session and iterate quickl
1515
Copilot Edits can function in two modes:
1616

1717
* [*Edit mode*](#use-edit-mode): select which files to edit, provide the relevant context and prompt, and Copilot will suggest code edits.
18-
* [*Agent mode*](#use-agent-mode-preview) (preview): let Copilot determine which files to edit and which commands to run. Copilot will autonomously use different [tools](#agent-mode-tools) to iterate and resolve issues to achieve the desired outcome.
18+
* [*Agent mode*](#use-agent-mode-preview) (preview): let Copilot autonomously plan the tasks and relevant files that are needed to implement the request. Copilot will apply code edits and suggest terminal commands, and will continuously iterate to resolve any issues that arise.
1919

2020
> [!NOTE]
2121
> Agent mode is currently in preview and we continue to improve the experience. Provide feedback and report issues in the [Copilot repository](https://github.com/microsoft/vscode-copilot-release/issues).
@@ -211,7 +211,7 @@ After moving a chat request to Copilot Edits, the chat request is removed from t
211211

212212
## Agent mode tools
213213

214-
To complete a request, Copilot Edits uses a set of _tools_ to accomplish the individual tasks. These tools can run in parallel to accomplish the requested task.
214+
To complete a request, Copilot Edits uses a set of _tools_ to accomplish the individual tasks. Consider these tools as specialized utilities that Copilot can use to perform a specific task, such as listing the files in a directory, or running a terminal command. These tools can run in parallel to accomplish the requested task.
215215

216216
The following list gives an overview of the built-in tools:
217217

0 commit comments

Comments
 (0)