Skip to main content

Overview

Checks transcripts for required talking points and prohibited language. Requires at least one configuration parameter - Provide talking_points or language_to_avoid.

Configuration

config.talking_points
array
Required talking points to include.
config.language_to_avoid
array
Phrases that must not appear.
config.min_talking_points
integer
Minimum number of talking points required.
config.max_language_to_avoid
integer
Maximum number of forbidden phrases allowed.

Example Configuration

Result Schema

Interpreting Results

  • talking_points_hit/language_to_avoid_hit: Items found (or avoided) in the transcript.
  • talking_points_count/language_to_avoid_count: Totals used for pass/fail.
  • matches: Evidence snippets supporting each detected item.