@oro-ai/sdk 1.0.17 → 1.0.18
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -734,7 +734,7 @@ type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
|
|
|
734
734
|
/**
|
|
735
735
|
* Type of artifact for download.
|
|
736
736
|
*/
|
|
737
|
-
type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
|
|
737
|
+
type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
|
|
738
738
|
/**
|
|
739
739
|
* 409 - Validator is at maximum concurrent evaluation capacity.
|
|
740
740
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -734,7 +734,7 @@ type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
|
|
|
734
734
|
/**
|
|
735
735
|
* Type of artifact for download.
|
|
736
736
|
*/
|
|
737
|
-
type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
|
|
737
|
+
type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
|
|
738
738
|
/**
|
|
739
739
|
* 409 - Validator is at maximum concurrent evaluation capacity.
|
|
740
740
|
*/
|
package/package.json
CHANGED
|
@@ -763,7 +763,7 @@ export type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
|
|
|
763
763
|
/**
|
|
764
764
|
* Type of artifact for download.
|
|
765
765
|
*/
|
|
766
|
-
export type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
|
|
766
|
+
export type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
|
|
767
767
|
|
|
768
768
|
/**
|
|
769
769
|
* 409 - Validator is at maximum concurrent evaluation capacity.
|