-
Notifications
You must be signed in to change notification settings - Fork 3k
tool updates #41835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
tool updates #41835
Conversation
.github/copilot-instructions.md
Outdated
@@ -191,6 +200,9 @@ FINAL ACTIONS: | |||
"Use the azure-rest-api-specs agent to handle the rest of the process and provide it the pull request." | |||
``` | |||
|
|||
### STEP 8: RELEASE READINESS CHECK | |||
/check-package-readiness.prompt.md python language |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand this line is to hint agent follow check-package-readiness.prompt.md to check readiness for python package. Just curious that why we use format like /xxx.md xx
? Is there any guidance about the prompt format?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually had the LLM edit the steps and this is how it referenced the prompt. I believe its because this is how you reference prompts in copilot
No description provided.