Documentation
¶
Overview ¶
Package voiceeval contains deterministic dialogue checks for Voice Agent workflow tests. It is intentionally small and local: production moderation still belongs to the realtime provider, while tests use these rules to prove that scripted turns stay aligned with the active instructions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingRequiredText = errors.New("voiceeval: missing required text") ErrForbiddenText = errors.New("voiceeval: forbidden text present") )
Functions ¶
func EvaluateTranscript ¶
func EvaluateTurn ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.