@sanity/ailf-studio 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -457,6 +457,8 @@ interface JudgmentData {
457
457
  canonicalDocs?: DocumentRef[];
458
458
  dimension: string;
459
459
  modelId: string;
460
+ /** True when the model failed to produce output (empty response, API error, refusal) */
461
+ outputFailure?: boolean;
460
462
  reason: string;
461
463
  score: number;
462
464
  taskId: string;