StructuredOutputJudgeExpected
StructuredOutputJudgeExpected =
Record<string,unknown>
Expected structured fields accepted by StructuredOutputJudge().
Example
Section titled “Example”const expected: StructuredOutputJudgeExpected = { status: "approved", risk: "low",};