M365 Copilot Prompt: Find meeting time with another user - a prerequisite prompt example #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a revision of the 'Find meeting time with another user' prompt. It demonstrates the concept of a 'prerequisite' prompt. A prerequisite prompt requires input from the user before performing any actions. In this case, it asks the user for the person they want to schedule a meeting with and the day for the meeting.
This technique allows for a single prompt to serve multiple purposes, akin to a function in programming that can be called with different arguments to produce different outcomes. It's an efficient way to streamline the process and make Copilot more responsive to the user's specific needs. Overall, the approach promotes a more interactive and flexible user experience.
Also added CreateSampleJson.ps1 to create sample.json by populating sample-template.json based on values in placeholders.txt.