@wix/evalforge-types 0.80.0 → 0.81.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/build/index.js +3 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +3 -1
- package/build/index.mjs.map +2 -2
- package/build/types/evaluation/eval-run.d.ts +2 -0
- package/package.json +2 -2
|
@@ -502,6 +502,7 @@ export declare const EvalRunSchema: z.ZodObject<{
|
|
|
502
502
|
}, z.core.$strip>>;
|
|
503
503
|
}, z.core.$strip>>;
|
|
504
504
|
folderIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
505
|
+
scheduleId: z.ZodOptional<z.ZodString>;
|
|
505
506
|
}, z.core.$strip>;
|
|
506
507
|
export type EvalRun = z.infer<typeof EvalRunSchema>;
|
|
507
508
|
/**
|
|
@@ -520,6 +521,7 @@ export declare const CreateEvalRunInputSchema: z.ZodObject<{
|
|
|
520
521
|
capabilityIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
521
522
|
capabilityVersions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
522
523
|
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
524
|
+
scheduleId: z.ZodOptional<z.ZodString>;
|
|
523
525
|
presetId: z.ZodOptional<z.ZodString>;
|
|
524
526
|
llmTraceSummary: z.ZodOptional<z.ZodObject<{
|
|
525
527
|
totalSteps: z.ZodNumber;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/evalforge-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.0",
|
|
4
4
|
"description": "Unified types for EvalForge agent evaluation system",
|
|
5
5
|
"files": [
|
|
6
6
|
"build"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"artifactId": "evalforge-types"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "c81d85a6576aaaccfdb3443060ac0ee85745d164f2bff633d7592896"
|
|
50
50
|
}
|