Score a dialogue transcript
score_conversationScore conversation transcripts for bridging quality, yielding per-speaker 0-4 indicator scores with quoted evidence and airtime metrics.
Instructions
Score a conversation for bridging quality. Returns a 0-4 score per speaker per indicator (receptiveness, perspective-taking, contempt, curiosity, concession, personal disclosure), each with quoted evidence anchored to turn numbers, a confidence value, and deterministic airtime metrics. Set arc_segments to 3 to see how the conversation changed from opening to close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Labels carried into the report and used for cohort grouping, e.g. {"cohort": "spring-2026", "site": "Cleveland"}. | |
| format | No | Override format auto-detection. | |
| indicators | No | Subset of indicators. Defaults to all six. | |
| transcript | No | Raw transcript text. Supply this or transcript_path. | |
| arc_segments | No | Split into this many slices and score each. 3 is the usual choice. | |
| speaker_aliases | No | Rename speakers after parsing, e.g. {"Speaker 1": "Participant A"}. Use this to de-identify before results are shared. | |
| transcript_path | No | Path to a transcript file. Supply this or transcript. |