Skip to content

Commit febd381

Browse files
authored
changed files by pdets auto publish service, publishid[f67cb6bd-7d3f-4423-a24e-6e7d25af5d3e] and do [publish].
1 parent feae661 commit febd381

16 files changed

+88
-89
lines changed

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/2-review-github-copilot-explain-document-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review GitHub Copilot's "explain" and "document" features
44
metadata:
55
title: Review GitHub Copilot's "explain" and "document" features
66
description: "Review GitHub Copilot's explain and document features"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/3-examine-github-copilot-prompts-keywords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine GitHub Copilot prompts and keywords
44
metadata:
55
title: Examine GitHub Copilot prompts and keywords
66
description: "Examine GitHub Copilot prompts and keywords"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/4-analyze-explain-code-using-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Analyze and explain code using GitHub Copilot
44
metadata:
55
title: Analyze and explain code using GitHub Copilot
66
description: "Analyze and explain code using GitHub Copilot"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/5-generate-project-documentation-using-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Generate project documentation using GitHub Copilot
44
metadata:
55
title: Generate project documentation using GitHub Copilot
66
description: "Generate project documentation using GitHub Copilot"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/6-generate-inline-code-documentation-using-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Generate inline code documentation using GitHub Copilot
44
metadata:
55
title: Generate inline code documentation using GitHub Copilot
66
description: "Generate inline code documentation using GitHub Copilot"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/7-exercise-analyze-document-code-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Analyze and document code using GitHub Copilot
44
metadata:
55
title: Exercise - Analyze and document code using GitHub Copilot
66
description: "Exercise - Analyze and document code using GitHub Copilot."
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 05/23/2025
7+
ms.date: 05/24/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/includes/2-review-github-copilot-explain-document-features.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GitHub Copilot makes it easier for developers to work with complex or unfamiliar
44

55
The following GitHub Copilot features can be used to analyze and explain code:
66

7-
- Chat view in Ask mode: Analyze your entire workspace and ask questions about coding topics, technology concepts, and general programming practices.
7+
- Ask mode: Use the Chat view in ask mode to analyze your entire workspace and ask questions about coding topics, technology concepts, and general programming practices.
88

99
- Inline Chat: Start an inline chat session directly from the editor to ask about specific code sections.
1010

@@ -16,11 +16,11 @@ The following GitHub Copilot features can be used to analyze and explain code:
1616

1717
The following GitHub Copilot features can be used to generate inline code documentation:
1818

19-
- Chat view in Ask mode: Use the Ask mode to suggest inline code documentation for a code file, class, or method. Review the suggested inline documentation in the Chat view. Request updates as needed in the chat conversation. Once you're satisfied with the proposed documentation, you can insert the suggested documentation into the corresponding code file.
19+
- Ask mode: Use the ask mode to suggest inline code documentation for a code file, class, or method. Review the suggested inline documentation in the Chat view. Request updates as needed in the chat conversation. Once you're satisfied with the proposed documentation, you can insert the suggested documentation into the corresponding code file.
2020

21-
- Chat view in Edit mode: Use the Edit mode to suggest inline code documentation for a code file, class, or method. Review the suggested documentation in the editor, navigating between suggested updates. Accept or reject individual suggestions, or modify suggestions as needed.
21+
- Edit mode: Use the edit mode to suggest inline code documentation for a code file, class, or method. Review the suggested documentation in the editor, navigating between suggested updates. Accept or reject individual suggestions, or modify suggestions as needed.
2222

23-
- Chat view in Agent mode: Use the Agent mode to autonomously generate inline code documentation for specified code projects, files, classes, or methods. Have the agent perform additional tasks during or after the documentation process. Accept or reject the updates when the agent has completed the assigned tasks.
23+
- Agent mode: Use the agent mode to autonomously generate inline code documentation for specified code projects, files, classes, or methods. Have the agent perform additional tasks during or after the documentation process. Accept or reject the updates when the agent has completed the assigned tasks.
2424

2525
- Inline chat - Use an inline chat session to work directly in the code editor. The inline chat is useful when you want to document specific code (classes, methods, or code blocks) without leaving the editor. You can provide specific instructions in the prompt or use the `/doc` slash command without additional information if you want. Updates are displayed in the code editor and can be accepted or rejected. You can also choose the option to rerun the prompt with or without updates.
2626

@@ -30,14 +30,14 @@ The following GitHub Copilot features can be used to generate inline code docume
3030

3131
The following GitHub Copilot features can be used to generate project documentation:
3232

33-
- Chat view in Ask mode: Use the Ask mode to analyze the codebase and gain an understanding of the code projects, files, and classes. Use Ask mode to preview suggested project documentation. Review suggestions and request updates or additional details as needed. Insert the suggested documentation into a project documentation file (README.md).
33+
- Chat view in ask mode: Use the ask mode to analyze the codebase and gain an understanding of the code projects, files, and classes. Use ask mode to preview suggested project documentation. Review suggestions and request updates or additional details as needed. Insert the suggested documentation into a project documentation file (README.md).
3434

3535
- Chat view in Edit mode: Generate a project documentation file (README.md).
3636

37-
- Chat view in Agent mode: Generate a collection of project documentation files: create/update the README.md, create/update the UsageExamples.md, and create/update the ChangeLog.md. Include links between the documentation files, cross-reference classes and methods, and ensure consistency across docs.
37+
- Chat view in agent mode: Generate a collection of project documentation files: create/update the README.md, create/update the UsageExamples.md, and create/update the ChangeLog.md. Include links between the documentation files, cross-reference classes and methods, and ensure consistency across docs.
3838

3939
> [!IMPORTANT]
40-
> When you use the Chat view in Agent mode, GitHub Copilot may make multiple premium requests to complete a single task. This includes both user-initiated prompts and follow-up actions Copilot takes on your behalf. The total premium requests used will depend on the complexity of the task, the number of steps involved, and the model selected.
40+
> When you use the Chat view in agent mode, GitHub Copilot may make multiple premium requests to complete a single task. This includes both user-initiated prompts and follow-up actions Copilot takes on your behalf. The total premium requests used will depend on the complexity of the task, the number of steps involved, and the model selected.
4141
4242
## Summary
4343

0 commit comments

Comments
 (0)