mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-09 02:10:34 +00:00
wip update prompt
This commit is contained in:
@@ -26,21 +26,23 @@ def get_prompt(transcript, date):
|
||||
- If any part of the transcript is unclear or lacks detail, politely inform the user, specifying which areas need further clarification.
|
||||
- Ensure the accuracy of all information and refrain from adding unverified details.
|
||||
- Format the response using proper markdown and structured sections.
|
||||
- Be concise and avoid repeating yourself between the sections.
|
||||
- Be super precise on nickname
|
||||
- Be a nit-picker
|
||||
- Auto-evaluate your response
|
||||
|
||||
**Don't:**
|
||||
- Write something your are not sure.
|
||||
- Write something that is not mention in the transcript.
|
||||
- Don't make mistake while mentioning someone
|
||||
|
||||
**Task:**
|
||||
Summarize the provided meeting transcript into clear and well-organized meeting minutes. The summary should be structured into the following sections, excluding irrelevant or inapplicable details:
|
||||
|
||||
1. **Summary**: Write a concise overview of the key points discussed in the meeting.
|
||||
2. **Subjects Discussed**: List the primary topics or issues in bullet points.
|
||||
3. **Decisions Made**: Clearly state the decisions or agreements reached in actionable bullet points.
|
||||
1. **Summary**: Write a TL;DR of the meeting.
|
||||
2. **Subjects Discussed**: List the key points or issues in bullet points.
|
||||
4. **Next Steps**: Provide action items as bullet points, assigning each task to a responsible individual and including deadlines (if mentioned). Format action items as tickable checkboxes. Ensure every action is assigned and, if a deadline is provided, that it is clearly stated.
|
||||
|
||||
I'll tip you 200$ for a better answer. This summary is super important for my career.
|
||||
|
||||
**Transcript**:
|
||||
{transcript}
|
||||
|
||||
@@ -48,21 +50,13 @@ def get_prompt(transcript, date):
|
||||
|
||||
### Summary [Translate this title based on the transcript’s language]
|
||||
[Provide a brief overview of the key points discussed]
|
||||
|
||||
|
||||
### Subjects Discussed [Translate this title based on the transcript’s language]
|
||||
- [Summarize each topic concisely]
|
||||
|
||||
### Decisions Made [Translate this title based on the transcript’s language]
|
||||
- [List actionable decisions]
|
||||
[Add as many list items as needed]
|
||||
|
||||
### Clarifications needed [Translate this title based on the transcript’s language]
|
||||
- [List any points or subjects that require further clarification or are unclear]
|
||||
|
||||
|
||||
### Next Steps [Translate this title based on the transcript’s language]
|
||||
- [ ] Action item [Assign to responsible individual and include deadline if applicable]
|
||||
[Add as many action items as needed]
|
||||
|
||||
- [ ] Action item [Assign to the responsible individual(s) and include a deadline if applicable, follow this strict format: Action - List of owner(s), deadline.]
|
||||
|
||||
"""
|
||||
|
||||
def get_room_and_owners(slug):
|
||||
|
||||
Reference in New Issue
Block a user