pnp / copilot-prompts

Examples of prompts for Microsoft Copilot
MIT License
215 stars 96 forks source link

Copilot Prompt: Find meeting time with another user - a prerequisite prompt example #23

Closed mjfusa closed 3 months ago

mjfusa commented 3 months ago

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.

github-actions[bot] commented 3 months ago

Validation failed!

File: samples/m365-time-finder-meeting-prerequisite-prompt/assets/sample.json

mjfusa commented 3 months ago

Closing this PR. Will resubmit.