You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/github-copilot-azure/get-started.md
+27-27
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To complete the steps in this article, make sure that you have:
48
48
@azure Do I have any resources currently running?
49
49
```
50
50
51
-
:::image type="content" source="media/get-started/ask-mmode.png" alt-text="Screenshot that shows the default ask mode state of the chat pane with an example prompt.":::
51
+
:::image type="content" source="media/get-started/ask-mode.png" alt-text="Screenshot that shows the default ask mode state of the chat pane with an example prompt.":::
52
52
53
53
By default, GitHub Copilot will use **ask** mode. Ask mode provides answers to your prompts in the chat pane. In a moment, you'll use **agent** mode to allow GitHub Copilot to take action in your workspace.
54
54
@@ -102,42 +102,42 @@ There are three modes: ask (default), edit and agent. To use agent mode, you mus
102
102
I can assist you with various tasks using a range of tools. Here are the main tools I have available:
103
103
104
104
1. Search and Navigation
105
-
- Semantic search for code or documentation
106
-
- File search using glob patterns
107
-
- Text search (grep)
108
-
- List directory contents
109
-
- Read file contents
110
-
- List code usages/references
105
+
Semantic search for code or documentation
106
+
File search using glob patterns
107
+
Text search (grep)
108
+
List directory contents
109
+
Read file contents
110
+
List code usages/references
111
111
112
112
2. Code Editing and Analysis
113
-
- Insert edits into files
114
-
- Get errors in code files
115
-
- Test search (find test files)
113
+
Insert edits into files
114
+
Get errors in code files
115
+
Test search (find test files)
116
116
117
117
3. Terminal and Git Operations
118
-
- Run commands in terminal
119
-
- Get terminal output
120
-
- Get Git diffs and changed files
118
+
Run commands in terminal
119
+
Get terminal output
120
+
Get Git diffs and changed files
121
121
122
122
4. Project Creation
123
-
- Create new workspaces
124
-
- Get project setup information
125
-
- Install VS Code extensions
126
-
- Create new Jupyter Notebooks
123
+
Create new workspaces
124
+
Get project setup information
125
+
Install VS Code extensions
126
+
Create new Jupyter Notebooks
127
127
128
128
5. Web and API Tools
129
-
- Fetch webpage content
130
-
- Get VS Code API references
129
+
Fetch webpage content
130
+
Get VS Code API references
131
131
132
132
6. Azure Tools
133
-
- Azure development best practices
134
-
- Microsoft Learn documentation
135
-
- Azure resource management
136
-
- Azure authentication tools
137
-
- AI model deployment and management
138
-
- Azure Bicep schemas
139
-
- Service configuration and deployment
140
-
- Azure Developer CLI tools
133
+
Azure development best practices
134
+
Microsoft Learn documentation
135
+
Azure resource management
136
+
Azure authentication tools
137
+
AI model deployment and management
138
+
Azure Bicep schemas
139
+
Service configuration and deployment
140
+
Azure Developer CLI tools
141
141
142
142
Would you like me to explain any specific tool in more detail or help you with a particular task?
0 commit comments