Commit
·
5c4bf91
1
Parent(s):
9cff658
add: details to prompt
Browse files
app.py
CHANGED
@@ -340,6 +340,7 @@ Your job is to find out the timestamp of the best answer given by the interviewe
|
|
340 |
The way to know if there are multiple takes to a question is to see in the transcript if the same text is repeated, If not then number of takes is 1.
|
341 |
Question 1 should always be the introduction if the speaker has introduced themselves to find the best introduction time (Last timestamp is the best timestamp), Rest of questions should be in the order they were asked.
|
342 |
Return format is:
|
|
|
343 |
1. Question: question
|
344 |
Number of takes: number
|
345 |
Best Answer timestamp: [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
|
|
340 |
The way to know if there are multiple takes to a question is to see in the transcript if the same text is repeated, If not then number of takes is 1.
|
341 |
Question 1 should always be the introduction if the speaker has introduced themselves to find the best introduction time (Last timestamp is the best timestamp), Rest of questions should be in the order they were asked.
|
342 |
Return format is:
|
343 |
+
Call ID is: {{cid}}, Session ID is: {{rsid}}, Origin is: {{origin}}, Call Type is: {{ct}}
|
344 |
1. Question: question
|
345 |
Number of takes: number
|
346 |
Best Answer timestamp: [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|