@orq-ai/node 4.13.0-rc.17 → 4.13.0-rc.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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +7 -7
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +1 -4
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "2.0";
|
|
34
|
-
readonly sdkVersion: "4.13.0-rc.
|
|
34
|
+
readonly sdkVersion: "4.13.0-rc.18";
|
|
35
35
|
readonly genVersion: "2.924.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.13.0-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.13.0-rc.18 2.924.0 2.0 @orq-ai/node";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.13.0-rc.
|
|
31
|
+
sdkVersion: "4.13.0-rc.18",
|
|
32
32
|
genVersion: "2.924.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.13.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.13.0-rc.18 2.924.0 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -366,8 +366,8 @@ function functionParamsFromJSON(jsonString) {
|
|
|
366
366
|
exports.EvaluatorResponseFunction$inboundSchema = z.object({
|
|
367
367
|
_id: z.string(),
|
|
368
368
|
description: z.string(),
|
|
369
|
-
created: z.string().default("2026-07-
|
|
370
|
-
updated: z.string().default("2026-07-
|
|
369
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
370
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
371
371
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
372
372
|
guardrail_config: z.any().optional(),
|
|
373
373
|
type: z.literal("function_eval"),
|
|
@@ -52,8 +52,8 @@ exports.Method$inboundSchema = z
|
|
|
52
52
|
exports.EvaluatorResponseHttp$inboundSchema = z.object({
|
|
53
53
|
_id: z.string(),
|
|
54
54
|
description: z.string(),
|
|
55
|
-
created: z.string().default("2026-07-
|
|
56
|
-
updated: z.string().default("2026-07-
|
|
55
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
56
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
57
57
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
58
58
|
guardrail_config: z.any().optional(),
|
|
59
59
|
type: z.literal("http_eval"),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponseJsonSchema$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
49
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
type: z.literal("json_schema"),
|
|
@@ -150,8 +150,8 @@ function juryFromJSON(jsonString) {
|
|
|
150
150
|
exports.EvaluatorResponseLlm$inboundSchema = z.object({
|
|
151
151
|
_id: z.string(),
|
|
152
152
|
description: z.string(),
|
|
153
|
-
created: z.string().default("2026-07-
|
|
154
|
-
updated: z.string().default("2026-07-
|
|
153
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
154
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
155
155
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
156
156
|
guardrail_config: z.any().optional(),
|
|
157
157
|
type: z.literal("llm_eval"),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponsePython$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
49
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
code: z.string(),
|
|
@@ -62,8 +62,8 @@ exports.RagasMetric$inboundSchema = z
|
|
|
62
62
|
exports.EvaluatorResponseRagas$inboundSchema = z.object({
|
|
63
63
|
_id: z.string(),
|
|
64
64
|
description: z.string(),
|
|
65
|
-
created: z.string().default("2026-07-
|
|
66
|
-
updated: z.string().default("2026-07-
|
|
65
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
66
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
67
67
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
68
68
|
guardrail_config: z.any().optional(),
|
|
69
69
|
type: z.literal("ragas"),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponseTypescript$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
49
|
+
updated: z.string().default("2026-07-30T05:45:05.932Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
code: z.string(),
|
|
@@ -43,7 +43,7 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
/** @internal */
|
|
45
45
|
exports.ReasoningPart$inboundSchema = z.object({
|
|
46
|
-
_id: z.string().default("
|
|
46
|
+
_id: z.string().default("reasoning_01kyrrwghh1d337ppt0xfy8z8e"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -79,7 +79,7 @@ exports.CreateDatasetResponseBody$inboundSchema = z.object({
|
|
|
79
79
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
80
80
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
81
81
|
.optional(),
|
|
82
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
82
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
83
83
|
}).transform((v) => {
|
|
84
84
|
return (0, primitives_js_1.remap)(v, {
|
|
85
85
|
"_id": "id",
|
|
@@ -859,7 +859,7 @@ exports.Evaluations4$inboundSchema = z.object({
|
|
|
859
859
|
parent_annotation_id: z.string().optional(),
|
|
860
860
|
explanation: z.string().optional(),
|
|
861
861
|
reviewed_by_id: z.string(),
|
|
862
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
862
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.693Z").transform(v => new Date(v)),
|
|
863
863
|
type: z.literal("string_array"),
|
|
864
864
|
values: z.array(z.string()),
|
|
865
865
|
}).transform((v) => {
|
|
@@ -912,7 +912,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
912
912
|
parent_annotation_id: z.string().optional(),
|
|
913
913
|
explanation: z.string().optional(),
|
|
914
914
|
reviewed_by_id: z.string(),
|
|
915
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
915
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.692Z").transform(v => new Date(v)),
|
|
916
916
|
type: z.literal("boolean"),
|
|
917
917
|
value: z.boolean(),
|
|
918
918
|
}).transform((v) => {
|
|
@@ -959,7 +959,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
959
959
|
parent_annotation_id: z.string().optional(),
|
|
960
960
|
explanation: z.string().optional(),
|
|
961
961
|
reviewed_by_id: z.string(),
|
|
962
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
962
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.691Z").transform(v => new Date(v)),
|
|
963
963
|
type: z.literal("number"),
|
|
964
964
|
value: z.number(),
|
|
965
965
|
}).transform((v) => {
|
|
@@ -1006,7 +1006,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
1006
1006
|
parent_annotation_id: z.string().optional(),
|
|
1007
1007
|
explanation: z.string().optional(),
|
|
1008
1008
|
reviewed_by_id: z.string(),
|
|
1009
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
1009
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.691Z").transform(v => new Date(v)),
|
|
1010
1010
|
type: z.literal("string"),
|
|
1011
1011
|
value: z.string(),
|
|
1012
1012
|
}).transform((v) => {
|
|
@@ -1057,7 +1057,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
1057
1057
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1058
1058
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1059
1059
|
.optional(),
|
|
1060
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
1060
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
1061
1061
|
}).transform((v) => {
|
|
1062
1062
|
return (0, primitives_js_1.remap)(v, {
|
|
1063
1063
|
"_id": "id",
|
|
@@ -182,7 +182,7 @@ function createDatasourceMetadataFromJSON(jsonString) {
|
|
|
182
182
|
}
|
|
183
183
|
/** @internal */
|
|
184
184
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
185
|
-
_id: z.string().default("
|
|
185
|
+
_id: z.string().default("01KYRRWH0TB1JG4C68JSBEF8B5"),
|
|
186
186
|
display_name: z.string(),
|
|
187
187
|
description: z.nullable(z.string()).optional(),
|
|
188
188
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -563,7 +563,7 @@ function responseBodyCodeToolFromJSON(jsonString) {
|
|
|
563
563
|
}
|
|
564
564
|
/** @internal */
|
|
565
565
|
exports.ResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
566
|
-
_id: z.string().default("
|
|
566
|
+
_id: z.string().default("tool_01KYRRWGWN4S80ECRTYJMBPFAS"),
|
|
567
567
|
path: z.string(),
|
|
568
568
|
key: z.string(),
|
|
569
569
|
display_name: z.string().optional(),
|
|
@@ -615,7 +615,7 @@ function createToolResponseBodySchemaFromJSON(jsonString) {
|
|
|
615
615
|
}
|
|
616
616
|
/** @internal */
|
|
617
617
|
exports.ResponseBodyTools$inboundSchema = z.object({
|
|
618
|
-
id: z.string().default("
|
|
618
|
+
id: z.string().default("01KYRRWGWDGN6VPM9ZC5XPB7CS"),
|
|
619
619
|
name: z.string(),
|
|
620
620
|
description: z.string().optional(),
|
|
621
621
|
schema: z.lazy(() => exports.CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -644,7 +644,7 @@ function responseBodyMcpFromJSON(jsonString) {
|
|
|
644
644
|
}
|
|
645
645
|
/** @internal */
|
|
646
646
|
exports.ResponseBodyMCPTool$inboundSchema = z.object({
|
|
647
|
-
_id: z.string().default("
|
|
647
|
+
_id: z.string().default("tool_01KYRRWGWC021KN48JYA8ZAHER"),
|
|
648
648
|
path: z.string(),
|
|
649
649
|
key: z.string(),
|
|
650
650
|
display_name: z.string().optional(),
|
|
@@ -732,7 +732,7 @@ function createToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
732
732
|
}
|
|
733
733
|
/** @internal */
|
|
734
734
|
exports.ResponseBodyHTTPTool$inboundSchema = z.object({
|
|
735
|
-
_id: z.string().default("
|
|
735
|
+
_id: z.string().default("tool_01KYRRWGWAYVYTCWCR770VEPMF"),
|
|
736
736
|
path: z.string(),
|
|
737
737
|
key: z.string(),
|
|
738
738
|
display_name: z.string().optional(),
|
|
@@ -782,7 +782,7 @@ function responseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
782
782
|
}
|
|
783
783
|
/** @internal */
|
|
784
784
|
exports.ResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
785
|
-
_id: z.string().default("
|
|
785
|
+
_id: z.string().default("tool_01KYRRWGW8VWNN7KXDVK27F1DK"),
|
|
786
786
|
path: z.string(),
|
|
787
787
|
key: z.string(),
|
|
788
788
|
display_name: z.string().optional(),
|
|
@@ -835,7 +835,7 @@ function responseBodyFunctionFromJSON(jsonString) {
|
|
|
835
835
|
}
|
|
836
836
|
/** @internal */
|
|
837
837
|
exports.ResponseBodyFunctionTool$inboundSchema = z.object({
|
|
838
|
-
_id: z.string().default("
|
|
838
|
+
_id: z.string().default("tool_01KYRRWGW7QZMEPJ4QWJ0A2T1N"),
|
|
839
839
|
path: z.string(),
|
|
840
840
|
key: z.string(),
|
|
841
841
|
display_name: z.string().optional(),
|
|
@@ -196,7 +196,7 @@ function dataCodeToolFromJSON(jsonString) {
|
|
|
196
196
|
}
|
|
197
197
|
/** @internal */
|
|
198
198
|
exports.DataCodeExecutionTool$inboundSchema = z.object({
|
|
199
|
-
_id: z.string().default("
|
|
199
|
+
_id: z.string().default("tool_01KYRRWGVYYR29SR24JQN1QCC3"),
|
|
200
200
|
path: z.string(),
|
|
201
201
|
key: z.string(),
|
|
202
202
|
display_name: z.string().optional(),
|
|
@@ -247,7 +247,7 @@ function getAllToolsDataSchemaFromJSON(jsonString) {
|
|
|
247
247
|
}
|
|
248
248
|
/** @internal */
|
|
249
249
|
exports.DataTools$inboundSchema = z.object({
|
|
250
|
-
id: z.string().default("
|
|
250
|
+
id: z.string().default("01KYRRWGVXQFKJZTZYQQTKAABZ"),
|
|
251
251
|
name: z.string(),
|
|
252
252
|
description: z.string().optional(),
|
|
253
253
|
schema: z.lazy(() => exports.GetAllToolsDataSchema$inboundSchema),
|
|
@@ -276,7 +276,7 @@ function dataMcpFromJSON(jsonString) {
|
|
|
276
276
|
}
|
|
277
277
|
/** @internal */
|
|
278
278
|
exports.DataMCPTool$inboundSchema = z.object({
|
|
279
|
-
_id: z.string().default("
|
|
279
|
+
_id: z.string().default("tool_01KYRRWGVW3FBVMZYK5PG0MTQF"),
|
|
280
280
|
path: z.string(),
|
|
281
281
|
key: z.string(),
|
|
282
282
|
display_name: z.string().optional(),
|
|
@@ -364,7 +364,7 @@ function dataHttpFromJSON(jsonString) {
|
|
|
364
364
|
}
|
|
365
365
|
/** @internal */
|
|
366
366
|
exports.DataHTTPTool$inboundSchema = z.object({
|
|
367
|
-
_id: z.string().default("
|
|
367
|
+
_id: z.string().default("tool_01KYRRWGVT9TZAZNEA8NN5DC0Q"),
|
|
368
368
|
path: z.string(),
|
|
369
369
|
key: z.string(),
|
|
370
370
|
display_name: z.string().optional(),
|
|
@@ -414,7 +414,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
414
414
|
}
|
|
415
415
|
/** @internal */
|
|
416
416
|
exports.DataJSONSchemaTool$inboundSchema = z.object({
|
|
417
|
-
_id: z.string().default("
|
|
417
|
+
_id: z.string().default("tool_01KYRRWGVRP1373N5TMZQ40161"),
|
|
418
418
|
path: z.string(),
|
|
419
419
|
key: z.string(),
|
|
420
420
|
display_name: z.string().optional(),
|
|
@@ -469,7 +469,7 @@ function dataFunctionFromJSON(jsonString) {
|
|
|
469
469
|
}
|
|
470
470
|
/** @internal */
|
|
471
471
|
exports.DataFunctionTool$inboundSchema = z.object({
|
|
472
|
-
_id: z.string().default("
|
|
472
|
+
_id: z.string().default("tool_01KYRRWGVP4JT1WNXXF9BMAX0C"),
|
|
473
473
|
path: z.string(),
|
|
474
474
|
key: z.string(),
|
|
475
475
|
display_name: z.string().optional(),
|
|
@@ -67,7 +67,7 @@ exports.GetV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
67
67
|
updated_by_id: z.string().optional(),
|
|
68
68
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
69
69
|
.optional(),
|
|
70
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
70
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
71
71
|
filter_type: z.literal("name"),
|
|
72
72
|
filter_value: z.string(),
|
|
73
73
|
}).transform((v) => {
|
|
@@ -98,7 +98,7 @@ exports.GetV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
98
98
|
updated_by_id: z.string().optional(),
|
|
99
99
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
100
100
|
.optional(),
|
|
101
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
102
102
|
filter_type: z.literal("span_type"),
|
|
103
103
|
filter_values: z.array(z.string()),
|
|
104
104
|
}).transform((v) => {
|
|
@@ -63,7 +63,7 @@ exports.GetV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
63
63
|
updated_by_id: z.string().optional(),
|
|
64
64
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
65
65
|
.optional(),
|
|
66
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
66
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
67
67
|
filter_type: z.literal("name"),
|
|
68
68
|
filter_value: z.string(),
|
|
69
69
|
}).transform((v) => {
|
|
@@ -94,7 +94,7 @@ exports.GetV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
94
94
|
updated_by_id: z.string().optional(),
|
|
95
95
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
96
96
|
.optional(),
|
|
97
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
97
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
98
98
|
filter_type: z.literal("span_type"),
|
|
99
99
|
filter_values: z.array(z.string()),
|
|
100
100
|
}).transform((v) => {
|
|
@@ -527,7 +527,7 @@ exports.ListDatasetDatapointsEvaluations4$inboundSchema = z.object({
|
|
|
527
527
|
parent_annotation_id: z.string().optional(),
|
|
528
528
|
explanation: z.string().optional(),
|
|
529
529
|
reviewed_by_id: z.string(),
|
|
530
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
530
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.671Z").transform(v => new Date(v)),
|
|
531
531
|
type: z.literal("string_array"),
|
|
532
532
|
values: z.array(z.string()),
|
|
533
533
|
}).transform((v) => {
|
|
@@ -579,7 +579,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
579
579
|
parent_annotation_id: z.string().optional(),
|
|
580
580
|
explanation: z.string().optional(),
|
|
581
581
|
reviewed_by_id: z.string(),
|
|
582
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
582
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.671Z").transform(v => new Date(v)),
|
|
583
583
|
type: z.literal("boolean"),
|
|
584
584
|
value: z.boolean(),
|
|
585
585
|
}).transform((v) => {
|
|
@@ -628,7 +628,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
628
628
|
parent_annotation_id: z.string().optional(),
|
|
629
629
|
explanation: z.string().optional(),
|
|
630
630
|
reviewed_by_id: z.string(),
|
|
631
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
631
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.670Z").transform(v => new Date(v)),
|
|
632
632
|
type: z.literal("number"),
|
|
633
633
|
value: z.number(),
|
|
634
634
|
}).transform((v) => {
|
|
@@ -678,7 +678,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
678
678
|
parent_annotation_id: z.string().optional(),
|
|
679
679
|
explanation: z.string().optional(),
|
|
680
680
|
reviewed_by_id: z.string(),
|
|
681
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
681
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.669Z").transform(v => new Date(v)),
|
|
682
682
|
type: z.literal("string"),
|
|
683
683
|
value: z.string(),
|
|
684
684
|
}).transform((v) => {
|
|
@@ -729,7 +729,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
729
729
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
730
730
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
731
731
|
.optional(),
|
|
732
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
732
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
733
733
|
}).transform((v) => {
|
|
734
734
|
return (0, primitives_js_1.remap)(v, {
|
|
735
735
|
"_id": "id",
|
|
@@ -90,7 +90,7 @@ exports.ListDatasetsData$inboundSchema = z.object({
|
|
|
90
90
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
91
91
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
92
92
|
.optional(),
|
|
93
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
93
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
94
94
|
}).transform((v) => {
|
|
95
95
|
return (0, primitives_js_1.remap)(v, {
|
|
96
96
|
"_id": "id",
|
|
@@ -113,7 +113,7 @@ function listDatasourcesMetadataFromJSON(jsonString) {
|
|
|
113
113
|
}
|
|
114
114
|
/** @internal */
|
|
115
115
|
exports.ListDatasourcesData$inboundSchema = z.object({
|
|
116
|
-
_id: z.string().default("
|
|
116
|
+
_id: z.string().default("01KYRRWH0PB15QF4JKMJ1Q2V71"),
|
|
117
117
|
display_name: z.string(),
|
|
118
118
|
description: z.nullable(z.string()).optional(),
|
|
119
119
|
status: exports.ListDatasourcesStatus$inboundSchema,
|
|
@@ -122,7 +122,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
122
122
|
updated_by_id: z.string().optional(),
|
|
123
123
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
124
124
|
.optional(),
|
|
125
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
125
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
126
126
|
filter_type: z.literal("name"),
|
|
127
127
|
filter_value: z.string(),
|
|
128
128
|
}).transform((v) => {
|
|
@@ -153,7 +153,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
153
153
|
updated_by_id: z.string().optional(),
|
|
154
154
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
155
155
|
.optional(),
|
|
156
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
156
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
157
157
|
filter_type: z.literal("span_type"),
|
|
158
158
|
filter_values: z.array(z.string()),
|
|
159
159
|
}).transform((v) => {
|
|
@@ -96,7 +96,7 @@ exports.RequestBody4$outboundSchema = z.object({
|
|
|
96
96
|
source: exports.PostV2FeedbackEvaluationRequestBodyFeedbackRequestSource$outboundSchema
|
|
97
97
|
.default("orq"),
|
|
98
98
|
explanation: z.string().optional(),
|
|
99
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
99
|
+
reviewedAt: z.date().default(() => new Date("2026-07-30T05:45:18.819Z"))
|
|
100
100
|
.transform(v => v.toISOString()),
|
|
101
101
|
type: z.literal("string_array"),
|
|
102
102
|
values: z.array(z.string()),
|
|
@@ -126,7 +126,7 @@ exports.RequestBody3$outboundSchema = z.object({
|
|
|
126
126
|
source: exports.PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
127
127
|
.default("orq"),
|
|
128
128
|
explanation: z.string().optional(),
|
|
129
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
129
|
+
reviewedAt: z.date().default(() => new Date("2026-07-30T05:45:18.819Z"))
|
|
130
130
|
.transform(v => v.toISOString()),
|
|
131
131
|
type: z.literal("boolean"),
|
|
132
132
|
value: z.boolean(),
|
|
@@ -154,7 +154,7 @@ exports.PostV2FeedbackEvaluationRequestBody2$outboundSchema = z.object({
|
|
|
154
154
|
humanReviewId: z.string().optional(),
|
|
155
155
|
source: exports.PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default("orq"),
|
|
156
156
|
explanation: z.string().optional(),
|
|
157
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
157
|
+
reviewedAt: z.date().default(() => new Date("2026-07-30T05:45:18.818Z"))
|
|
158
158
|
.transform(v => v.toISOString()),
|
|
159
159
|
type: z.literal("number"),
|
|
160
160
|
value: z.number(),
|
|
@@ -181,7 +181,7 @@ exports.PostV2FeedbackEvaluationRequestBody1$outboundSchema = z.object({
|
|
|
181
181
|
humanReviewId: z.string().optional(),
|
|
182
182
|
source: exports.RequestBodySource$outboundSchema.default("orq"),
|
|
183
183
|
explanation: z.string().optional(),
|
|
184
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
184
|
+
reviewedAt: z.date().default(() => new Date("2026-07-30T05:45:18.818Z"))
|
|
185
185
|
.transform(v => v.toISOString()),
|
|
186
186
|
type: z.literal("string"),
|
|
187
187
|
value: z.string(),
|
|
@@ -106,7 +106,7 @@ exports.PostV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
106
106
|
updated_by_id: z.string().optional(),
|
|
107
107
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
108
108
|
.optional(),
|
|
109
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
109
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
110
110
|
filter_type: z.literal("name"),
|
|
111
111
|
filter_value: z.string(),
|
|
112
112
|
}).transform((v) => {
|
|
@@ -137,7 +137,7 @@ exports.PostV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
137
137
|
updated_by_id: z.string().optional(),
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
140
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
141
141
|
filter_type: z.literal("span_type"),
|
|
142
142
|
filter_values: z.array(z.string()),
|
|
143
143
|
}).transform((v) => {
|
|
@@ -518,7 +518,7 @@ exports.RetrieveDatapointEvaluations4$inboundSchema = z.object({
|
|
|
518
518
|
parent_annotation_id: z.string().optional(),
|
|
519
519
|
explanation: z.string().optional(),
|
|
520
520
|
reviewed_by_id: z.string(),
|
|
521
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
521
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.679Z").transform(v => new Date(v)),
|
|
522
522
|
type: z.literal("string_array"),
|
|
523
523
|
values: z.array(z.string()),
|
|
524
524
|
}).transform((v) => {
|
|
@@ -569,7 +569,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
|
|
|
569
569
|
parent_annotation_id: z.string().optional(),
|
|
570
570
|
explanation: z.string().optional(),
|
|
571
571
|
reviewed_by_id: z.string(),
|
|
572
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
572
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.678Z").transform(v => new Date(v)),
|
|
573
573
|
type: z.literal("boolean"),
|
|
574
574
|
value: z.boolean(),
|
|
575
575
|
}).transform((v) => {
|
|
@@ -621,7 +621,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
621
621
|
parent_annotation_id: z.string().optional(),
|
|
622
622
|
explanation: z.string().optional(),
|
|
623
623
|
reviewed_by_id: z.string(),
|
|
624
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
624
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.677Z").transform(v => new Date(v)),
|
|
625
625
|
type: z.literal("number"),
|
|
626
626
|
value: z.number(),
|
|
627
627
|
}).transform((v) => {
|
|
@@ -672,7 +672,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
672
672
|
parent_annotation_id: z.string().optional(),
|
|
673
673
|
explanation: z.string().optional(),
|
|
674
674
|
reviewed_by_id: z.string(),
|
|
675
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
675
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-30T05:45:18.676Z").transform(v => new Date(v)),
|
|
676
676
|
type: z.literal("string"),
|
|
677
677
|
value: z.string(),
|
|
678
678
|
}).transform((v) => {
|
|
@@ -723,7 +723,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
723
723
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
724
724
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
725
725
|
.optional(),
|
|
726
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
726
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
727
727
|
}).transform((v) => {
|
|
728
728
|
return (0, primitives_js_1.remap)(v, {
|
|
729
729
|
"_id": "id",
|
|
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
|
|
|
78
78
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
79
79
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
80
80
|
.optional(),
|
|
81
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-30T05:45:03.860Z").transform(v => new Date(v)),
|
|
82
82
|
}).transform((v) => {
|
|
83
83
|
return (0, primitives_js_1.remap)(v, {
|
|
84
84
|
"_id": "id",
|
|
@@ -88,7 +88,7 @@ function retrieveDatasourceMetadataFromJSON(jsonString) {
|
|
|
88
88
|
}
|
|
89
89
|
/** @internal */
|
|
90
90
|
exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
|
|
91
|
-
_id: z.string().default("
|
|
91
|
+
_id: z.string().default("01KYRRWH0SQPWR2WMXSC1386VN"),
|
|
92
92
|
display_name: z.string(),
|
|
93
93
|
description: z.nullable(z.string()).optional(),
|
|
94
94
|
status: exports.RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -187,7 +187,7 @@ function retrieveToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
187
187
|
}
|
|
188
188
|
/** @internal */
|
|
189
189
|
exports.RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
190
|
-
_id: z.string().default("
|
|
190
|
+
_id: z.string().default("tool_01KYRRWGY20ZNEBA5ATJ6ARE80"),
|
|
191
191
|
path: z.string(),
|
|
192
192
|
key: z.string(),
|
|
193
193
|
display_name: z.string().optional(),
|
|
@@ -240,7 +240,7 @@ function retrieveToolResponseBodyToolsSchemaFromJSON(jsonString) {
|
|
|
240
240
|
}
|
|
241
241
|
/** @internal */
|
|
242
242
|
exports.RetrieveToolResponseBodyTools$inboundSchema = z.object({
|
|
243
|
-
id: z.string().default("
|
|
243
|
+
id: z.string().default("01KYRRWGY152MQ99AMD3P5XTQ1"),
|
|
244
244
|
name: z.string(),
|
|
245
245
|
description: z.string().optional(),
|
|
246
246
|
schema: z.lazy(() => exports.RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -270,7 +270,7 @@ function retrieveToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
270
270
|
}
|
|
271
271
|
/** @internal */
|
|
272
272
|
exports.RetrieveToolResponseBodyMCPTool$inboundSchema = z.object({
|
|
273
|
-
_id: z.string().default("
|
|
273
|
+
_id: z.string().default("tool_01KYRRWGY0A21PF1ZH9G3Q192E"),
|
|
274
274
|
path: z.string(),
|
|
275
275
|
key: z.string(),
|
|
276
276
|
display_name: z.string().optional(),
|
|
@@ -358,7 +358,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
358
358
|
}
|
|
359
359
|
/** @internal */
|
|
360
360
|
exports.RetrieveToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
361
|
-
_id: z.string().default("
|
|
361
|
+
_id: z.string().default("tool_01KYRRWGXPYRECBXQQ2WNPZPVK"),
|
|
362
362
|
path: z.string(),
|
|
363
363
|
key: z.string(),
|
|
364
364
|
display_name: z.string().optional(),
|
|
@@ -408,7 +408,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
408
408
|
}
|
|
409
409
|
/** @internal */
|
|
410
410
|
exports.RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
411
|
-
_id: z.string().default("
|
|
411
|
+
_id: z.string().default("tool_01KYRRWGXM5C9G8WHM553ZGPH6"),
|
|
412
412
|
path: z.string(),
|
|
413
413
|
key: z.string(),
|
|
414
414
|
display_name: z.string().optional(),
|
|
@@ -462,7 +462,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
462
462
|
}
|
|
463
463
|
/** @internal */
|
|
464
464
|
exports.RetrieveToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
465
|
-
_id: z.string().default("
|
|
465
|
+
_id: z.string().default("tool_01KYRRWGXKFEVG2XCBVS2K4YG5"),
|
|
466
466
|
path: z.string(),
|
|
467
467
|
key: z.string(),
|
|
468
468
|
display_name: z.string().optional(),
|
|
@@ -1114,7 +1114,7 @@ function agentToolInputRunSchemaToJSON(agentToolInputRunSchema) {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
/** @internal */
|
|
1116
1116
|
exports.Tools$outboundSchema = z.object({
|
|
1117
|
-
id: z.string().default("
|
|
1117
|
+
id: z.string().default("01KYRRWGNM8V4XRPK757X2N2CJ"),
|
|
1118
1118
|
name: z.string(),
|
|
1119
1119
|
description: z.string().optional(),
|
|
1120
1120
|
schema: z.lazy(() => exports.AgentToolInputRunSchema$outboundSchema),
|
|
@@ -1080,7 +1080,7 @@ function streamRunAgentAgentToolInputRunAgentsSchemaToJSON(streamRunAgentAgentTo
|
|
|
1080
1080
|
}
|
|
1081
1081
|
/** @internal */
|
|
1082
1082
|
exports.AgentToolInputRunTools$outboundSchema = z.object({
|
|
1083
|
-
id: z.string().default("
|
|
1083
|
+
id: z.string().default("01KYRRWGQ8C9BSZA24H3YNBNEW"),
|
|
1084
1084
|
name: z.string(),
|
|
1085
1085
|
description: z.string().optional(),
|
|
1086
1086
|
schema: z.lazy(() => exports.StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema),
|