@orq-ai/node 4.2.0-rc.63 → 4.2.0-rc.64
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/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/createagentrequest.d.ts +66 -22
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +50 -17
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createchatcompletion.d.ts +39 -13
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +27 -9
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createcompletion.d.ts +19 -6
- package/models/operations/createcompletion.d.ts.map +1 -1
- package/models/operations/createcompletion.js +13 -4
- package/models/operations/createcompletion.js.map +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/createembedding.d.ts +19 -6
- package/models/operations/createembedding.d.ts.map +1 -1
- package/models/operations/createembedding.js +13 -4
- package/models/operations/createembedding.js.map +1 -1
- package/models/operations/createeval.js +14 -14
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createimage.d.ts +19 -6
- package/models/operations/createimage.d.ts.map +1 -1
- package/models/operations/createimage.js +12 -4
- package/models/operations/createimage.js.map +1 -1
- package/models/operations/createimageedit.d.ts +19 -6
- package/models/operations/createimageedit.d.ts.map +1 -1
- package/models/operations/createimageedit.js +13 -4
- package/models/operations/createimageedit.js.map +1 -1
- package/models/operations/createimagevariation.d.ts +19 -6
- package/models/operations/createimagevariation.d.ts.map +1 -1
- package/models/operations/createimagevariation.js +13 -4
- package/models/operations/createimagevariation.js.map +1 -1
- package/models/operations/createprompt.d.ts +33 -11
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +26 -9
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/creatererank.d.ts +19 -6
- package/models/operations/creatererank.d.ts.map +1 -1
- package/models/operations/creatererank.js +12 -4
- package/models/operations/creatererank.js.map +1 -1
- package/models/operations/createspeech.d.ts +19 -6
- package/models/operations/createspeech.d.ts.map +1 -1
- package/models/operations/createspeech.js +12 -4
- package/models/operations/createspeech.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/createtranscription.d.ts +24 -6
- package/models/operations/createtranscription.d.ts.map +1 -1
- package/models/operations/createtranscription.js +14 -4
- package/models/operations/createtranscription.js.map +1 -1
- package/models/operations/createtranslation.d.ts +24 -6
- package/models/operations/createtranslation.d.ts.map +1 -1
- package/models/operations/createtranslation.js +14 -4
- package/models/operations/createtranslation.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 +13 -4
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +13 -5
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +14 -14
- package/models/operations/getoneprompt.d.ts +13 -4
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +13 -5
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +13 -4
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +14 -5
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +26 -8
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +25 -9
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listcontacts.js +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 +13 -4
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +14 -5
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +26 -8
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +25 -8
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievecontact.js +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.d.ts +40 -14
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +27 -11
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -14
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +28 -10
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +66 -22
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +50 -17
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatecontact.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.js +14 -14
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updateprompt.d.ts +33 -11
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +26 -9
- 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/createagentrequest.ts +152 -40
- package/src/models/operations/createchatcompletion.ts +94 -24
- package/src/models/operations/createcompletion.ts +43 -11
- 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/createembedding.ts +43 -11
- package/src/models/operations/createeval.ts +14 -14
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createimage.ts +40 -9
- package/src/models/operations/createimageedit.ts +43 -11
- package/src/models/operations/createimagevariation.ts +44 -11
- package/src/models/operations/createprompt.ts +78 -19
- package/src/models/operations/creatererank.ts +40 -9
- package/src/models/operations/createspeech.ts +40 -9
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/createtranscription.ts +49 -11
- package/src/models/operations/createtranslation.ts +49 -11
- 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 +33 -7
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +14 -14
- package/src/models/operations/getoneprompt.ts +33 -7
- package/src/models/operations/getpromptversion.ts +37 -9
- package/src/models/operations/listagents.ts +70 -17
- package/src/models/operations/listcontacts.ts +1 -1
- 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 +37 -9
- package/src/models/operations/retrieveagentrequest.ts +80 -17
- package/src/models/operations/retrievecontact.ts +1 -1
- 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 +84 -24
- package/src/models/operations/streamrunagent.ts +90 -25
- package/src/models/operations/updateagent.ts +171 -38
- package/src/models/operations/updatecontact.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 +14 -14
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updateprompt.ts +78 -19
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -623,8 +623,7 @@ export type UpdatePromptLoadBalancerType = ClosedEnum<
|
|
|
623
623
|
typeof UpdatePromptLoadBalancerType
|
|
624
624
|
>;
|
|
625
625
|
|
|
626
|
-
export type
|
|
627
|
-
type: UpdatePromptLoadBalancerType;
|
|
626
|
+
export type UpdatePromptLoadBalancerModels = {
|
|
628
627
|
/**
|
|
629
628
|
* Model identifier for load balancing
|
|
630
629
|
*/
|
|
@@ -635,6 +634,14 @@ export type UpdatePromptLoadBalancer1 = {
|
|
|
635
634
|
weight?: number | undefined;
|
|
636
635
|
};
|
|
637
636
|
|
|
637
|
+
export type UpdatePromptLoadBalancer1 = {
|
|
638
|
+
type: UpdatePromptLoadBalancerType;
|
|
639
|
+
models: Array<UpdatePromptLoadBalancerModels>;
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* Load balancer configuration for the request.
|
|
644
|
+
*/
|
|
638
645
|
export type UpdatePromptLoadBalancer = UpdatePromptLoadBalancer1;
|
|
639
646
|
|
|
640
647
|
/**
|
|
@@ -784,9 +791,9 @@ export type UpdatePromptPromptInput = {
|
|
|
784
791
|
*/
|
|
785
792
|
cache?: UpdatePromptCache | undefined;
|
|
786
793
|
/**
|
|
787
|
-
*
|
|
794
|
+
* Load balancer configuration for the request.
|
|
788
795
|
*/
|
|
789
|
-
loadBalancer?:
|
|
796
|
+
loadBalancer?: UpdatePromptLoadBalancer1 | undefined;
|
|
790
797
|
/**
|
|
791
798
|
* Timeout configuration to apply to the request. If the request exceeds the timeout, it will be retried or fallback to the next model if configured.
|
|
792
799
|
*/
|
|
@@ -1681,8 +1688,7 @@ export type UpdatePromptLoadBalancerPromptsType = ClosedEnum<
|
|
|
1681
1688
|
typeof UpdatePromptLoadBalancerPromptsType
|
|
1682
1689
|
>;
|
|
1683
1690
|
|
|
1684
|
-
export type
|
|
1685
|
-
type: UpdatePromptLoadBalancerPromptsType;
|
|
1691
|
+
export type UpdatePromptLoadBalancerPromptsModels = {
|
|
1686
1692
|
/**
|
|
1687
1693
|
* Model identifier for load balancing
|
|
1688
1694
|
*/
|
|
@@ -1693,6 +1699,14 @@ export type UpdatePromptLoadBalancerPrompts1 = {
|
|
|
1693
1699
|
weight: number;
|
|
1694
1700
|
};
|
|
1695
1701
|
|
|
1702
|
+
export type UpdatePromptLoadBalancerPrompts1 = {
|
|
1703
|
+
type: UpdatePromptLoadBalancerPromptsType;
|
|
1704
|
+
models: Array<UpdatePromptLoadBalancerPromptsModels>;
|
|
1705
|
+
};
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* Load balancer configuration for the request.
|
|
1709
|
+
*/
|
|
1696
1710
|
export type UpdatePromptPromptsLoadBalancer = UpdatePromptLoadBalancerPrompts1;
|
|
1697
1711
|
|
|
1698
1712
|
/**
|
|
@@ -2163,9 +2177,9 @@ export type UpdatePromptPromptField = {
|
|
|
2163
2177
|
*/
|
|
2164
2178
|
cache?: UpdatePromptPromptsCache | undefined;
|
|
2165
2179
|
/**
|
|
2166
|
-
*
|
|
2180
|
+
* Load balancer configuration for the request.
|
|
2167
2181
|
*/
|
|
2168
|
-
loadBalancer?:
|
|
2182
|
+
loadBalancer?: UpdatePromptLoadBalancerPrompts1 | undefined;
|
|
2169
2183
|
/**
|
|
2170
2184
|
* Timeout configuration to apply to the request. If the request exceeds the timeout, it will be retried or fallback to the next model if configured.
|
|
2171
2185
|
*/
|
|
@@ -3347,12 +3361,37 @@ export const UpdatePromptLoadBalancerType$outboundSchema: z.ZodNativeEnum<
|
|
|
3347
3361
|
> = z.nativeEnum(UpdatePromptLoadBalancerType);
|
|
3348
3362
|
|
|
3349
3363
|
/** @internal */
|
|
3350
|
-
export type
|
|
3351
|
-
type: string;
|
|
3364
|
+
export type UpdatePromptLoadBalancerModels$Outbound = {
|
|
3352
3365
|
model: string;
|
|
3353
3366
|
weight: number;
|
|
3354
3367
|
};
|
|
3355
3368
|
|
|
3369
|
+
/** @internal */
|
|
3370
|
+
export const UpdatePromptLoadBalancerModels$outboundSchema: z.ZodType<
|
|
3371
|
+
UpdatePromptLoadBalancerModels$Outbound,
|
|
3372
|
+
z.ZodTypeDef,
|
|
3373
|
+
UpdatePromptLoadBalancerModels
|
|
3374
|
+
> = z.object({
|
|
3375
|
+
model: z.string(),
|
|
3376
|
+
weight: z.number().default(0.5),
|
|
3377
|
+
});
|
|
3378
|
+
|
|
3379
|
+
export function updatePromptLoadBalancerModelsToJSON(
|
|
3380
|
+
updatePromptLoadBalancerModels: UpdatePromptLoadBalancerModels,
|
|
3381
|
+
): string {
|
|
3382
|
+
return JSON.stringify(
|
|
3383
|
+
UpdatePromptLoadBalancerModels$outboundSchema.parse(
|
|
3384
|
+
updatePromptLoadBalancerModels,
|
|
3385
|
+
),
|
|
3386
|
+
);
|
|
3387
|
+
}
|
|
3388
|
+
|
|
3389
|
+
/** @internal */
|
|
3390
|
+
export type UpdatePromptLoadBalancer1$Outbound = {
|
|
3391
|
+
type: string;
|
|
3392
|
+
models: Array<UpdatePromptLoadBalancerModels$Outbound>;
|
|
3393
|
+
};
|
|
3394
|
+
|
|
3356
3395
|
/** @internal */
|
|
3357
3396
|
export const UpdatePromptLoadBalancer1$outboundSchema: z.ZodType<
|
|
3358
3397
|
UpdatePromptLoadBalancer1$Outbound,
|
|
@@ -3360,8 +3399,7 @@ export const UpdatePromptLoadBalancer1$outboundSchema: z.ZodType<
|
|
|
3360
3399
|
UpdatePromptLoadBalancer1
|
|
3361
3400
|
> = z.object({
|
|
3362
3401
|
type: UpdatePromptLoadBalancerType$outboundSchema,
|
|
3363
|
-
|
|
3364
|
-
weight: z.number().default(0.5),
|
|
3402
|
+
models: z.array(z.lazy(() => UpdatePromptLoadBalancerModels$outboundSchema)),
|
|
3365
3403
|
});
|
|
3366
3404
|
|
|
3367
3405
|
export function updatePromptLoadBalancer1ToJSON(
|
|
@@ -3460,7 +3498,7 @@ export type UpdatePromptPromptInput$Outbound = {
|
|
|
3460
3498
|
fallbacks?: Array<UpdatePromptFallbacks$Outbound> | undefined;
|
|
3461
3499
|
retry?: UpdatePromptRetry$Outbound | undefined;
|
|
3462
3500
|
cache?: UpdatePromptCache$Outbound | undefined;
|
|
3463
|
-
load_balancer?:
|
|
3501
|
+
load_balancer?: UpdatePromptLoadBalancer1$Outbound | undefined;
|
|
3464
3502
|
timeout?: UpdatePromptTimeout$Outbound | undefined;
|
|
3465
3503
|
};
|
|
3466
3504
|
|
|
@@ -3519,7 +3557,7 @@ export const UpdatePromptPromptInput$outboundSchema: z.ZodType<
|
|
|
3519
3557
|
.optional(),
|
|
3520
3558
|
retry: z.lazy(() => UpdatePromptRetry$outboundSchema).optional(),
|
|
3521
3559
|
cache: z.lazy(() => UpdatePromptCache$outboundSchema).optional(),
|
|
3522
|
-
loadBalancer: z.
|
|
3560
|
+
loadBalancer: z.lazy(() => UpdatePromptLoadBalancer1$outboundSchema)
|
|
3523
3561
|
.optional(),
|
|
3524
3562
|
timeout: z.lazy(() => UpdatePromptTimeout$outboundSchema).optional(),
|
|
3525
3563
|
}).transform((v) => {
|
|
@@ -4631,6 +4669,27 @@ export const UpdatePromptLoadBalancerPromptsType$inboundSchema: z.ZodNativeEnum<
|
|
|
4631
4669
|
typeof UpdatePromptLoadBalancerPromptsType
|
|
4632
4670
|
> = z.nativeEnum(UpdatePromptLoadBalancerPromptsType);
|
|
4633
4671
|
|
|
4672
|
+
/** @internal */
|
|
4673
|
+
export const UpdatePromptLoadBalancerPromptsModels$inboundSchema: z.ZodType<
|
|
4674
|
+
UpdatePromptLoadBalancerPromptsModels,
|
|
4675
|
+
z.ZodTypeDef,
|
|
4676
|
+
unknown
|
|
4677
|
+
> = z.object({
|
|
4678
|
+
model: z.string(),
|
|
4679
|
+
weight: z.number().default(0.5),
|
|
4680
|
+
});
|
|
4681
|
+
|
|
4682
|
+
export function updatePromptLoadBalancerPromptsModelsFromJSON(
|
|
4683
|
+
jsonString: string,
|
|
4684
|
+
): SafeParseResult<UpdatePromptLoadBalancerPromptsModels, SDKValidationError> {
|
|
4685
|
+
return safeParse(
|
|
4686
|
+
jsonString,
|
|
4687
|
+
(x) =>
|
|
4688
|
+
UpdatePromptLoadBalancerPromptsModels$inboundSchema.parse(JSON.parse(x)),
|
|
4689
|
+
`Failed to parse 'UpdatePromptLoadBalancerPromptsModels' from JSON`,
|
|
4690
|
+
);
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4634
4693
|
/** @internal */
|
|
4635
4694
|
export const UpdatePromptLoadBalancerPrompts1$inboundSchema: z.ZodType<
|
|
4636
4695
|
UpdatePromptLoadBalancerPrompts1,
|
|
@@ -4638,8 +4697,9 @@ export const UpdatePromptLoadBalancerPrompts1$inboundSchema: z.ZodType<
|
|
|
4638
4697
|
unknown
|
|
4639
4698
|
> = z.object({
|
|
4640
4699
|
type: UpdatePromptLoadBalancerPromptsType$inboundSchema,
|
|
4641
|
-
|
|
4642
|
-
|
|
4700
|
+
models: z.array(
|
|
4701
|
+
z.lazy(() => UpdatePromptLoadBalancerPromptsModels$inboundSchema),
|
|
4702
|
+
),
|
|
4643
4703
|
});
|
|
4644
4704
|
|
|
4645
4705
|
export function updatePromptLoadBalancerPrompts1FromJSON(
|
|
@@ -5282,9 +5342,8 @@ export const UpdatePromptPromptField$inboundSchema: z.ZodType<
|
|
|
5282
5342
|
.optional(),
|
|
5283
5343
|
retry: z.lazy(() => UpdatePromptPromptsRetry$inboundSchema).optional(),
|
|
5284
5344
|
cache: z.lazy(() => UpdatePromptPromptsCache$inboundSchema).optional(),
|
|
5285
|
-
load_balancer: z.
|
|
5286
|
-
|
|
5287
|
-
).optional(),
|
|
5345
|
+
load_balancer: z.lazy(() => UpdatePromptLoadBalancerPrompts1$inboundSchema)
|
|
5346
|
+
.optional(),
|
|
5288
5347
|
timeout: z.lazy(() => UpdatePromptPromptsTimeout$inboundSchema).optional(),
|
|
5289
5348
|
messages: z.array(
|
|
5290
5349
|
z.union([
|
|
@@ -1402,7 +1402,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
|
|
|
1402
1402
|
z.ZodTypeDef,
|
|
1403
1403
|
RequestBodyTools
|
|
1404
1404
|
> = z.object({
|
|
1405
|
-
id: z.string().default("
|
|
1405
|
+
id: z.string().default("01KFMNRMCFNTT23C22MA036396"),
|
|
1406
1406
|
name: z.string(),
|
|
1407
1407
|
description: z.string().optional(),
|
|
1408
1408
|
schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
|
|
@@ -2080,7 +2080,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
2080
2080
|
z.ZodTypeDef,
|
|
2081
2081
|
unknown
|
|
2082
2082
|
> = z.object({
|
|
2083
|
-
_id: z.string().default("
|
|
2083
|
+
_id: z.string().default("tool_01KFMNRMBJK6FCYDS7CET3301Z"),
|
|
2084
2084
|
path: z.string(),
|
|
2085
2085
|
key: z.string(),
|
|
2086
2086
|
display_name: z.string().optional(),
|
|
@@ -2185,7 +2185,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
2185
2185
|
z.ZodTypeDef,
|
|
2186
2186
|
unknown
|
|
2187
2187
|
> = z.object({
|
|
2188
|
-
id: z.string().default("
|
|
2188
|
+
id: z.string().default("01KFMNRMBFF1VTDE9WA9QP7Q67"),
|
|
2189
2189
|
name: z.string(),
|
|
2190
2190
|
description: z.string().optional(),
|
|
2191
2191
|
schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -2241,7 +2241,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2241
2241
|
z.ZodTypeDef,
|
|
2242
2242
|
unknown
|
|
2243
2243
|
> = z.object({
|
|
2244
|
-
_id: z.string().default("
|
|
2244
|
+
_id: z.string().default("tool_01KFMNRMB863NJGERQ22WJZR8K"),
|
|
2245
2245
|
path: z.string(),
|
|
2246
2246
|
key: z.string(),
|
|
2247
2247
|
display_name: z.string().optional(),
|
|
@@ -2432,7 +2432,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2432
2432
|
z.ZodTypeDef,
|
|
2433
2433
|
unknown
|
|
2434
2434
|
> = z.object({
|
|
2435
|
-
_id: z.string().default("
|
|
2435
|
+
_id: z.string().default("tool_01KFMNRMAZA4RAKKA3R5KFDWG1"),
|
|
2436
2436
|
path: z.string(),
|
|
2437
2437
|
key: z.string(),
|
|
2438
2438
|
display_name: z.string().optional(),
|
|
@@ -2529,7 +2529,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2529
2529
|
z.ZodTypeDef,
|
|
2530
2530
|
unknown
|
|
2531
2531
|
> = z.object({
|
|
2532
|
-
_id: z.string().default("
|
|
2532
|
+
_id: z.string().default("tool_01KFMNRMAQH6JYT9GJAPTHFFTZ"),
|
|
2533
2533
|
path: z.string(),
|
|
2534
2534
|
key: z.string(),
|
|
2535
2535
|
display_name: z.string().optional(),
|
|
@@ -2634,7 +2634,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2634
2634
|
z.ZodTypeDef,
|
|
2635
2635
|
unknown
|
|
2636
2636
|
> = z.object({
|
|
2637
|
-
_id: z.string().default("
|
|
2637
|
+
_id: z.string().default("tool_01KFMNRMAGKFYEKK8QMMFDCEQ4"),
|
|
2638
2638
|
path: z.string(),
|
|
2639
2639
|
key: z.string(),
|
|
2640
2640
|
display_name: z.string().optional(),
|