Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This prompt file creates professional, comprehensive README files by analyzing y

```text copy
---
mode: 'agent'
agent: 'agent'
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this change correctly updates the deprecated mode: 'agent' to agent: 'agent', the same deprecated pattern exists in 5 other prompt file examples that should also be updated for consistency:

  • content/copilot/tutorials/customization-library/prompt-files/document-api.md (line 26)
  • content/copilot/tutorials/customization-library/prompt-files/generate-unit-tests.md (line 26)
  • content/copilot/tutorials/customization-library/prompt-files/onboarding-plan.md (line 24)
  • content/copilot/tutorials/customization-library/prompt-files/review-code.md (line 28)
  • content/copilot/tutorials/customization-library/prompt-files/your-first-prompt-file.md (line 35)

Updating all occurrences in the same PR would ensure consistent documentation and prevent users from copying deprecated configurations from other examples.

Copilot uses AI. Check for mistakes.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

description: 'Create a comprehensive README.md file for the project'
---
Expand Down
Loading