From 808fc7a00f02c21803ad8f49c05d83364cca6ad8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 18 Oct 2024 10:00:38 +0200 Subject: [PATCH] wip update prompt --- src/backend/core/api/demo.py | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/backend/core/api/demo.py b/src/backend/core/api/demo.py index 2986a339..dc14f6cb 100644 --- a/src/backend/core/api/demo.py +++ b/src/backend/core/api/demo.py @@ -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):