@synsci/sdk 2.0.30 → 2.0.31

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.
@@ -7385,7 +7385,7 @@ export type SessionTraceResponses = {
7385
7385
  completedAt?: number;
7386
7386
  }>;
7387
7387
  failures: Array<{
7388
- kind: "model" | "tool" | "approval" | "job";
7388
+ kind: "model" | "runtime" | "tool" | "approval" | "job";
7389
7389
  id: string;
7390
7390
  message: string;
7391
7391
  createdAt: number;
@@ -7577,6 +7577,14 @@ export type SessionTraceResponses = {
7577
7577
  runtimeFinalizing?: boolean;
7578
7578
  runtimeExhausted?: boolean;
7579
7579
  runtimeReason?: string;
7580
+ runtimeEpoch?: number;
7581
+ runtimeBaseline?: {
7582
+ modelCalls: number;
7583
+ toolCalls: number;
7584
+ tokens: number;
7585
+ wallClockMs: number;
7586
+ costUsd: number;
7587
+ };
7580
7588
  lastUsage?: {
7581
7589
  modelCalls: number;
7582
7590
  toolCalls: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.30",
4
+ "version": "2.0.31",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {