@oro-ai/sdk 1.0.91 → 1.0.92
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 +1 -5
- package/dist/index.d.ts +1 -5
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -5
package/dist/index.d.mts
CHANGED
|
@@ -2788,7 +2788,7 @@ type TopAgentResponse = {
|
|
|
2788
2788
|
*/
|
|
2789
2789
|
top_score?: (number | null);
|
|
2790
2790
|
/**
|
|
2791
|
-
*
|
|
2791
|
+
* Challenge-threshold + burn-rate params
|
|
2792
2792
|
*/
|
|
2793
2793
|
policy?: ({
|
|
2794
2794
|
[key: string]: unknown;
|
|
@@ -2797,10 +2797,6 @@ type TopAgentResponse = {
|
|
|
2797
2797
|
* Score required to dethrone
|
|
2798
2798
|
*/
|
|
2799
2799
|
challenge_threshold?: (number | null);
|
|
2800
|
-
/**
|
|
2801
|
-
* Current emission weight (1.0=full)
|
|
2802
|
-
*/
|
|
2803
|
-
emission_weight?: (number | null);
|
|
2804
2800
|
/**
|
|
2805
2801
|
* Current challenge margin fraction
|
|
2806
2802
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2788,7 +2788,7 @@ type TopAgentResponse = {
|
|
|
2788
2788
|
*/
|
|
2789
2789
|
top_score?: (number | null);
|
|
2790
2790
|
/**
|
|
2791
|
-
*
|
|
2791
|
+
* Challenge-threshold + burn-rate params
|
|
2792
2792
|
*/
|
|
2793
2793
|
policy?: ({
|
|
2794
2794
|
[key: string]: unknown;
|
|
@@ -2797,10 +2797,6 @@ type TopAgentResponse = {
|
|
|
2797
2797
|
* Score required to dethrone
|
|
2798
2798
|
*/
|
|
2799
2799
|
challenge_threshold?: (number | null);
|
|
2800
|
-
/**
|
|
2801
|
-
* Current emission weight (1.0=full)
|
|
2802
|
-
*/
|
|
2803
|
-
emission_weight?: (number | null);
|
|
2804
2800
|
/**
|
|
2805
2801
|
* Current challenge margin fraction
|
|
2806
2802
|
*/
|
package/package.json
CHANGED
|
@@ -2931,7 +2931,7 @@ export type TopAgentResponse = {
|
|
|
2931
2931
|
*/
|
|
2932
2932
|
top_score?: (number | null);
|
|
2933
2933
|
/**
|
|
2934
|
-
*
|
|
2934
|
+
* Challenge-threshold + burn-rate params
|
|
2935
2935
|
*/
|
|
2936
2936
|
policy?: ({
|
|
2937
2937
|
[key: string]: unknown;
|
|
@@ -2940,10 +2940,6 @@ export type TopAgentResponse = {
|
|
|
2940
2940
|
* Score required to dethrone
|
|
2941
2941
|
*/
|
|
2942
2942
|
challenge_threshold?: (number | null);
|
|
2943
|
-
/**
|
|
2944
|
-
* Current emission weight (1.0=full)
|
|
2945
|
-
*/
|
|
2946
|
-
emission_weight?: (number | null);
|
|
2947
2943
|
/**
|
|
2948
2944
|
* Current challenge margin fraction
|
|
2949
2945
|
*/
|