@orq-ai/node 4.2.0-rc.45 → 4.2.0-rc.47
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/bin/mcp-server.js +234 -234
- package/bin/mcp-server.js.map +46 -46
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/conversationwithmessagesresponse.js +2 -2
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createconversationresponse.js +4 -4
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createidentity.js +2 -2
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getevals.js +28 -28
- package/models/operations/invokeeval.d.ts +2 -2
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +2 -2
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listidentities.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrieveidentity.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updateidentity.js +2 -2
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/conversationwithmessagesresponse.ts +2 -2
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createconversationresponse.ts +4 -4
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createidentity.ts +2 -2
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/generateconversationname.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/invokeeval.ts +4 -4
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listidentities.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrieveidentity.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updateidentity.ts +2 -2
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -2124,8 +2124,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2124
2124
|
> = z.object({
|
|
2125
2125
|
_id: z.string(),
|
|
2126
2126
|
description: z.string(),
|
|
2127
|
-
created: z.string().default("2026-01-
|
|
2128
|
-
updated: z.string().default("2026-01-
|
|
2127
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2128
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2129
2129
|
guardrail_config: z.union([
|
|
2130
2130
|
z.lazy(() =>
|
|
2131
2131
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema
|
|
@@ -2166,8 +2166,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
2166
2166
|
> = z.object({
|
|
2167
2167
|
id: z.string(),
|
|
2168
2168
|
description: z.string(),
|
|
2169
|
-
created: z.string().default("2026-01-
|
|
2170
|
-
updated: z.string().default("2026-01-
|
|
2169
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2170
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2171
2171
|
guardrailConfig: z.union([
|
|
2172
2172
|
z.lazy(() =>
|
|
2173
2173
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema
|
|
@@ -2426,8 +2426,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
2426
2426
|
.object({
|
|
2427
2427
|
_id: z.string(),
|
|
2428
2428
|
description: z.string(),
|
|
2429
|
-
created: z.string().default("2026-01-
|
|
2430
|
-
updated: z.string().default("2026-01-
|
|
2429
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2430
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2431
2431
|
guardrail_config: z.union([
|
|
2432
2432
|
z.lazy(() =>
|
|
2433
2433
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema
|
|
@@ -2471,8 +2471,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
2471
2471
|
> = z.object({
|
|
2472
2472
|
id: z.string(),
|
|
2473
2473
|
description: z.string(),
|
|
2474
|
-
created: z.string().default("2026-01-
|
|
2475
|
-
updated: z.string().default("2026-01-
|
|
2474
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2475
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2476
2476
|
guardrailConfig: z.union([
|
|
2477
2477
|
z.lazy(() =>
|
|
2478
2478
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema
|
|
@@ -3980,8 +3980,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3980
3980
|
> = z.object({
|
|
3981
3981
|
_id: z.string(),
|
|
3982
3982
|
description: z.string(),
|
|
3983
|
-
created: z.string().default("2026-01-
|
|
3984
|
-
updated: z.string().default("2026-01-
|
|
3983
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3984
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3985
3985
|
guardrail_config: z.union([
|
|
3986
3986
|
z.lazy(() =>
|
|
3987
3987
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema
|
|
@@ -4088,8 +4088,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
4088
4088
|
> = z.object({
|
|
4089
4089
|
id: z.string(),
|
|
4090
4090
|
description: z.string(),
|
|
4091
|
-
created: z.string().default("2026-01-
|
|
4092
|
-
updated: z.string().default("2026-01-
|
|
4091
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4092
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4093
4093
|
guardrailConfig: z.union([
|
|
4094
4094
|
z.lazy(() =>
|
|
4095
4095
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema
|
|
@@ -4384,8 +4384,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
4384
4384
|
> = z.object({
|
|
4385
4385
|
_id: z.string(),
|
|
4386
4386
|
description: z.string(),
|
|
4387
|
-
created: z.string().default("2026-01-
|
|
4388
|
-
updated: z.string().default("2026-01-
|
|
4387
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4388
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4389
4389
|
guardrail_config: z.union([
|
|
4390
4390
|
z.lazy(() =>
|
|
4391
4391
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -4426,8 +4426,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
4426
4426
|
> = z.object({
|
|
4427
4427
|
id: z.string(),
|
|
4428
4428
|
description: z.string(),
|
|
4429
|
-
created: z.string().default("2026-01-
|
|
4430
|
-
updated: z.string().default("2026-01-
|
|
4429
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4430
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4431
4431
|
guardrailConfig: z.union([
|
|
4432
4432
|
z.lazy(() =>
|
|
4433
4433
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
|
|
@@ -4688,8 +4688,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
4688
4688
|
> = z.object({
|
|
4689
4689
|
_id: z.string(),
|
|
4690
4690
|
description: z.string(),
|
|
4691
|
-
created: z.string().default("2026-01-
|
|
4692
|
-
updated: z.string().default("2026-01-
|
|
4691
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4692
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4693
4693
|
guardrail_config: z.union([
|
|
4694
4694
|
z.lazy(() =>
|
|
4695
4695
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -4736,8 +4736,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
4736
4736
|
> = z.object({
|
|
4737
4737
|
id: z.string(),
|
|
4738
4738
|
description: z.string(),
|
|
4739
|
-
created: z.string().default("2026-01-
|
|
4740
|
-
updated: z.string().default("2026-01-
|
|
4739
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4740
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4741
4741
|
guardrailConfig: z.union([
|
|
4742
4742
|
z.lazy(() =>
|
|
4743
4743
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
|
|
@@ -4974,8 +4974,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
4974
4974
|
> = z.object({
|
|
4975
4975
|
_id: z.string(),
|
|
4976
4976
|
description: z.string(),
|
|
4977
|
-
created: z.string().default("2026-01-
|
|
4978
|
-
updated: z.string().default("2026-01-
|
|
4977
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4978
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4979
4979
|
guardrail_config: z.union([
|
|
4980
4980
|
z.lazy(() =>
|
|
4981
4981
|
CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema
|
|
@@ -5014,8 +5014,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
5014
5014
|
> = z.object({
|
|
5015
5015
|
id: z.string(),
|
|
5016
5016
|
description: z.string(),
|
|
5017
|
-
created: z.string().default("2026-01-
|
|
5018
|
-
updated: z.string().default("2026-01-
|
|
5017
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5018
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5019
5019
|
guardrailConfig: z.union([
|
|
5020
5020
|
z.lazy(() =>
|
|
5021
5021
|
CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema
|
|
@@ -5248,8 +5248,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
5248
5248
|
> = z.object({
|
|
5249
5249
|
_id: z.string(),
|
|
5250
5250
|
description: z.string(),
|
|
5251
|
-
created: z.string().default("2026-01-
|
|
5252
|
-
updated: z.string().default("2026-01-
|
|
5251
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5252
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5253
5253
|
guardrail_config: z.union([
|
|
5254
5254
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
5255
5255
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -5288,8 +5288,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
5288
5288
|
> = z.object({
|
|
5289
5289
|
id: z.string(),
|
|
5290
5290
|
description: z.string(),
|
|
5291
|
-
created: z.string().default("2026-01-
|
|
5292
|
-
updated: z.string().default("2026-01-
|
|
5291
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5292
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
5293
5293
|
guardrailConfig: z.union([
|
|
5294
5294
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
5295
5295
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
@@ -167,7 +167,7 @@ export const CreateIdentityResponseBody$inboundSchema: z.ZodType<
|
|
|
167
167
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
168
168
|
.optional(),
|
|
169
169
|
updated: z.string().datetime({ offset: true }).default(
|
|
170
|
-
"2026-01-
|
|
170
|
+
"2026-01-20T11:19:12.098Z",
|
|
171
171
|
).transform(v => new Date(v)),
|
|
172
172
|
}).transform((v) => {
|
|
173
173
|
return remap$(v, {
|
|
@@ -207,7 +207,7 @@ export const CreateIdentityResponseBody$outboundSchema: z.ZodType<
|
|
|
207
207
|
tags: z.array(z.string()).optional(),
|
|
208
208
|
metadata: z.record(z.any()).optional(),
|
|
209
209
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
210
|
-
updated: z.date().default(() => new Date("2026-01-
|
|
210
|
+
updated: z.date().default(() => new Date("2026-01-20T11:19:12.098Z"))
|
|
211
211
|
.transform(v => v.toISOString()),
|
|
212
212
|
}).transform((v) => {
|
|
213
213
|
return remap$(v, {
|
|
@@ -2462,7 +2462,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
2462
2462
|
z.ZodTypeDef,
|
|
2463
2463
|
unknown
|
|
2464
2464
|
> = z.object({
|
|
2465
|
-
_id: z.string().default("
|
|
2465
|
+
_id: z.string().default("tool_01KFDJ30QK0KNY2R7YQKQSXSGB"),
|
|
2466
2466
|
path: z.string(),
|
|
2467
2467
|
key: z.string(),
|
|
2468
2468
|
display_name: z.string().optional(),
|
|
@@ -2516,7 +2516,7 @@ export const ResponseBodyCodeExecutionTool$outboundSchema: z.ZodType<
|
|
|
2516
2516
|
z.ZodTypeDef,
|
|
2517
2517
|
ResponseBodyCodeExecutionTool
|
|
2518
2518
|
> = z.object({
|
|
2519
|
-
id: z.string().default("
|
|
2519
|
+
id: z.string().default("tool_01KFDJ30QK0KNY2R7YQKQSXSGB"),
|
|
2520
2520
|
path: z.string(),
|
|
2521
2521
|
key: z.string(),
|
|
2522
2522
|
displayName: z.string().optional(),
|
|
@@ -2682,7 +2682,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
2682
2682
|
z.ZodTypeDef,
|
|
2683
2683
|
unknown
|
|
2684
2684
|
> = z.object({
|
|
2685
|
-
id: z.string().default("
|
|
2685
|
+
id: z.string().default("01KFDJ30QJ69T327RBAN2ENVYR"),
|
|
2686
2686
|
name: z.string(),
|
|
2687
2687
|
description: z.string().optional(),
|
|
2688
2688
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2701,7 +2701,7 @@ export const ResponseBodyTools$outboundSchema: z.ZodType<
|
|
|
2701
2701
|
z.ZodTypeDef,
|
|
2702
2702
|
ResponseBodyTools
|
|
2703
2703
|
> = z.object({
|
|
2704
|
-
id: z.string().default("
|
|
2704
|
+
id: z.string().default("01KFDJ30QJ69T327RBAN2ENVYR"),
|
|
2705
2705
|
name: z.string(),
|
|
2706
2706
|
description: z.string().optional(),
|
|
2707
2707
|
schema: z.lazy(() => CreateToolResponseBodySchema$outboundSchema),
|
|
@@ -2796,7 +2796,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2796
2796
|
z.ZodTypeDef,
|
|
2797
2797
|
unknown
|
|
2798
2798
|
> = z.object({
|
|
2799
|
-
_id: z.string().default("
|
|
2799
|
+
_id: z.string().default("tool_01KFDJ30QG0DY8251XMVVPJDN7"),
|
|
2800
2800
|
path: z.string(),
|
|
2801
2801
|
key: z.string(),
|
|
2802
2802
|
display_name: z.string().optional(),
|
|
@@ -2849,7 +2849,7 @@ export const ResponseBodyMCPTool$outboundSchema: z.ZodType<
|
|
|
2849
2849
|
z.ZodTypeDef,
|
|
2850
2850
|
ResponseBodyMCPTool
|
|
2851
2851
|
> = z.object({
|
|
2852
|
-
id: z.string().default("
|
|
2852
|
+
id: z.string().default("tool_01KFDJ30QG0DY8251XMVVPJDN7"),
|
|
2853
2853
|
path: z.string(),
|
|
2854
2854
|
key: z.string(),
|
|
2855
2855
|
displayName: z.string().optional(),
|
|
@@ -3200,7 +3200,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
3200
3200
|
z.ZodTypeDef,
|
|
3201
3201
|
unknown
|
|
3202
3202
|
> = z.object({
|
|
3203
|
-
_id: z.string().default("
|
|
3203
|
+
_id: z.string().default("tool_01KFDJ30QEERX0DXHWH3BA6HV2"),
|
|
3204
3204
|
path: z.string(),
|
|
3205
3205
|
key: z.string(),
|
|
3206
3206
|
display_name: z.string().optional(),
|
|
@@ -3251,7 +3251,7 @@ export const ResponseBodyHTTPTool$outboundSchema: z.ZodType<
|
|
|
3251
3251
|
z.ZodTypeDef,
|
|
3252
3252
|
ResponseBodyHTTPTool
|
|
3253
3253
|
> = z.object({
|
|
3254
|
-
id: z.string().default("
|
|
3254
|
+
id: z.string().default("tool_01KFDJ30QEERX0DXHWH3BA6HV2"),
|
|
3255
3255
|
path: z.string(),
|
|
3256
3256
|
key: z.string(),
|
|
3257
3257
|
displayName: z.string().optional(),
|
|
@@ -3416,7 +3416,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
3416
3416
|
z.ZodTypeDef,
|
|
3417
3417
|
unknown
|
|
3418
3418
|
> = z.object({
|
|
3419
|
-
_id: z.string().default("
|
|
3419
|
+
_id: z.string().default("tool_01KFDJ30QDP00JQA3HYVD20X71"),
|
|
3420
3420
|
path: z.string(),
|
|
3421
3421
|
key: z.string(),
|
|
3422
3422
|
display_name: z.string().optional(),
|
|
@@ -3468,7 +3468,7 @@ export const ResponseBodyJSONSchemaTool$outboundSchema: z.ZodType<
|
|
|
3468
3468
|
z.ZodTypeDef,
|
|
3469
3469
|
ResponseBodyJSONSchemaTool
|
|
3470
3470
|
> = z.object({
|
|
3471
|
-
id: z.string().default("
|
|
3471
|
+
id: z.string().default("tool_01KFDJ30QDP00JQA3HYVD20X71"),
|
|
3472
3472
|
path: z.string(),
|
|
3473
3473
|
key: z.string(),
|
|
3474
3474
|
displayName: z.string().optional(),
|
|
@@ -3649,7 +3649,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
3649
3649
|
z.ZodTypeDef,
|
|
3650
3650
|
unknown
|
|
3651
3651
|
> = z.object({
|
|
3652
|
-
_id: z.string().default("
|
|
3652
|
+
_id: z.string().default("tool_01KFDJ30QBXA9QSQZ5QA9KCFYS"),
|
|
3653
3653
|
path: z.string(),
|
|
3654
3654
|
key: z.string(),
|
|
3655
3655
|
display_name: z.string().optional(),
|
|
@@ -3700,7 +3700,7 @@ export const ResponseBodyFunctionTool$outboundSchema: z.ZodType<
|
|
|
3700
3700
|
z.ZodTypeDef,
|
|
3701
3701
|
ResponseBodyFunctionTool
|
|
3702
3702
|
> = z.object({
|
|
3703
|
-
id: z.string().default("
|
|
3703
|
+
id: z.string().default("tool_01KFDJ30QBXA9QSQZ5QA9KCFYS"),
|
|
3704
3704
|
path: z.string(),
|
|
3705
3705
|
key: z.string(),
|
|
3706
3706
|
displayName: z.string().optional(),
|
|
@@ -119,7 +119,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
|
|
|
119
119
|
file_name: z.string(),
|
|
120
120
|
workspace_id: z.string(),
|
|
121
121
|
created: z.string().datetime({ offset: true }).default(
|
|
122
|
-
"2026-01-
|
|
122
|
+
"2026-01-20T11:19:15.524Z",
|
|
123
123
|
).transform(v => new Date(v)),
|
|
124
124
|
}).transform((v) => {
|
|
125
125
|
return remap$(v, {
|
|
@@ -152,7 +152,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
|
|
|
152
152
|
bytes: z.number(),
|
|
153
153
|
fileName: z.string(),
|
|
154
154
|
workspaceId: z.string(),
|
|
155
|
-
created: z.date().default(() => new Date("2026-01-
|
|
155
|
+
created: z.date().default(() => new Date("2026-01-20T11:19:15.524Z"))
|
|
156
156
|
.transform(v => v.toISOString()),
|
|
157
157
|
}).transform((v) => {
|
|
158
158
|
return remap$(v, {
|
|
@@ -157,7 +157,7 @@ export const FileListData$inboundSchema: z.ZodType<
|
|
|
157
157
|
file_name: z.string(),
|
|
158
158
|
workspace_id: z.string(),
|
|
159
159
|
created: z.string().datetime({ offset: true }).default(
|
|
160
|
-
"2026-01-
|
|
160
|
+
"2026-01-20T11:19:15.524Z",
|
|
161
161
|
).transform(v => new Date(v)),
|
|
162
162
|
}).transform((v) => {
|
|
163
163
|
return remap$(v, {
|
|
@@ -190,7 +190,7 @@ export const FileListData$outboundSchema: z.ZodType<
|
|
|
190
190
|
bytes: z.number(),
|
|
191
191
|
fileName: z.string(),
|
|
192
192
|
workspaceId: z.string(),
|
|
193
|
-
created: z.date().default(() => new Date("2026-01-
|
|
193
|
+
created: z.date().default(() => new Date("2026-01-20T11:19:15.524Z"))
|
|
194
194
|
.transform(v => v.toISOString()),
|
|
195
195
|
}).transform((v) => {
|
|
196
196
|
return remap$(v, {
|
|
@@ -196,7 +196,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
|
|
|
196
196
|
file_name: z.string(),
|
|
197
197
|
workspace_id: z.string(),
|
|
198
198
|
created: z.string().datetime({ offset: true }).default(
|
|
199
|
-
"2026-01-
|
|
199
|
+
"2026-01-20T11:19:15.524Z",
|
|
200
200
|
).transform(v => new Date(v)),
|
|
201
201
|
}).transform((v) => {
|
|
202
202
|
return remap$(v, {
|
|
@@ -229,7 +229,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
|
|
|
229
229
|
bytes: z.number(),
|
|
230
230
|
fileName: z.string(),
|
|
231
231
|
workspaceId: z.string(),
|
|
232
|
-
created: z.date().default(() => new Date("2026-01-
|
|
232
|
+
created: z.date().default(() => new Date("2026-01-20T11:19:15.524Z"))
|
|
233
233
|
.transform(v => v.toISOString()),
|
|
234
234
|
}).transform((v) => {
|
|
235
235
|
return remap$(v, {
|
|
@@ -251,7 +251,7 @@ export const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<
|
|
|
251
251
|
z.ZodTypeDef,
|
|
252
252
|
unknown
|
|
253
253
|
> = z.object({
|
|
254
|
-
_id: z.string().default("
|
|
254
|
+
_id: z.string().default("conv_01kfdj30dadcb7tb6s6vhxzcbw"),
|
|
255
255
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
256
256
|
displayName: z.string(),
|
|
257
257
|
createdAt: z.number(),
|
|
@@ -283,7 +283,7 @@ export const GenerateConversationNameResponseBody$outboundSchema: z.ZodType<
|
|
|
283
283
|
z.ZodTypeDef,
|
|
284
284
|
GenerateConversationNameResponseBody
|
|
285
285
|
> = z.object({
|
|
286
|
-
id: z.string().default("
|
|
286
|
+
id: z.string().default("conv_01kfdj30dadcb7tb6s6vhxzcbw"),
|
|
287
287
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
288
288
|
displayName: z.string(),
|
|
289
289
|
createdAt: z.number(),
|
|
@@ -863,7 +863,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
863
863
|
z.ZodTypeDef,
|
|
864
864
|
unknown
|
|
865
865
|
> = z.object({
|
|
866
|
-
_id: z.string().default("
|
|
866
|
+
_id: z.string().default("tool_01KFDJ30PWSJP9KWVXNTTXRNRV"),
|
|
867
867
|
path: z.string(),
|
|
868
868
|
key: z.string(),
|
|
869
869
|
display_name: z.string().optional(),
|
|
@@ -915,7 +915,7 @@ export const DataCodeExecutionTool$outboundSchema: z.ZodType<
|
|
|
915
915
|
z.ZodTypeDef,
|
|
916
916
|
DataCodeExecutionTool
|
|
917
917
|
> = z.object({
|
|
918
|
-
id: z.string().default("
|
|
918
|
+
id: z.string().default("tool_01KFDJ30PWSJP9KWVXNTTXRNRV"),
|
|
919
919
|
path: z.string(),
|
|
920
920
|
key: z.string(),
|
|
921
921
|
displayName: z.string().optional(),
|
|
@@ -1074,7 +1074,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
1074
1074
|
z.ZodTypeDef,
|
|
1075
1075
|
unknown
|
|
1076
1076
|
> = z.object({
|
|
1077
|
-
id: z.string().default("
|
|
1077
|
+
id: z.string().default("01KFDJ30PVQ5YEXYGKGVC9Y04Y"),
|
|
1078
1078
|
name: z.string(),
|
|
1079
1079
|
description: z.string().optional(),
|
|
1080
1080
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -1093,7 +1093,7 @@ export const DataTools$outboundSchema: z.ZodType<
|
|
|
1093
1093
|
z.ZodTypeDef,
|
|
1094
1094
|
DataTools
|
|
1095
1095
|
> = z.object({
|
|
1096
|
-
id: z.string().default("
|
|
1096
|
+
id: z.string().default("01KFDJ30PVQ5YEXYGKGVC9Y04Y"),
|
|
1097
1097
|
name: z.string(),
|
|
1098
1098
|
description: z.string().optional(),
|
|
1099
1099
|
schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
|
|
@@ -1178,7 +1178,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
1178
1178
|
z.ZodTypeDef,
|
|
1179
1179
|
unknown
|
|
1180
1180
|
> = z.object({
|
|
1181
|
-
_id: z.string().default("
|
|
1181
|
+
_id: z.string().default("tool_01KFDJ30PTAZJMBTDRPAWW9ZEE"),
|
|
1182
1182
|
path: z.string(),
|
|
1183
1183
|
key: z.string(),
|
|
1184
1184
|
display_name: z.string().optional(),
|
|
@@ -1229,7 +1229,7 @@ export const DataMCPTool$outboundSchema: z.ZodType<
|
|
|
1229
1229
|
z.ZodTypeDef,
|
|
1230
1230
|
DataMCPTool
|
|
1231
1231
|
> = z.object({
|
|
1232
|
-
id: z.string().default("
|
|
1232
|
+
id: z.string().default("tool_01KFDJ30PTAZJMBTDRPAWW9ZEE"),
|
|
1233
1233
|
path: z.string(),
|
|
1234
1234
|
key: z.string(),
|
|
1235
1235
|
displayName: z.string().optional(),
|
|
@@ -1563,7 +1563,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1563
1563
|
z.ZodTypeDef,
|
|
1564
1564
|
unknown
|
|
1565
1565
|
> = z.object({
|
|
1566
|
-
_id: z.string().default("
|
|
1566
|
+
_id: z.string().default("tool_01KFDJ30PRZG6JC45G5F84BJKC"),
|
|
1567
1567
|
path: z.string(),
|
|
1568
1568
|
key: z.string(),
|
|
1569
1569
|
display_name: z.string().optional(),
|
|
@@ -1614,7 +1614,7 @@ export const DataHTTPTool$outboundSchema: z.ZodType<
|
|
|
1614
1614
|
z.ZodTypeDef,
|
|
1615
1615
|
DataHTTPTool
|
|
1616
1616
|
> = z.object({
|
|
1617
|
-
id: z.string().default("
|
|
1617
|
+
id: z.string().default("tool_01KFDJ30PRZG6JC45G5F84BJKC"),
|
|
1618
1618
|
path: z.string(),
|
|
1619
1619
|
key: z.string(),
|
|
1620
1620
|
displayName: z.string().optional(),
|
|
@@ -1767,7 +1767,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1767
1767
|
z.ZodTypeDef,
|
|
1768
1768
|
unknown
|
|
1769
1769
|
> = z.object({
|
|
1770
|
-
_id: z.string().default("
|
|
1770
|
+
_id: z.string().default("tool_01KFDJ30PQ89CKSPXRY2YB6DRV"),
|
|
1771
1771
|
path: z.string(),
|
|
1772
1772
|
key: z.string(),
|
|
1773
1773
|
display_name: z.string().optional(),
|
|
@@ -1819,7 +1819,7 @@ export const DataJSONSchemaTool$outboundSchema: z.ZodType<
|
|
|
1819
1819
|
z.ZodTypeDef,
|
|
1820
1820
|
DataJSONSchemaTool
|
|
1821
1821
|
> = z.object({
|
|
1822
|
-
id: z.string().default("
|
|
1822
|
+
id: z.string().default("tool_01KFDJ30PQ89CKSPXRY2YB6DRV"),
|
|
1823
1823
|
path: z.string(),
|
|
1824
1824
|
key: z.string(),
|
|
1825
1825
|
displayName: z.string().optional(),
|
|
@@ -1995,7 +1995,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1995
1995
|
z.ZodTypeDef,
|
|
1996
1996
|
unknown
|
|
1997
1997
|
> = z.object({
|
|
1998
|
-
_id: z.string().default("
|
|
1998
|
+
_id: z.string().default("tool_01KFDJ30PN1G6F2Z9JJPGW172Q"),
|
|
1999
1999
|
path: z.string(),
|
|
2000
2000
|
key: z.string(),
|
|
2001
2001
|
display_name: z.string().optional(),
|
|
@@ -2046,7 +2046,7 @@ export const DataFunctionTool$outboundSchema: z.ZodType<
|
|
|
2046
2046
|
z.ZodTypeDef,
|
|
2047
2047
|
DataFunctionTool
|
|
2048
2048
|
> = z.object({
|
|
2049
|
-
id: z.string().default("
|
|
2049
|
+
id: z.string().default("tool_01KFDJ30PN1G6F2Z9JJPGW172Q"),
|
|
2050
2050
|
path: z.string(),
|
|
2051
2051
|
key: z.string(),
|
|
2052
2052
|
displayName: z.string().optional(),
|
|
@@ -893,8 +893,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
893
893
|
> = z.object({
|
|
894
894
|
_id: z.string(),
|
|
895
895
|
description: z.string(),
|
|
896
|
-
created: z.string().default("2026-01-
|
|
897
|
-
updated: z.string().default("2026-01-
|
|
896
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
897
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
898
898
|
guardrail_config: z.union([
|
|
899
899
|
z.lazy(() =>
|
|
900
900
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -935,8 +935,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
|
|
|
935
935
|
> = z.object({
|
|
936
936
|
id: z.string(),
|
|
937
937
|
description: z.string(),
|
|
938
|
-
created: z.string().default("2026-01-
|
|
939
|
-
updated: z.string().default("2026-01-
|
|
938
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
939
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
940
940
|
guardrailConfig: z.union([
|
|
941
941
|
z.lazy(() =>
|
|
942
942
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
|
|
@@ -1183,8 +1183,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1183
1183
|
> = z.object({
|
|
1184
1184
|
_id: z.string(),
|
|
1185
1185
|
description: z.string(),
|
|
1186
|
-
created: z.string().default("2026-01-
|
|
1187
|
-
updated: z.string().default("2026-01-
|
|
1186
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
1187
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
1188
1188
|
guardrail_config: z.union([
|
|
1189
1189
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1190
1190
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
@@ -1224,8 +1224,8 @@ export const DataRagas$outboundSchema: z.ZodType<
|
|
|
1224
1224
|
> = z.object({
|
|
1225
1225
|
id: z.string(),
|
|
1226
1226
|
description: z.string(),
|
|
1227
|
-
created: z.string().default("2026-01-
|
|
1228
|
-
updated: z.string().default("2026-01-
|
|
1227
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
1228
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
1229
1229
|
guardrailConfig: z.union([
|
|
1230
1230
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1231
1231
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
@@ -2871,8 +2871,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
2871
2871
|
> = z.object({
|
|
2872
2872
|
_id: z.string(),
|
|
2873
2873
|
description: z.string(),
|
|
2874
|
-
created: z.string().default("2026-01-
|
|
2875
|
-
updated: z.string().default("2026-01-
|
|
2874
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2875
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2876
2876
|
guardrail_config: z.union([
|
|
2877
2877
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
2878
2878
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -2975,8 +2975,8 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
2975
2975
|
> = z.object({
|
|
2976
2976
|
id: z.string(),
|
|
2977
2977
|
description: z.string(),
|
|
2978
|
-
created: z.string().default("2026-01-
|
|
2979
|
-
updated: z.string().default("2026-01-
|
|
2978
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2979
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
2980
2980
|
guardrailConfig: z.union([
|
|
2981
2981
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
2982
2982
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
@@ -3220,8 +3220,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
3220
3220
|
> = z.object({
|
|
3221
3221
|
_id: z.string(),
|
|
3222
3222
|
description: z.string(),
|
|
3223
|
-
created: z.string().default("2026-01-
|
|
3224
|
-
updated: z.string().default("2026-01-
|
|
3223
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3224
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3225
3225
|
guardrail_config: z.union([
|
|
3226
3226
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
3227
3227
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
@@ -3258,8 +3258,8 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
3258
3258
|
> = z.object({
|
|
3259
3259
|
id: z.string(),
|
|
3260
3260
|
description: z.string(),
|
|
3261
|
-
created: z.string().default("2026-01-
|
|
3262
|
-
updated: z.string().default("2026-01-
|
|
3261
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3262
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3263
3263
|
guardrailConfig: z.union([
|
|
3264
3264
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
3265
3265
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
@@ -3473,8 +3473,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
3473
3473
|
> = z.object({
|
|
3474
3474
|
_id: z.string(),
|
|
3475
3475
|
description: z.string(),
|
|
3476
|
-
created: z.string().default("2026-01-
|
|
3477
|
-
updated: z.string().default("2026-01-
|
|
3476
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3477
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3478
3478
|
guardrail_config: z.union([
|
|
3479
3479
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
3480
3480
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
@@ -3517,8 +3517,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
3517
3517
|
> = z.object({
|
|
3518
3518
|
id: z.string(),
|
|
3519
3519
|
description: z.string(),
|
|
3520
|
-
created: z.string().default("2026-01-
|
|
3521
|
-
updated: z.string().default("2026-01-
|
|
3520
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3521
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3522
3522
|
guardrailConfig: z.union([
|
|
3523
3523
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
3524
3524
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
@@ -3761,8 +3761,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
3761
3761
|
> = z.object({
|
|
3762
3762
|
_id: z.string(),
|
|
3763
3763
|
description: z.string(),
|
|
3764
|
-
created: z.string().default("2026-01-
|
|
3765
|
-
updated: z.string().default("2026-01-
|
|
3764
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3765
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3766
3766
|
guardrail_config: z.union([
|
|
3767
3767
|
z.lazy(() =>
|
|
3768
3768
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|
|
@@ -3803,8 +3803,8 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
3803
3803
|
> = z.object({
|
|
3804
3804
|
id: z.string(),
|
|
3805
3805
|
description: z.string(),
|
|
3806
|
-
created: z.string().default("2026-01-
|
|
3807
|
-
updated: z.string().default("2026-01-
|
|
3806
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3807
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
3808
3808
|
guardrailConfig: z.union([
|
|
3809
3809
|
z.lazy(() =>
|
|
3810
3810
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema
|
|
@@ -4056,8 +4056,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
4056
4056
|
z.object({
|
|
4057
4057
|
_id: z.string(),
|
|
4058
4058
|
description: z.string(),
|
|
4059
|
-
created: z.string().default("2026-01-
|
|
4060
|
-
updated: z.string().default("2026-01-
|
|
4059
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4060
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4061
4061
|
guardrail_config: z.union([
|
|
4062
4062
|
z.lazy(() =>
|
|
4063
4063
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -4100,8 +4100,8 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
4100
4100
|
> = z.object({
|
|
4101
4101
|
id: z.string(),
|
|
4102
4102
|
description: z.string(),
|
|
4103
|
-
created: z.string().default("2026-01-
|
|
4104
|
-
updated: z.string().default("2026-01-
|
|
4103
|
+
created: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4104
|
+
updated: z.string().default("2026-01-20T11:19:14.453Z"),
|
|
4105
4105
|
guardrailConfig: z.union([
|
|
4106
4106
|
z.lazy(() =>
|
|
4107
4107
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
|
|
@@ -175,7 +175,7 @@ export type OriginalValue = number | boolean | string;
|
|
|
175
175
|
|
|
176
176
|
export type InvokeEvalResponseBodyEvalsResponseValue = {
|
|
177
177
|
workflowRunId: string;
|
|
178
|
-
value: number | boolean | string;
|
|
178
|
+
value: number | boolean | string | null;
|
|
179
179
|
explanation?: string | null | undefined;
|
|
180
180
|
originalValue?: number | boolean | string | null | undefined;
|
|
181
181
|
originalExplanation?: string | null | undefined;
|
|
@@ -1052,7 +1052,7 @@ export const InvokeEvalResponseBodyEvalsResponseValue$inboundSchema: z.ZodType<
|
|
|
1052
1052
|
unknown
|
|
1053
1053
|
> = z.object({
|
|
1054
1054
|
workflow_run_id: z.string(),
|
|
1055
|
-
value: z.union([z.number(), z.boolean(), z.string()]),
|
|
1055
|
+
value: z.nullable(z.union([z.number(), z.boolean(), z.string()])),
|
|
1056
1056
|
explanation: z.nullable(z.string()).optional(),
|
|
1057
1057
|
original_value: z.nullable(z.union([z.number(), z.boolean(), z.string()]))
|
|
1058
1058
|
.optional(),
|
|
@@ -1067,7 +1067,7 @@ export const InvokeEvalResponseBodyEvalsResponseValue$inboundSchema: z.ZodType<
|
|
|
1067
1067
|
/** @internal */
|
|
1068
1068
|
export type InvokeEvalResponseBodyEvalsResponseValue$Outbound = {
|
|
1069
1069
|
workflow_run_id: string;
|
|
1070
|
-
value: number | boolean | string;
|
|
1070
|
+
value: number | boolean | string | null;
|
|
1071
1071
|
explanation?: string | null | undefined;
|
|
1072
1072
|
original_value?: number | boolean | string | null | undefined;
|
|
1073
1073
|
original_explanation?: string | null | undefined;
|
|
@@ -1080,7 +1080,7 @@ export const InvokeEvalResponseBodyEvalsResponseValue$outboundSchema: z.ZodType<
|
|
|
1080
1080
|
InvokeEvalResponseBodyEvalsResponseValue
|
|
1081
1081
|
> = z.object({
|
|
1082
1082
|
workflowRunId: z.string(),
|
|
1083
|
-
value: z.union([z.number(), z.boolean(), z.string()]),
|
|
1083
|
+
value: z.nullable(z.union([z.number(), z.boolean(), z.string()])),
|
|
1084
1084
|
explanation: z.nullable(z.string()).optional(),
|
|
1085
1085
|
originalValue: z.nullable(z.union([z.number(), z.boolean(), z.string()]))
|
|
1086
1086
|
.optional(),
|