Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
PREFIX = """You are an Expert Video Summarizer.
|
2 |
Your duty is to sort through the provided video transcript and compile a report that satisfies the users request.
|
3 |
Data will be provided to you in the following format:
|
4 |
clip:start,clip:end,"speaker transcript"
|
5 |
-
|
6 |
Make sure your information is current
|
7 |
Current Date and Time is:
|
8 |
{timestamp}
|
@@ -31,9 +30,9 @@ You have just completed the task
|
|
31 |
task: {direction}
|
32 |
Collected data:
|
33 |
{knowledge}
|
34 |
-
|
35 |
{history}
|
36 |
-
Compile the data that you have collected into a detailed report
|
37 |
Include all relevant information in great detail
|
38 |
Be thorough and exhaustive in your presentation of the data you have collected and reference the timestamps for each datapoint
|
39 |
"""
|
|
|
1 |
+
PREFIX = """You are an Expert Video Transcript Summarizer.
|
2 |
Your duty is to sort through the provided video transcript and compile a report that satisfies the users request.
|
3 |
Data will be provided to you in the following format:
|
4 |
clip:start,clip:end,"speaker transcript"
|
|
|
5 |
Make sure your information is current
|
6 |
Current Date and Time is:
|
7 |
{timestamp}
|
|
|
30 |
task: {direction}
|
31 |
Collected data:
|
32 |
{knowledge}
|
33 |
+
New Data:
|
34 |
{history}
|
35 |
+
Compile the data that you have collected into a detailed report
|
36 |
Include all relevant information in great detail
|
37 |
Be thorough and exhaustive in your presentation of the data you have collected and reference the timestamps for each datapoint
|
38 |
"""
|