Update agent.py
Browse files
agent.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
PREFIX = """You are an Expert Video
|
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"
|
@@ -35,6 +35,7 @@ New Data:
|
|
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 |
"""
|
40 |
|
|
|
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"
|
|
|
35 |
{history}
|
36 |
Compile the data that you have collected into a detailed report
|
37 |
Include all relevant information in great detail
|
38 |
+
Produce a report as output
|
39 |
Be thorough and exhaustive in your presentation of the data you have collected and reference the timestamps for each datapoint
|
40 |
"""
|
41 |
|