@agent-inspect/viewer 6.10.0 → 6.12.0

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.cts CHANGED
@@ -178,7 +178,7 @@ interface TimelineOptions {
178
178
  focus?: TimelineFocus;
179
179
  slowTopN?: number;
180
180
  }
181
- declare function buildRunTimeline(events: TraceEvent[], options?: TimelineOptions): RunTimeline;
181
+ declare function buildRunTimeline(events: readonly TraceEvent[], options?: TimelineOptions): RunTimeline;
182
182
 
183
183
  type SuiteCaseStatus = "pass" | "fail" | "error" | "skipped";
184
184
  type SuiteDiagnosticCode = "AI_SUITE_CONFIG_INVALID" | "AI_SUITE_CONFIG_LOAD_FAILED" | "AI_SUITE_CASE_TRACE_MISSING" | "AI_SUITE_CASE_CHECK_FAILED" | "AI_SUITE_CASE_EVAL_FAILED" | "AI_SUITE_CASE_OBSERVATION_FAILED" | "AI_SUITE_TRACE_UNREADABLE";
package/dist/index.d.ts CHANGED
@@ -178,7 +178,7 @@ interface TimelineOptions {
178
178
  focus?: TimelineFocus;
179
179
  slowTopN?: number;
180
180
  }
181
- declare function buildRunTimeline(events: TraceEvent[], options?: TimelineOptions): RunTimeline;
181
+ declare function buildRunTimeline(events: readonly TraceEvent[], options?: TimelineOptions): RunTimeline;
182
182
 
183
183
  type SuiteCaseStatus = "pass" | "fail" | "error" | "skipped";
184
184
  type SuiteDiagnosticCode = "AI_SUITE_CONFIG_INVALID" | "AI_SUITE_CONFIG_LOAD_FAILED" | "AI_SUITE_CASE_TRACE_MISSING" | "AI_SUITE_CASE_CHECK_FAILED" | "AI_SUITE_CASE_EVAL_FAILED" | "AI_SUITE_CASE_OBSERVATION_FAILED" | "AI_SUITE_TRACE_UNREADABLE";