Skip to content
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

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

Closed
wants to merge 4 commits into from

Conversation

mjfusa
Copy link
Contributor

@mjfusa mjfusa commented Jul 7, 2024

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.

@rabwill
Copy link
Collaborator

rabwill commented Jul 9, 2024

Brilliant! thank so much for the sample!

@rabwill
Copy link
Collaborator

rabwill commented Jul 9, 2024

@mjfusa Could you pls update this PR with just the sample for now without changes in the template folder. Let's open a new issue and then as a separate PR push the PS script. We'll need to also discuss and finalise a consistent contribution experience with proper instructions etc. Thanks :)

@mjfusa
Copy link
Contributor Author

mjfusa commented Jul 9, 2024

Closing this PR and will resubmit without template script.

@mjfusa mjfusa closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants