···11{
22 "title": "Meeting Speakers",
33- "description": "Detects video meetings in the segment and extracts participant names from screen and conversation.",
33+ "description": "Detects meetings in the segment and extracts participant names from screen and conversation.",
44 "frequency": "segment",
55 "occurrences": "For each meeting detected, extract start/end times and the list of participant names. If segment spans two meetings, create separate occurrences.",
66- "contains": "Meeting detection with time bounds and participant name lists extracted from visible participant panels and conversation.",
76 "color": "#ff5722"
87}
+13-27
think/insights/speakers.txt
···2233## Objective
4455-Identify meetings in this segment and extract participant names. This output feeds into occurrence extraction to populate meeting participant lists.
55+Identify meetings and multi-person discussions in this segment and extract possible participant names.
6677## Input Types
8899-### With Screen Activity (Live Capture)
99+### With Screen Activity
10101111A meeting is detected when screen activity shows a video conferencing application:
1212- Zoom, Google Meet, Microsoft Teams, Webex, or similar
···1414- Meeting controls or UI elements present
15151616Extract participant names from:
1717-1. **Visible participant list/panel** on screen (highest confidence)
1717+1. **Visible participant list/panel** on screen
18182. **Names spoken in conversation** - direct address ("Thanks, Sarah"), mentions ("John was saying...")
19193. **Self-introductions** ("Hi, I'm Alex from...")
20202121-### Audio Only (Import)
2121+### Audio Only
22222323When no screen activity is present, a meeting is detected when audio shows:
2424- Multiple speakers with conversational turn-taking
2525- Meeting-style patterns: agenda items, discussion, decisions, action items
2626- Professional/work context evident from topics
2727+- Personal discussions amongst friends or family
27282829Extract names from:
29301. **Names spoken in conversation** - direct address and mentions
30312. **Self-introductions**
3131-3. **Setting/topics metadata** if available from transcription
3232+3. **Any setting metadata** if available from transcription
3333+4. **Facet** if given, possible entities based on the given facet
32343335## Boundary Detection
34363535-If the segment spans two distinct meetings (one ending, another starting):
3737+If the segment spans two distinct meetings with different participants (one ending, another starting):
3638- Look for farewell patterns followed by new greetings
3739- Different participant set appears
3840- Significant topic shift with new introductions
···41434244## Output Format
43454444-Structure your output clearly for occurrence extraction:
4545-4646-### Meeting Detection
4747-4848-State whether meeting(s) were detected and the detection basis:
4949-- **Detected**: Yes / No
5050-- **Source**: Screen (video call UI visible) / Audio-only (conversation patterns)
5151-5252-### Meeting 1
4646+Structure your output as clean well formatted markdown with the following information included:
53475448- **Time**: HH:MM:SS - HH:MM:SS
5549- **Platform**: Zoom / Meet / Teams / etc. (if visible, omit for audio-only)
5650- **Participants**:
5757- - Name (evidence: where/how detected)
5858- - Name (evidence: where/how detected)
5959-6060-### Meeting 2 (if segment contains two meetings)
5151+ - Speaker Name
5252+ - Another Speaker Name
61536262-Same structure as above.
5454+Your result may have 0, 1, or 2 of the above sections. Our goal is to identify all the possible speakers based on the evidence.
63556456## What to Ignore
65576658- Podcasts, videos, or streaming content being watched
6759- Music or background audio
6868-- Single-speaker recordings without meeting context
6969-- Phone calls (no video conferencing UI)
70607161## No Meeting Case
72627373-If no meeting is detected, output:
7474-7575-### Meeting Detection
7676-- **Detected**: No
7777-- **Reason**: [Brief explanation - e.g., "No video call UI visible, single speaker only"]
6363+If no meeting is detected, output just "No meetings detected"