Update agent.py
Browse files
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","
|
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 |
"""
|