mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 18:56:58 +00:00
wip iterate on the prompt
This commit is contained in:
@@ -33,7 +33,7 @@ def get_prompt(transcript, date):
|
|||||||
Review everything carefully, make sure not to make unsubstantiated claims.
|
Review everything carefully, make sure not to make unsubstantiated claims.
|
||||||
|
|
||||||
Template:
|
Template:
|
||||||
```
|
|
||||||
### Meeting - [meeting's date YYYY-MM-DD]
|
### Meeting - [meeting's date YYYY-MM-DD]
|
||||||
[Brief overview of meeting purpose and outcomes]
|
[Brief overview of meeting purpose and outcomes]
|
||||||
|
|
||||||
@@ -47,18 +47,17 @@ def get_prompt(transcript, date):
|
|||||||
|
|
||||||
### Action Items
|
### Action Items
|
||||||
- [ ] Task: [Description] - [Name, if applicable] - [Deadline, if applicable]
|
- [ ] Task: [Description] - [Name, if applicable] - [Deadline, if applicable]
|
||||||
```
|
|
||||||
Please translate the template to the language of the transcript.
|
Please translate the template to the language of the transcript.
|
||||||
|
Please keep proper markdown title and formatting in the answer.
|
||||||
|
|
||||||
Transcript:
|
Transcript:
|
||||||
{transcript}
|
{transcript}
|
||||||
|
|
||||||
Meeting's date:
|
Meeting's date: {date}
|
||||||
{date}
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_room_and_owners(slug):
|
def get_room_and_owners(slug):
|
||||||
"""Wip."""
|
"""Wip."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user