Function: parseJudgeResponse()
ts
function parseJudgeResponse(
probe,
rawResponse,
config): SemanticProbeResult;Defined in: packages/core/src/introspection/SemanticProbe.ts:274
Parse the LLM judge's response into a structured result.
Handles malformed responses gracefully by falling back to conservative defaults.
Parameters
| Parameter | Type | Description |
|---|---|---|
probe | SemanticProbe | The probe that was evaluated |
rawResponse | string | Raw LLM response text |
config | SemanticProbeConfig | Probe configuration |
Returns
Structured probe result