@orq-ai/node 4.4.0-rc.2 → 4.4.0-rc.21
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/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/lib/config.js.map +1 -1
- package/models/components/conversationresponse.js +1 -1
- package/models/components/conversationwithmessagesresponse.js +1 -1
- package/models/components/partdoneevent.js +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createcontact.js +1 -1
- package/models/operations/createconversation.js +1 -1
- package/models/operations/createconversationresponse.js +2 -2
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.d.ts +587 -186
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +673 -240
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createprompt.d.ts +1 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +1 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createresponse.d.ts +26 -4
- package/models/operations/createresponse.d.ts.map +1 -1
- package/models/operations/createresponse.js +22 -7
- package/models/operations/createresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/deploymentinvoke.d.ts +1 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1 -0
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +1 -0
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +1 -0
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +1 -1
- package/models/operations/filelist.js +1 -1
- package/models/operations/fileupload.js +1 -1
- package/models/operations/generateconversationname.js +1 -1
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.d.ts +265 -104
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +389 -166
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/invokeeval.d.ts +35 -0
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +54 -1
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.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/updateconversation.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.d.ts +349 -81
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +459 -143
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updatememorystore.d.ts +1 -0
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +1 -0
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +1 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +1 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/conversationresponse.ts +1 -1
- package/src/models/components/conversationwithmessagesresponse.ts +1 -1
- package/src/models/components/partdoneevent.ts +1 -1
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.ts +1 -1
- package/src/models/operations/createconversation.ts +1 -1
- package/src/models/operations/createconversationresponse.ts +2 -2
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +1699 -657
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createprompt.ts +1 -0
- package/src/models/operations/createresponse.ts +36 -6
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/deploymentinvoke.ts +1 -0
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +1 -0
- package/src/models/operations/fileget.ts +1 -1
- package/src/models/operations/filelist.ts +1 -1
- package/src/models/operations/fileupload.ts +1 -1
- package/src/models/operations/generateconversationname.ts +1 -1
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +1017 -505
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/invokeeval.ts +124 -0
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listidentities.ts +1 -1
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveidentity.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/updateconversation.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +1092 -329
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updatememorystore.ts +1 -0
- package/src/models/operations/updateprompt.ts +1 -0
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -139,7 +139,7 @@ export const CreateIdentityResponseBody$inboundSchema: z.ZodType<
|
|
|
139
139
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
140
140
|
.optional(),
|
|
141
141
|
updated: z.string().datetime({ offset: true }).default(
|
|
142
|
-
"2026-02-
|
|
142
|
+
"2026-02-20T21:44:12.405Z",
|
|
143
143
|
).transform(v => new Date(v)),
|
|
144
144
|
}).transform((v) => {
|
|
145
145
|
return remap$(v, {
|
|
@@ -1224,6 +1224,7 @@ export const CreatePromptProvider = {
|
|
|
1224
1224
|
Moonshotai: "moonshotai",
|
|
1225
1225
|
Zai: "zai",
|
|
1226
1226
|
Minimax: "minimax",
|
|
1227
|
+
Alibaba: "alibaba",
|
|
1227
1228
|
Slack: "slack",
|
|
1228
1229
|
} as const;
|
|
1229
1230
|
export type CreatePromptProvider = ClosedEnum<typeof CreatePromptProvider>;
|
|
@@ -283,6 +283,20 @@ export const Include = {
|
|
|
283
283
|
} as const;
|
|
284
284
|
export type Include = ClosedEnum<typeof Include>;
|
|
285
285
|
|
|
286
|
+
/**
|
|
287
|
+
* Specifies the latency tier to use for processing the request. Defaults to "auto".
|
|
288
|
+
*/
|
|
289
|
+
export const ServiceTier = {
|
|
290
|
+
Auto: "auto",
|
|
291
|
+
Default: "default",
|
|
292
|
+
Flex: "flex",
|
|
293
|
+
Priority: "priority",
|
|
294
|
+
} as const;
|
|
295
|
+
/**
|
|
296
|
+
* Specifies the latency tier to use for processing the request. Defaults to "auto".
|
|
297
|
+
*/
|
|
298
|
+
export type ServiceTier = ClosedEnum<typeof ServiceTier>;
|
|
299
|
+
|
|
286
300
|
/**
|
|
287
301
|
* The ranking algorithm
|
|
288
302
|
*/
|
|
@@ -604,6 +618,10 @@ export type CreateResponseRequestBody = {
|
|
|
604
618
|
* Whether to store this response for use in distillations or evals.
|
|
605
619
|
*/
|
|
606
620
|
store?: boolean | null | undefined;
|
|
621
|
+
/**
|
|
622
|
+
* Specifies the latency tier to use for processing the request. Defaults to "auto".
|
|
623
|
+
*/
|
|
624
|
+
serviceTier?: ServiceTier | null | undefined;
|
|
607
625
|
/**
|
|
608
626
|
* A list of tools the model may call. Use this to provide a list of functions the model may generate JSON inputs for.
|
|
609
627
|
*/
|
|
@@ -1318,14 +1336,18 @@ export type Truncation = ClosedEnum<typeof Truncation>;
|
|
|
1318
1336
|
/**
|
|
1319
1337
|
* The service tier used for processing the request
|
|
1320
1338
|
*/
|
|
1321
|
-
export const
|
|
1339
|
+
export const CreateResponseServiceTier = {
|
|
1322
1340
|
Auto: "auto",
|
|
1323
1341
|
Default: "default",
|
|
1342
|
+
Flex: "flex",
|
|
1343
|
+
Priority: "priority",
|
|
1324
1344
|
} as const;
|
|
1325
1345
|
/**
|
|
1326
1346
|
* The service tier used for processing the request
|
|
1327
1347
|
*/
|
|
1328
|
-
export type
|
|
1348
|
+
export type CreateResponseServiceTier = ClosedEnum<
|
|
1349
|
+
typeof CreateResponseServiceTier
|
|
1350
|
+
>;
|
|
1329
1351
|
|
|
1330
1352
|
/**
|
|
1331
1353
|
* Represents the completed model response returned when `stream` is false
|
|
@@ -1405,7 +1427,7 @@ export type CreateResponseResponseBody = {
|
|
|
1405
1427
|
/**
|
|
1406
1428
|
* The service tier used for processing the request
|
|
1407
1429
|
*/
|
|
1408
|
-
serviceTier?:
|
|
1430
|
+
serviceTier?: CreateResponseServiceTier | null | undefined;
|
|
1409
1431
|
/**
|
|
1410
1432
|
* Whether the response was processed in the background
|
|
1411
1433
|
*/
|
|
@@ -1867,6 +1889,10 @@ export function createResponseInputToJSON(
|
|
|
1867
1889
|
export const Include$outboundSchema: z.ZodNativeEnum<typeof Include> = z
|
|
1868
1890
|
.nativeEnum(Include);
|
|
1869
1891
|
|
|
1892
|
+
/** @internal */
|
|
1893
|
+
export const ServiceTier$outboundSchema: z.ZodNativeEnum<typeof ServiceTier> = z
|
|
1894
|
+
.nativeEnum(ServiceTier);
|
|
1895
|
+
|
|
1870
1896
|
/** @internal */
|
|
1871
1897
|
export const Ranker$outboundSchema: z.ZodNativeEnum<typeof Ranker> = z
|
|
1872
1898
|
.nativeEnum(Ranker);
|
|
@@ -2241,6 +2267,7 @@ export type CreateResponseRequestBody$Outbound = {
|
|
|
2241
2267
|
include?: Array<string> | null | undefined;
|
|
2242
2268
|
parallel_tool_calls?: boolean | null | undefined;
|
|
2243
2269
|
store: boolean | null;
|
|
2270
|
+
service_tier?: string | null | undefined;
|
|
2244
2271
|
tools?:
|
|
2245
2272
|
| Array<Tools1$Outbound | Tools2$Outbound | Tools3$Outbound>
|
|
2246
2273
|
| undefined;
|
|
@@ -2279,6 +2306,7 @@ export const CreateResponseRequestBody$outboundSchema: z.ZodType<
|
|
|
2279
2306
|
include: z.nullable(z.array(Include$outboundSchema)).optional(),
|
|
2280
2307
|
parallelToolCalls: z.nullable(z.boolean()).optional(),
|
|
2281
2308
|
store: z.nullable(z.boolean().default(true)),
|
|
2309
|
+
serviceTier: z.nullable(ServiceTier$outboundSchema).optional(),
|
|
2282
2310
|
tools: z.array(
|
|
2283
2311
|
z.union([
|
|
2284
2312
|
z.lazy(() => Tools1$outboundSchema),
|
|
@@ -2299,6 +2327,7 @@ export const CreateResponseRequestBody$outboundSchema: z.ZodType<
|
|
|
2299
2327
|
previousResponseId: "previous_response_id",
|
|
2300
2328
|
maxOutputTokens: "max_output_tokens",
|
|
2301
2329
|
parallelToolCalls: "parallel_tool_calls",
|
|
2330
|
+
serviceTier: "service_tier",
|
|
2302
2331
|
toolChoice: "tool_choice",
|
|
2303
2332
|
});
|
|
2304
2333
|
});
|
|
@@ -3183,8 +3212,9 @@ export const Truncation$inboundSchema: z.ZodNativeEnum<typeof Truncation> = z
|
|
|
3183
3212
|
.nativeEnum(Truncation);
|
|
3184
3213
|
|
|
3185
3214
|
/** @internal */
|
|
3186
|
-
export const
|
|
3187
|
-
|
|
3215
|
+
export const CreateResponseServiceTier$inboundSchema: z.ZodNativeEnum<
|
|
3216
|
+
typeof CreateResponseServiceTier
|
|
3217
|
+
> = z.nativeEnum(CreateResponseServiceTier);
|
|
3188
3218
|
|
|
3189
3219
|
/** @internal */
|
|
3190
3220
|
export const CreateResponseResponseBody$inboundSchema: z.ZodType<
|
|
@@ -3234,7 +3264,7 @@ export const CreateResponseResponseBody$inboundSchema: z.ZodType<
|
|
|
3234
3264
|
.optional(),
|
|
3235
3265
|
truncation: z.nullable(Truncation$inboundSchema.default("disabled")),
|
|
3236
3266
|
user: z.nullable(z.string()).optional(),
|
|
3237
|
-
service_tier: z.nullable(
|
|
3267
|
+
service_tier: z.nullable(CreateResponseServiceTier$inboundSchema).optional(),
|
|
3238
3268
|
background: z.nullable(z.boolean()).optional(),
|
|
3239
3269
|
top_logprobs: z.nullable(z.number().int()).optional(),
|
|
3240
3270
|
logprobs: z.nullable(z.boolean()).optional(),
|
|
@@ -1899,7 +1899,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1899
1899
|
z.ZodTypeDef,
|
|
1900
1900
|
unknown
|
|
1901
1901
|
> = z.object({
|
|
1902
|
-
_id: z.string().default("
|
|
1902
|
+
_id: z.string().default("tool_01KHYG5S46TXHCCMTG0QN68KRE"),
|
|
1903
1903
|
path: z.string(),
|
|
1904
1904
|
key: z.string(),
|
|
1905
1905
|
display_name: z.string().optional(),
|
|
@@ -1998,7 +1998,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1998
1998
|
z.ZodTypeDef,
|
|
1999
1999
|
unknown
|
|
2000
2000
|
> = z.object({
|
|
2001
|
-
id: z.string().default("
|
|
2001
|
+
id: z.string().default("01KHYG5S441ZSQHPEA3281EW6G"),
|
|
2002
2002
|
name: z.string(),
|
|
2003
2003
|
description: z.string().optional(),
|
|
2004
2004
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2052,7 +2052,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2052
2052
|
z.ZodTypeDef,
|
|
2053
2053
|
unknown
|
|
2054
2054
|
> = z.object({
|
|
2055
|
-
_id: z.string().default("
|
|
2055
|
+
_id: z.string().default("tool_01KHYG5S42B0TKC90F5PH9XMZH"),
|
|
2056
2056
|
path: z.string(),
|
|
2057
2057
|
key: z.string(),
|
|
2058
2058
|
display_name: z.string().optional(),
|
|
@@ -2240,7 +2240,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2240
2240
|
z.ZodTypeDef,
|
|
2241
2241
|
unknown
|
|
2242
2242
|
> = z.object({
|
|
2243
|
-
_id: z.string().default("
|
|
2243
|
+
_id: z.string().default("tool_01KHYG5S3ZWHDSTC3EZM5NX7KC"),
|
|
2244
2244
|
path: z.string(),
|
|
2245
2245
|
key: z.string(),
|
|
2246
2246
|
display_name: z.string().optional(),
|
|
@@ -2335,7 +2335,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2335
2335
|
z.ZodTypeDef,
|
|
2336
2336
|
unknown
|
|
2337
2337
|
> = z.object({
|
|
2338
|
-
_id: z.string().default("
|
|
2338
|
+
_id: z.string().default("tool_01KHYG5S3X8NAGTD9GA62ZBX4P"),
|
|
2339
2339
|
path: z.string(),
|
|
2340
2340
|
key: z.string(),
|
|
2341
2341
|
display_name: z.string().optional(),
|
|
@@ -2438,7 +2438,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2438
2438
|
z.ZodTypeDef,
|
|
2439
2439
|
unknown
|
|
2440
2440
|
> = z.object({
|
|
2441
|
-
_id: z.string().default("
|
|
2441
|
+
_id: z.string().default("tool_01KHYG5S3M3CE743F28N5K8GAE"),
|
|
2442
2442
|
path: z.string(),
|
|
2443
2443
|
key: z.string(),
|
|
2444
2444
|
display_name: z.string().optional(),
|
|
@@ -94,7 +94,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
|
|
|
94
94
|
file_name: z.string(),
|
|
95
95
|
workspace_id: z.string(),
|
|
96
96
|
created: z.string().datetime({ offset: true }).default(
|
|
97
|
-
"2026-02-
|
|
97
|
+
"2026-02-20T21:44:16.567Z",
|
|
98
98
|
).transform(v => new Date(v)),
|
|
99
99
|
}).transform((v) => {
|
|
100
100
|
return remap$(v, {
|
|
@@ -125,7 +125,7 @@ export const FileListData$inboundSchema: z.ZodType<
|
|
|
125
125
|
file_name: z.string(),
|
|
126
126
|
workspace_id: z.string(),
|
|
127
127
|
created: z.string().datetime({ offset: true }).default(
|
|
128
|
-
"2026-02-
|
|
128
|
+
"2026-02-20T21:44:16.567Z",
|
|
129
129
|
).transform(v => new Date(v)),
|
|
130
130
|
}).transform((v) => {
|
|
131
131
|
return remap$(v, {
|
|
@@ -148,7 +148,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
|
|
|
148
148
|
file_name: z.string(),
|
|
149
149
|
workspace_id: z.string(),
|
|
150
150
|
created: z.string().datetime({ offset: true }).default(
|
|
151
|
-
"2026-02-
|
|
151
|
+
"2026-02-20T21:44:16.567Z",
|
|
152
152
|
).transform(v => new Date(v)),
|
|
153
153
|
}).transform((v) => {
|
|
154
154
|
return remap$(v, {
|
|
@@ -180,7 +180,7 @@ export const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<
|
|
|
180
180
|
z.ZodTypeDef,
|
|
181
181
|
unknown
|
|
182
182
|
> = z.object({
|
|
183
|
-
_id: z.string().default("
|
|
183
|
+
_id: z.string().default("conv_01khyg5rqnmq5vgmjtcqracf5z"),
|
|
184
184
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
185
185
|
displayName: z.string(),
|
|
186
186
|
createdAt: z.number(),
|
|
@@ -768,7 +768,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
768
768
|
z.ZodTypeDef,
|
|
769
769
|
unknown
|
|
770
770
|
> = z.object({
|
|
771
|
-
_id: z.string().default("
|
|
771
|
+
_id: z.string().default("tool_01KHYG5S35EZ82QKG830G8ZX9G"),
|
|
772
772
|
path: z.string(),
|
|
773
773
|
key: z.string(),
|
|
774
774
|
display_name: z.string().optional(),
|
|
@@ -867,7 +867,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
867
867
|
z.ZodTypeDef,
|
|
868
868
|
unknown
|
|
869
869
|
> = z.object({
|
|
870
|
-
id: z.string().default("
|
|
870
|
+
id: z.string().default("01KHYG5S34FB1VKWDEPYP523T5"),
|
|
871
871
|
name: z.string(),
|
|
872
872
|
description: z.string().optional(),
|
|
873
873
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -918,7 +918,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
918
918
|
z.ZodTypeDef,
|
|
919
919
|
unknown
|
|
920
920
|
> = z.object({
|
|
921
|
-
_id: z.string().default("
|
|
921
|
+
_id: z.string().default("tool_01KHYG5S33F22MZ85X37B6HKAJ"),
|
|
922
922
|
path: z.string(),
|
|
923
923
|
key: z.string(),
|
|
924
924
|
display_name: z.string().optional(),
|
|
@@ -1105,7 +1105,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1105
1105
|
z.ZodTypeDef,
|
|
1106
1106
|
unknown
|
|
1107
1107
|
> = z.object({
|
|
1108
|
-
_id: z.string().default("
|
|
1108
|
+
_id: z.string().default("tool_01KHYG5S31D0ZEWQHRKD9RSEJC"),
|
|
1109
1109
|
path: z.string(),
|
|
1110
1110
|
key: z.string(),
|
|
1111
1111
|
display_name: z.string().optional(),
|
|
@@ -1200,7 +1200,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1200
1200
|
z.ZodTypeDef,
|
|
1201
1201
|
unknown
|
|
1202
1202
|
> = z.object({
|
|
1203
|
-
_id: z.string().default("
|
|
1203
|
+
_id: z.string().default("tool_01KHYG5S2ZCHHCH8107QNYGDJ2"),
|
|
1204
1204
|
path: z.string(),
|
|
1205
1205
|
key: z.string(),
|
|
1206
1206
|
display_name: z.string().optional(),
|
|
@@ -1304,7 +1304,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1304
1304
|
z.ZodTypeDef,
|
|
1305
1305
|
unknown
|
|
1306
1306
|
> = z.object({
|
|
1307
|
-
_id: z.string().default("
|
|
1307
|
+
_id: z.string().default("tool_01KHYG5S2YM038D9J0R9MTP15X"),
|
|
1308
1308
|
path: z.string(),
|
|
1309
1309
|
key: z.string(),
|
|
1310
1310
|
display_name: z.string().optional(),
|