-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
docs: update README.md #760
Conversation
seperated -> separated
@@ -825,7 +825,7 @@ Contributed by: [@aburakayaz](https://github.com/aburakayaz) | |||
|
|||
## Act as a note-taking assistant | |||
Contributed by: [@TheLime1](https://github.com/TheLime1) | |||
>I want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. Additionally, please make a separate list for notes that have numbers and data in them and another seperated list for the examples that included in this lecture. The notes should be concise and easy to read. | |||
>I want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. Additionally, please make a separate list for notes that have numbers and data in them and another separated list for the examples that included in this lecture. The notes should be concise and easy to read. | |||
|
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 want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. Additionally, please make a separate list for notes that have numbers and data in them and another separated list for the examples that are included in this lecture. The notes should be concise and easy to read. |
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.
@andrzejsydor How about making this a chain-of-thought (CoT) prompt?
First, I want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. (then Place this detailed list in a context window)
Second, make a separate list from the details notes in the context window; add numbers and data in them (bulleted)
Third, make another list for examples from the lecture.
Then summarize all the notes, concisely and easy to read.
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.
you should update the csv as well.
/ai resolve |
❌ Could not extract prompt information from changes |
/ai resolve |
I've created a new PR #816 with your contribution properly formatted. This PR will be closed in favor of the new one. |
Description
copilot:summary
seperated -> separated
e.g.
Contributed by: [@yourusername](https://github.com/yourusername)
prompts.csv
"Hello","hi"
, not"Hello", "hi"
Please make sure you've completed all the checklist.