Interface: SemanticProbeConfig
Defined in: packages/core/src/introspection/SemanticProbe.ts:36
Configuration for semantic probing.
Properties
adapter
ts
readonly adapter: SemanticProbeAdapter;Defined in: packages/core/src/introspection/SemanticProbe.ts:38
The LLM adapter to use for evaluation
concurrency?
ts
readonly optional concurrency: number;Defined in: packages/core/src/introspection/SemanticProbe.ts:42
Maximum number of probes to run in parallel
includeRawResponses?
ts
readonly optional includeRawResponses: boolean;Defined in: packages/core/src/introspection/SemanticProbe.ts:44
Whether to include raw LLM responses in results
thresholds?
ts
readonly optional thresholds: Partial<SemanticThresholds>;Defined in: packages/core/src/introspection/SemanticProbe.ts:40
Risk thresholds for classification