import type * as ElevenLabs from "../index"; export interface AttachedSystemEvaluationRef { /** Id of the referenced built-in system evaluation. */ analysisItemId: ElevenLabs.AttachedSystemEvaluationRefAnalysisItemId; /** Transcript context ('conversation' or 'agent') used when running this item. */ scope?: ElevenLabs.AnalysisScope; /** Optional relative weight for aggregate scoring. */ weight?: number; }