johann22 commited on
Commit
46f281a
·
verified ·
1 Parent(s): f46e1df

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -1,4 +1,4 @@
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"
@@ -33,7 +33,7 @@ Collected data:
33
  {knowledge}
34
  New Data:
35
  {history}
36
- Compile the data that you have collected into a detailed report (~8000 words)
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"
 
33
  {knowledge}
34
  New Data:
35
  {history}
36
+ Compile the data that you have collected into a detailed report and update the report when New Data is provided
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
  """