@oro-ai/sdk 1.0.34 → 1.0.35
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.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +5 -1
package/dist/index.d.mts
CHANGED
|
@@ -578,9 +578,13 @@ type AgentVersionStatus = {
|
|
|
578
578
|
*/
|
|
579
579
|
is_closed?: boolean;
|
|
580
580
|
/**
|
|
581
|
-
*
|
|
581
|
+
* Qualifying score if eligible
|
|
582
582
|
*/
|
|
583
583
|
final_score?: (number | null);
|
|
584
|
+
/**
|
|
585
|
+
* Race score
|
|
586
|
+
*/
|
|
587
|
+
race_score?: (number | null);
|
|
584
588
|
/**
|
|
585
589
|
* Average reasoning coefficient from included successful runs
|
|
586
590
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -578,9 +578,13 @@ type AgentVersionStatus = {
|
|
|
578
578
|
*/
|
|
579
579
|
is_closed?: boolean;
|
|
580
580
|
/**
|
|
581
|
-
*
|
|
581
|
+
* Qualifying score if eligible
|
|
582
582
|
*/
|
|
583
583
|
final_score?: (number | null);
|
|
584
|
+
/**
|
|
585
|
+
* Race score
|
|
586
|
+
*/
|
|
587
|
+
race_score?: (number | null);
|
|
584
588
|
/**
|
|
585
589
|
* Average reasoning coefficient from included successful runs
|
|
586
590
|
*/
|
package/package.json
CHANGED
|
@@ -598,9 +598,13 @@ export type AgentVersionStatus = {
|
|
|
598
598
|
*/
|
|
599
599
|
is_closed?: boolean;
|
|
600
600
|
/**
|
|
601
|
-
*
|
|
601
|
+
* Qualifying score if eligible
|
|
602
602
|
*/
|
|
603
603
|
final_score?: (number | null);
|
|
604
|
+
/**
|
|
605
|
+
* Race score
|
|
606
|
+
*/
|
|
607
|
+
race_score?: (number | null);
|
|
604
608
|
/**
|
|
605
609
|
* Average reasoning coefficient from included successful runs
|
|
606
610
|
*/
|