@orq-ai/node 4.14.0-rc.39 → 4.14.0-rc.40
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/createannotationqueue.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createtool.js +4 -4
- package/models/operations/getalltools.js +4 -4
- package/models/operations/geteval.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listannotationqueues.js +1 -1
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.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/retrieveannotationqueue.js +1 -1
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievetool.js +4 -4
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updateannotationqueue.js +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatetool.js +4 -4
- package/package.json +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/createannotationqueue.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createtool.ts +4 -4
- package/src/models/operations/getalltools.ts +4 -4
- package/src/models/operations/geteval.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listannotationqueues.ts +1 -1
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.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/retrieveannotationqueue.ts +1 -1
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievetool.ts +4 -4
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updateannotationqueue.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatetool.ts +4 -4
|
@@ -164,7 +164,7 @@ function retrieveToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
164
164
|
}
|
|
165
165
|
/** @internal */
|
|
166
166
|
exports.RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
167
|
-
_id: z.string().default("
|
|
167
|
+
_id: z.string().default("tool_01M0FG0T34SZ0FZSG9S108JXK2"),
|
|
168
168
|
path: z.string(),
|
|
169
169
|
key: z.string(),
|
|
170
170
|
display_name: z.string().optional(),
|
|
@@ -253,7 +253,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
253
253
|
}
|
|
254
254
|
/** @internal */
|
|
255
255
|
exports.RetrieveToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
256
|
-
_id: z.string().default("
|
|
256
|
+
_id: z.string().default("tool_01M0FG0T31HMDBF9TKGMEK5NRH"),
|
|
257
257
|
path: z.string(),
|
|
258
258
|
key: z.string(),
|
|
259
259
|
display_name: z.string().optional(),
|
|
@@ -303,7 +303,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
303
303
|
}
|
|
304
304
|
/** @internal */
|
|
305
305
|
exports.RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
306
|
-
_id: z.string().default("
|
|
306
|
+
_id: z.string().default("tool_01M0FG0T2ZC4BBRZXJPJYQTBPA"),
|
|
307
307
|
path: z.string(),
|
|
308
308
|
key: z.string(),
|
|
309
309
|
display_name: z.string().optional(),
|
|
@@ -357,7 +357,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
357
357
|
}
|
|
358
358
|
/** @internal */
|
|
359
359
|
exports.RetrieveToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
360
|
-
_id: z.string().default("
|
|
360
|
+
_id: z.string().default("tool_01M0FG0T2XFPD7RSGNT3SVG94X"),
|
|
361
361
|
path: z.string(),
|
|
362
362
|
key: z.string(),
|
|
363
363
|
display_name: z.string().optional(),
|
|
@@ -1104,7 +1104,7 @@ function agentToolInputRunSchemaToJSON(agentToolInputRunSchema) {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
/** @internal */
|
|
1106
1106
|
exports.Tools$outboundSchema = z.object({
|
|
1107
|
-
id: z.string().default("
|
|
1107
|
+
id: z.string().default("01M0FG0STP7J1D63SR3NQKW20C"),
|
|
1108
1108
|
name: z.string(),
|
|
1109
1109
|
description: z.string().optional(),
|
|
1110
1110
|
schema: z.lazy(() => exports.AgentToolInputRunSchema$outboundSchema),
|
|
@@ -1070,7 +1070,7 @@ function streamRunAgentAgentToolInputRunAgentsSchemaToJSON(streamRunAgentAgentTo
|
|
|
1070
1070
|
}
|
|
1071
1071
|
/** @internal */
|
|
1072
1072
|
exports.AgentToolInputRunTools$outboundSchema = z.object({
|
|
1073
|
-
id: z.string().default("
|
|
1073
|
+
id: z.string().default("01M0FG0SWD0PPRSXBRPTDN5ZQ4"),
|
|
1074
1074
|
name: z.string(),
|
|
1075
1075
|
description: z.string().optional(),
|
|
1076
1076
|
schema: z.lazy(() => exports.StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema),
|
|
@@ -98,7 +98,7 @@ exports.UpdateAnnotationQueueResponseBody$inboundSchema = z.object({
|
|
|
98
98
|
updated_by_id: z.nullable(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-08-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
102
102
|
}).transform((v) => {
|
|
103
103
|
return (0, primitives_js_1.remap)(v, {
|
|
104
104
|
"_id": "id",
|
|
@@ -862,7 +862,7 @@ exports.UpdateDatapointEvaluations4$inboundSchema = z.object({
|
|
|
862
862
|
parent_annotation_id: z.string().optional(),
|
|
863
863
|
explanation: z.string().optional(),
|
|
864
864
|
reviewed_by_id: z.string(),
|
|
865
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
865
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.645Z").transform(v => new Date(v)),
|
|
866
866
|
type: z.literal("string_array"),
|
|
867
867
|
values: z.array(z.string()),
|
|
868
868
|
}).transform((v) => {
|
|
@@ -913,7 +913,7 @@ exports.UpdateDatapointEvaluations3$inboundSchema = z.object({
|
|
|
913
913
|
parent_annotation_id: z.string().optional(),
|
|
914
914
|
explanation: z.string().optional(),
|
|
915
915
|
reviewed_by_id: z.string(),
|
|
916
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
916
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.644Z").transform(v => new Date(v)),
|
|
917
917
|
type: z.literal("boolean"),
|
|
918
918
|
value: z.boolean(),
|
|
919
919
|
}).transform((v) => {
|
|
@@ -964,7 +964,7 @@ exports.UpdateDatapointEvaluations2$inboundSchema = z.object({
|
|
|
964
964
|
parent_annotation_id: z.string().optional(),
|
|
965
965
|
explanation: z.string().optional(),
|
|
966
966
|
reviewed_by_id: z.string(),
|
|
967
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
967
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.644Z").transform(v => new Date(v)),
|
|
968
968
|
type: z.literal("number"),
|
|
969
969
|
value: z.number(),
|
|
970
970
|
}).transform((v) => {
|
|
@@ -1014,7 +1014,7 @@ exports.UpdateDatapointEvaluations1$inboundSchema = z.object({
|
|
|
1014
1014
|
parent_annotation_id: z.string().optional(),
|
|
1015
1015
|
explanation: z.string().optional(),
|
|
1016
1016
|
reviewed_by_id: z.string(),
|
|
1017
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
1017
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.643Z").transform(v => new Date(v)),
|
|
1018
1018
|
type: z.literal("string"),
|
|
1019
1019
|
value: z.string(),
|
|
1020
1020
|
}).transform((v) => {
|
|
@@ -1065,7 +1065,7 @@ exports.UpdateDatapointResponseBody$inboundSchema = z.object({
|
|
|
1065
1065
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1066
1066
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1067
1067
|
.optional(),
|
|
1068
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
1068
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
1069
1069
|
}).transform((v) => {
|
|
1070
1070
|
return (0, primitives_js_1.remap)(v, {
|
|
1071
1071
|
"_id": "id",
|
|
@@ -95,7 +95,7 @@ exports.UpdateDatasetResponseBody$inboundSchema = z.object({
|
|
|
95
95
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
96
96
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
97
97
|
.optional(),
|
|
98
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
98
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
99
99
|
}).transform((v) => {
|
|
100
100
|
return (0, primitives_js_1.remap)(v, {
|
|
101
101
|
"_id": "id",
|
|
@@ -536,7 +536,7 @@ function updateToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
536
536
|
}
|
|
537
537
|
/** @internal */
|
|
538
538
|
exports.UpdateToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
539
|
-
_id: z.string().default("
|
|
539
|
+
_id: z.string().default("tool_01M0FG0T29NVQ9P3NW35SR4HSV"),
|
|
540
540
|
path: z.string(),
|
|
541
541
|
key: z.string(),
|
|
542
542
|
display_name: z.string().optional(),
|
|
@@ -625,7 +625,7 @@ function updateToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
625
625
|
}
|
|
626
626
|
/** @internal */
|
|
627
627
|
exports.UpdateToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
628
|
-
_id: z.string().default("
|
|
628
|
+
_id: z.string().default("tool_01M0FG0T277H9RQQM3HTRF0P11"),
|
|
629
629
|
path: z.string(),
|
|
630
630
|
key: z.string(),
|
|
631
631
|
display_name: z.string().optional(),
|
|
@@ -675,7 +675,7 @@ function updateToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
675
675
|
}
|
|
676
676
|
/** @internal */
|
|
677
677
|
exports.UpdateToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
678
|
-
_id: z.string().default("
|
|
678
|
+
_id: z.string().default("tool_01M0FG0T26FQ1JG3752D37AT4D"),
|
|
679
679
|
path: z.string(),
|
|
680
680
|
key: z.string(),
|
|
681
681
|
display_name: z.string().optional(),
|
|
@@ -729,7 +729,7 @@ function updateToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
729
729
|
}
|
|
730
730
|
/** @internal */
|
|
731
731
|
exports.UpdateToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
732
|
-
_id: z.string().default("
|
|
732
|
+
_id: z.string().default("tool_01M0FG0T257MMRYD4PFRPAB6F5"),
|
|
733
733
|
path: z.string(),
|
|
734
734
|
key: z.string(),
|
|
735
735
|
display_name: z.string().optional(),
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
58
58
|
export const SDK_METADATA = {
|
|
59
59
|
language: "typescript",
|
|
60
60
|
openapiDocVersion: "2.0",
|
|
61
|
-
sdkVersion: "4.14.0-rc.
|
|
61
|
+
sdkVersion: "4.14.0-rc.40",
|
|
62
62
|
genVersion: "2.931.0",
|
|
63
|
-
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.
|
|
63
|
+
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.40 2.931.0 2.0 @orq-ai/node",
|
|
64
64
|
} as const;
|
|
@@ -860,8 +860,8 @@ export const EvaluatorResponseFunction$inboundSchema: z.ZodType<
|
|
|
860
860
|
> = z.object({
|
|
861
861
|
_id: z.string(),
|
|
862
862
|
description: z.string(),
|
|
863
|
-
created: z.string().default("2026-08-
|
|
864
|
-
updated: z.string().default("2026-08-
|
|
863
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
864
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
865
865
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
866
866
|
project_id: z.string().optional(),
|
|
867
867
|
guardrail_config: z.any().optional(),
|
|
@@ -46,8 +46,8 @@ export const EvaluatorResponseHttp$inboundSchema: z.ZodType<
|
|
|
46
46
|
> = z.object({
|
|
47
47
|
_id: z.string(),
|
|
48
48
|
description: z.string(),
|
|
49
|
-
created: z.string().default("2026-08-
|
|
50
|
-
updated: z.string().default("2026-08-
|
|
49
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
50
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
51
51
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
52
52
|
project_id: z.string().optional(),
|
|
53
53
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponseJsonSchema$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
36
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -271,8 +271,8 @@ export const EvaluatorResponseLlm$inboundSchema: z.ZodType<
|
|
|
271
271
|
> = z.object({
|
|
272
272
|
_id: z.string(),
|
|
273
273
|
description: z.string(),
|
|
274
|
-
created: z.string().default("2026-08-
|
|
275
|
-
updated: z.string().default("2026-08-
|
|
274
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
275
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
276
276
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
277
277
|
project_id: z.string().optional(),
|
|
278
278
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponsePython$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
36
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -54,8 +54,8 @@ export const EvaluatorResponseRagas$inboundSchema: z.ZodType<
|
|
|
54
54
|
> = z.object({
|
|
55
55
|
_id: z.string(),
|
|
56
56
|
description: z.string(),
|
|
57
|
-
created: z.string().default("2026-08-
|
|
58
|
-
updated: z.string().default("2026-08-
|
|
57
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
58
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
59
59
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
60
60
|
project_id: z.string().optional(),
|
|
61
61
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponseTypescript$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
36
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -40,7 +40,7 @@ export const ReasoningPart$inboundSchema: z.ZodType<
|
|
|
40
40
|
z.ZodTypeDef,
|
|
41
41
|
unknown
|
|
42
42
|
> = z.object({
|
|
43
|
-
_id: z.string().default("
|
|
43
|
+
_id: z.string().default("reasoning_01m0fg0spg6h73tg3ayfkxhsba"),
|
|
44
44
|
metadata: z.record(z.any()).optional(),
|
|
45
45
|
kind: z.literal("reasoning"),
|
|
46
46
|
reasoning: z.string(),
|
|
@@ -151,7 +151,7 @@ export const CreateAnnotationQueueResponseBody$inboundSchema: z.ZodType<
|
|
|
151
151
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
152
152
|
.optional(),
|
|
153
153
|
updated: z.string().datetime({ offset: true }).default(
|
|
154
|
-
"2026-08-
|
|
154
|
+
"2026-08-20T11:48:20.273Z",
|
|
155
155
|
).transform(v => new Date(v)),
|
|
156
156
|
}).transform((v) => {
|
|
157
157
|
return remap$(v, {
|
|
@@ -138,7 +138,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
140
|
updated: z.string().datetime({ offset: true }).default(
|
|
141
|
-
"2026-08-
|
|
141
|
+
"2026-08-20T11:48:20.273Z",
|
|
142
142
|
).transform(v => new Date(v)),
|
|
143
143
|
}).transform((v) => {
|
|
144
144
|
return remap$(v, {
|
|
@@ -2726,7 +2726,7 @@ export const Evaluations4$inboundSchema: z.ZodType<
|
|
|
2726
2726
|
explanation: z.string().optional(),
|
|
2727
2727
|
reviewed_by_id: z.string(),
|
|
2728
2728
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2729
|
-
"2026-08-
|
|
2729
|
+
"2026-08-20T11:48:35.619Z",
|
|
2730
2730
|
).transform(v => new Date(v)),
|
|
2731
2731
|
type: z.literal("string_array"),
|
|
2732
2732
|
values: z.array(z.string()),
|
|
@@ -2816,7 +2816,7 @@ export const CreateDatasetItemEvaluations3$inboundSchema: z.ZodType<
|
|
|
2816
2816
|
explanation: z.string().optional(),
|
|
2817
2817
|
reviewed_by_id: z.string(),
|
|
2818
2818
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2819
|
-
"2026-08-
|
|
2819
|
+
"2026-08-20T11:48:35.618Z",
|
|
2820
2820
|
).transform(v => new Date(v)),
|
|
2821
2821
|
type: z.literal("boolean"),
|
|
2822
2822
|
value: z.boolean(),
|
|
@@ -2901,7 +2901,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
2901
2901
|
explanation: z.string().optional(),
|
|
2902
2902
|
reviewed_by_id: z.string(),
|
|
2903
2903
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2904
|
-
"2026-08-
|
|
2904
|
+
"2026-08-20T11:48:35.617Z",
|
|
2905
2905
|
).transform(v => new Date(v)),
|
|
2906
2906
|
type: z.literal("number"),
|
|
2907
2907
|
value: z.number(),
|
|
@@ -2987,7 +2987,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
2987
2987
|
explanation: z.string().optional(),
|
|
2988
2988
|
reviewed_by_id: z.string(),
|
|
2989
2989
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2990
|
-
"2026-08-
|
|
2990
|
+
"2026-08-20T11:48:35.616Z",
|
|
2991
2991
|
).transform(v => new Date(v)),
|
|
2992
2992
|
type: z.literal("string"),
|
|
2993
2993
|
value: z.string(),
|
|
@@ -3074,7 +3074,7 @@ export const ResponseBody$inboundSchema: z.ZodType<
|
|
|
3074
3074
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3075
3075
|
.optional(),
|
|
3076
3076
|
updated: z.string().datetime({ offset: true }).default(
|
|
3077
|
-
"2026-08-
|
|
3077
|
+
"2026-08-20T11:48:20.273Z",
|
|
3078
3078
|
).transform(v => new Date(v)),
|
|
3079
3079
|
}).transform((v) => {
|
|
3080
3080
|
return remap$(v, {
|
|
@@ -1573,7 +1573,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1573
1573
|
z.ZodTypeDef,
|
|
1574
1574
|
unknown
|
|
1575
1575
|
> = z.object({
|
|
1576
|
-
_id: z.string().default("
|
|
1576
|
+
_id: z.string().default("tool_01M0FG0T1ZFS3EBFR8CNYVPC64"),
|
|
1577
1577
|
path: z.string(),
|
|
1578
1578
|
key: z.string(),
|
|
1579
1579
|
display_name: z.string().optional(),
|
|
@@ -1760,7 +1760,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
1760
1760
|
z.ZodTypeDef,
|
|
1761
1761
|
unknown
|
|
1762
1762
|
> = z.object({
|
|
1763
|
-
_id: z.string().default("
|
|
1763
|
+
_id: z.string().default("tool_01M0FG0T1XNEVP3F45HXMC594R"),
|
|
1764
1764
|
path: z.string(),
|
|
1765
1765
|
key: z.string(),
|
|
1766
1766
|
display_name: z.string().optional(),
|
|
@@ -1853,7 +1853,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1853
1853
|
z.ZodTypeDef,
|
|
1854
1854
|
unknown
|
|
1855
1855
|
> = z.object({
|
|
1856
|
-
_id: z.string().default("
|
|
1856
|
+
_id: z.string().default("tool_01M0FG0T1WVZPVDHE2SM6SEX7W"),
|
|
1857
1857
|
path: z.string(),
|
|
1858
1858
|
key: z.string(),
|
|
1859
1859
|
display_name: z.string().optional(),
|
|
@@ -1954,7 +1954,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1954
1954
|
z.ZodTypeDef,
|
|
1955
1955
|
unknown
|
|
1956
1956
|
> = z.object({
|
|
1957
|
-
_id: z.string().default("
|
|
1957
|
+
_id: z.string().default("tool_01M0FG0T1KZKQW9X7CPAZNEPMP"),
|
|
1958
1958
|
path: z.string(),
|
|
1959
1959
|
key: z.string(),
|
|
1960
1960
|
display_name: z.string().optional(),
|
|
@@ -639,7 +639,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
639
639
|
z.ZodTypeDef,
|
|
640
640
|
unknown
|
|
641
641
|
> = z.object({
|
|
642
|
-
_id: z.string().default("
|
|
642
|
+
_id: z.string().default("tool_01M0FG0T17JH8CZWX0XVDSZM8V"),
|
|
643
643
|
path: z.string(),
|
|
644
644
|
key: z.string(),
|
|
645
645
|
display_name: z.string().optional(),
|
|
@@ -821,7 +821,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
821
821
|
z.ZodTypeDef,
|
|
822
822
|
unknown
|
|
823
823
|
> = z.object({
|
|
824
|
-
_id: z.string().default("
|
|
824
|
+
_id: z.string().default("tool_01M0FG0T15DFP045W75T48V6YZ"),
|
|
825
825
|
path: z.string(),
|
|
826
826
|
key: z.string(),
|
|
827
827
|
display_name: z.string().optional(),
|
|
@@ -914,7 +914,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
914
914
|
z.ZodTypeDef,
|
|
915
915
|
unknown
|
|
916
916
|
> = z.object({
|
|
917
|
-
_id: z.string().default("
|
|
917
|
+
_id: z.string().default("tool_01M0FG0T14VV0E58828Y7JVEAW"),
|
|
918
918
|
path: z.string(),
|
|
919
919
|
key: z.string(),
|
|
920
920
|
display_name: z.string().optional(),
|
|
@@ -1012,7 +1012,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1012
1012
|
z.ZodTypeDef,
|
|
1013
1013
|
unknown
|
|
1014
1014
|
> = z.object({
|
|
1015
|
-
_id: z.string().default("
|
|
1015
|
+
_id: z.string().default("tool_01M0FG0T12M15K7507HENYYEMP"),
|
|
1016
1016
|
path: z.string(),
|
|
1017
1017
|
key: z.string(),
|
|
1018
1018
|
display_name: z.string().optional(),
|
|
@@ -846,8 +846,8 @@ export const BedrockGuardrail$inboundSchema: z.ZodType<
|
|
|
846
846
|
display_name: z.string(),
|
|
847
847
|
description: z.string(),
|
|
848
848
|
owner: z.string(),
|
|
849
|
-
created: z.string().default("2026-08-
|
|
850
|
-
updated: z.string().default("2026-08-
|
|
849
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
850
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
851
851
|
created_by_id: z.nullable(z.string()).optional(),
|
|
852
852
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
853
853
|
domain_id: z.string(),
|
|
@@ -949,8 +949,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
949
949
|
display_name: z.string(),
|
|
950
950
|
description: z.string(),
|
|
951
951
|
owner: z.string(),
|
|
952
|
-
created: z.string().default("2026-08-
|
|
953
|
-
updated: z.string().default("2026-08-
|
|
952
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
953
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
954
954
|
created_by_id: z.nullable(z.string()).optional(),
|
|
955
955
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
956
956
|
domain_id: z.string(),
|
|
@@ -1046,8 +1046,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
1046
1046
|
display_name: z.string(),
|
|
1047
1047
|
description: z.string(),
|
|
1048
1048
|
owner: z.string(),
|
|
1049
|
-
created: z.string().default("2026-08-
|
|
1050
|
-
updated: z.string().default("2026-08-
|
|
1049
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1050
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1051
1051
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1052
1052
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1053
1053
|
domain_id: z.string(),
|
|
@@ -1144,8 +1144,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
1144
1144
|
display_name: z.string(),
|
|
1145
1145
|
description: z.string(),
|
|
1146
1146
|
owner: z.string(),
|
|
1147
|
-
created: z.string().default("2026-08-
|
|
1148
|
-
updated: z.string().default("2026-08-
|
|
1147
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1148
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1149
1149
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1150
1150
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1151
1151
|
domain_id: z.string(),
|
|
@@ -1228,8 +1228,8 @@ export const Json$inboundSchema: z.ZodType<Json, z.ZodTypeDef, unknown> = z
|
|
|
1228
1228
|
display_name: z.string(),
|
|
1229
1229
|
description: z.string(),
|
|
1230
1230
|
owner: z.string(),
|
|
1231
|
-
created: z.string().default("2026-08-
|
|
1232
|
-
updated: z.string().default("2026-08-
|
|
1231
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1232
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1233
1233
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1234
1234
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1235
1235
|
domain_id: z.string(),
|
|
@@ -1337,8 +1337,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
1337
1337
|
display_name: z.string(),
|
|
1338
1338
|
description: z.string(),
|
|
1339
1339
|
owner: z.string(),
|
|
1340
|
-
created: z.string().default("2026-08-
|
|
1341
|
-
updated: z.string().default("2026-08-
|
|
1340
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1341
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1342
1342
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1343
1343
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1344
1344
|
domain_id: z.string(),
|
|
@@ -2056,8 +2056,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
2056
2056
|
display_name: z.string(),
|
|
2057
2057
|
description: z.string(),
|
|
2058
2058
|
owner: z.string(),
|
|
2059
|
-
created: z.string().default("2026-08-
|
|
2060
|
-
updated: z.string().default("2026-08-
|
|
2059
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
2060
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
2061
2061
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2062
2062
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2063
2063
|
domain_id: z.string(),
|
|
@@ -2726,8 +2726,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
2726
2726
|
display_name: z.string(),
|
|
2727
2727
|
description: z.string(),
|
|
2728
2728
|
owner: z.string(),
|
|
2729
|
-
created: z.string().default("2026-08-
|
|
2730
|
-
updated: z.string().default("2026-08-
|
|
2729
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
2730
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
2731
2731
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2732
2732
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2733
2733
|
domain_id: z.string(),
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-08-
|
|
143
|
+
"2026-08-20T11:48:20.273Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-08-
|
|
188
|
+
"2026-08-20T11:48:20.273Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-08-
|
|
144
|
+
"2026-08-20T11:48:20.273Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-08-
|
|
189
|
+
"2026-08-20T11:48:20.273Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -183,7 +183,7 @@ export const ListAnnotationQueuesData$inboundSchema: z.ZodType<
|
|
|
183
183
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
184
184
|
.optional(),
|
|
185
185
|
updated: z.string().datetime({ offset: true }).default(
|
|
186
|
-
"2026-08-
|
|
186
|
+
"2026-08-20T11:48:20.273Z",
|
|
187
187
|
).transform(v => new Date(v)),
|
|
188
188
|
}).transform((v) => {
|
|
189
189
|
return remap$(v, {
|
|
@@ -1647,7 +1647,7 @@ export const ListDatasetDatapointsEvaluations4$inboundSchema: z.ZodType<
|
|
|
1647
1647
|
explanation: z.string().optional(),
|
|
1648
1648
|
reviewed_by_id: z.string(),
|
|
1649
1649
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1650
|
-
"2026-08-
|
|
1650
|
+
"2026-08-20T11:48:35.593Z",
|
|
1651
1651
|
).transform(v => new Date(v)),
|
|
1652
1652
|
type: z.literal("string_array"),
|
|
1653
1653
|
values: z.array(z.string()),
|
|
@@ -1743,7 +1743,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1743
1743
|
explanation: z.string().optional(),
|
|
1744
1744
|
reviewed_by_id: z.string(),
|
|
1745
1745
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1746
|
-
"2026-08-
|
|
1746
|
+
"2026-08-20T11:48:35.592Z",
|
|
1747
1747
|
).transform(v => new Date(v)),
|
|
1748
1748
|
type: z.literal("boolean"),
|
|
1749
1749
|
value: z.boolean(),
|
|
@@ -1847,7 +1847,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1847
1847
|
explanation: z.string().optional(),
|
|
1848
1848
|
reviewed_by_id: z.string(),
|
|
1849
1849
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1850
|
-
"2026-08-
|
|
1850
|
+
"2026-08-20T11:48:35.592Z",
|
|
1851
1851
|
).transform(v => new Date(v)),
|
|
1852
1852
|
type: z.literal("number"),
|
|
1853
1853
|
value: z.number(),
|
|
@@ -1953,7 +1953,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1953
1953
|
explanation: z.string().optional(),
|
|
1954
1954
|
reviewed_by_id: z.string(),
|
|
1955
1955
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1956
|
-
"2026-08-
|
|
1956
|
+
"2026-08-20T11:48:35.591Z",
|
|
1957
1957
|
).transform(v => new Date(v)),
|
|
1958
1958
|
type: z.literal("string"),
|
|
1959
1959
|
value: z.string(),
|
|
@@ -2036,7 +2036,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2036
2036
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2037
2037
|
.optional(),
|
|
2038
2038
|
updated: z.string().datetime({ offset: true }).default(
|
|
2039
|
-
"2026-08-
|
|
2039
|
+
"2026-08-20T11:48:20.273Z",
|
|
2040
2040
|
).transform(v => new Date(v)),
|
|
2041
2041
|
}).transform((v) => {
|
|
2042
2042
|
return remap$(v, {
|
|
@@ -169,7 +169,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
169
169
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
170
170
|
.optional(),
|
|
171
171
|
updated: z.string().datetime({ offset: true }).default(
|
|
172
|
-
"2026-08-
|
|
172
|
+
"2026-08-20T11:48:20.273Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
318
318
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
319
319
|
.optional(),
|
|
320
320
|
updated: z.string().datetime({ offset: true }).default(
|
|
321
|
-
"2026-08-
|
|
321
|
+
"2026-08-20T11:48:20.273Z",
|
|
322
322
|
).transform(v => new Date(v)),
|
|
323
323
|
filter_type: z.literal("name"),
|
|
324
324
|
filter_value: z.string(),
|
|
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
364
364
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
365
365
|
.optional(),
|
|
366
366
|
updated: z.string().datetime({ offset: true }).default(
|
|
367
|
-
"2026-08-
|
|
367
|
+
"2026-08-20T11:48:20.273Z",
|
|
368
368
|
).transform(v => new Date(v)),
|
|
369
369
|
filter_type: z.literal("span_type"),
|
|
370
370
|
filter_values: z.array(z.string()),
|