xp3857 commited on
Commit
761b2e9
1 Parent(s): d382738

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -20,7 +20,7 @@ Compile the each clip of the data above into a JSON formatted output.
20
  Required keys in JSON output:
21
  "start":"start:time",
22
  "end":"end:time",
23
- "keywords":["list","of","relevatn","keywords"],
24
  "summary":"summary of this clip",
25
  "transcript":"full text of this clips transcript"
26
  """
 
20
  Required keys in JSON output:
21
  "start":"start:time",
22
  "end":"end:time",
23
+ "keywords":["list","of","relevant","keywords"],
24
  "summary":"summary of this clip",
25
  "transcript":"full text of this clips transcript"
26
  """