Skip to content

Commit

Permalink
wip update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Oct 18, 2024
1 parent c8b4592 commit 808fc7a
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions src/backend/core/api/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,37 @@ 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}
**Response:**
### 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):
Expand Down

0 comments on commit 808fc7a

Please sign in to comment.