@orq-ai/node 4.5.21 → 4.5.22
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/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/components/thinkingconfigadaptiveschema.d.ts +23 -0
- package/models/components/thinkingconfigadaptiveschema.d.ts.map +1 -0
- package/models/components/thinkingconfigadaptiveschema.js +58 -0
- package/models/components/thinkingconfigadaptiveschema.js.map +1 -0
- package/models/operations/createagentrequest.d.ts +12 -12
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +8 -0
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createchatcompletion.d.ts +4 -4
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +2 -0
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createcompletion.d.ts +14 -0
- package/models/operations/createcompletion.d.ts.map +1 -1
- package/models/operations/createcompletion.js +18 -2
- package/models/operations/createcompletion.js.map +1 -1
- package/models/operations/createcontact.js +1 -1
- 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.js +16 -16
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createprompt.d.ts +6 -6
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +4 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createresponse.d.ts +15 -0
- package/models/operations/createresponse.d.ts.map +1 -1
- package/models/operations/createresponse.js +19 -3
- package/models/operations/createresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/fileget.js +1 -1
- package/models/operations/filelist.js +1 -1
- package/models/operations/fileupload.js +1 -1
- package/models/operations/getallprompts.d.ts +2 -2
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +2 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getoneprompt.d.ts +2 -2
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +2 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +2 -2
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +2 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +4 -4
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +4 -0
- package/models/operations/listagents.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 +2 -2
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +2 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +4 -4
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +4 -0
- package/models/operations/retrieveagentrequest.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.d.ts +8 -8
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +5 -1
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +8 -8
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +5 -1
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +12 -12
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +8 -0
- package/models/operations/updateagent.js.map +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 +16 -16
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updateprompt.d.ts +6 -6
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -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 +2 -2
- package/src/models/components/index.ts +1 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/thinkingconfigadaptiveschema.ts +59 -0
- package/src/models/operations/createagentrequest.ts +26 -6
- package/src/models/operations/createchatcompletion.ts +8 -2
- package/src/models/operations/createcompletion.ts +55 -0
- package/src/models/operations/createcontact.ts +1 -1
- 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 +16 -16
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createprompt.ts +13 -3
- package/src/models/operations/createresponse.ts +56 -0
- package/src/models/operations/createtool.ts +6 -6
- 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/getallprompts.ts +5 -1
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getoneprompt.ts +5 -1
- package/src/models/operations/getpromptversion.ts +5 -1
- package/src/models/operations/listagents.ts +10 -2
- 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 +5 -1
- package/src/models/operations/retrieveagentrequest.ts +10 -2
- 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 +17 -5
- package/src/models/operations/streamrunagent.ts +17 -5
- package/src/models/operations/updateagent.ts +26 -6
- 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 +16 -16
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updateprompt.ts +13 -3
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -2183,8 +2183,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2183
2183
|
> = z.object({
|
|
2184
2184
|
_id: z.string(),
|
|
2185
2185
|
description: z.string(),
|
|
2186
|
-
created: z.string().default("2026-03-
|
|
2187
|
-
updated: z.string().default("2026-03-
|
|
2186
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
2187
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
2188
2188
|
guardrail_config: z.union([
|
|
2189
2189
|
z.lazy(() =>
|
|
2190
2190
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema
|
|
@@ -2337,8 +2337,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
2337
2337
|
> = z.object({
|
|
2338
2338
|
_id: z.string(),
|
|
2339
2339
|
description: z.string(),
|
|
2340
|
-
created: z.string().default("2026-03-
|
|
2341
|
-
updated: z.string().default("2026-03-
|
|
2340
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
2341
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
2342
2342
|
guardrail_config: z.union([
|
|
2343
2343
|
z.lazy(() =>
|
|
2344
2344
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema
|
|
@@ -3157,8 +3157,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3157
3157
|
> = z.object({
|
|
3158
3158
|
_id: z.string(),
|
|
3159
3159
|
description: z.string(),
|
|
3160
|
-
created: z.string().default("2026-03-
|
|
3161
|
-
updated: z.string().default("2026-03-
|
|
3160
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3161
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3162
3162
|
guardrail_config: z.union([
|
|
3163
3163
|
z.lazy(() =>
|
|
3164
3164
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -3339,8 +3339,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
3339
3339
|
> = z.object({
|
|
3340
3340
|
_id: z.string(),
|
|
3341
3341
|
description: z.string(),
|
|
3342
|
-
created: z.string().default("2026-03-
|
|
3343
|
-
updated: z.string().default("2026-03-
|
|
3342
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3343
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3344
3344
|
guardrail_config: z.union([
|
|
3345
3345
|
z.lazy(() =>
|
|
3346
3346
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -3487,8 +3487,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
3487
3487
|
> = z.object({
|
|
3488
3488
|
_id: z.string(),
|
|
3489
3489
|
description: z.string(),
|
|
3490
|
-
created: z.string().default("2026-03-
|
|
3491
|
-
updated: z.string().default("2026-03-
|
|
3490
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3491
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3492
3492
|
guardrail_config: z.union([
|
|
3493
3493
|
z.lazy(() =>
|
|
3494
3494
|
UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema
|
|
@@ -3624,8 +3624,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
3624
3624
|
> = z.object({
|
|
3625
3625
|
_id: z.string(),
|
|
3626
3626
|
description: z.string(),
|
|
3627
|
-
created: z.string().default("2026-03-
|
|
3628
|
-
updated: z.string().default("2026-03-
|
|
3627
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3628
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3629
3629
|
guardrail_config: z.union([
|
|
3630
3630
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
3631
3631
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -3926,8 +3926,8 @@ export const UpdateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
3926
3926
|
> = z.object({
|
|
3927
3927
|
_id: z.string(),
|
|
3928
3928
|
description: z.string(),
|
|
3929
|
-
created: z.string().default("2026-03-
|
|
3930
|
-
updated: z.string().default("2026-03-
|
|
3929
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3930
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
3931
3931
|
guardrail_config: z.union([
|
|
3932
3932
|
z.lazy(() =>
|
|
3933
3933
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema
|
|
@@ -4070,8 +4070,8 @@ export const UpdateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4070
4070
|
> = z.object({
|
|
4071
4071
|
_id: z.string(),
|
|
4072
4072
|
description: z.string(),
|
|
4073
|
-
created: z.string().default("2026-03-
|
|
4074
|
-
updated: z.string().default("2026-03-
|
|
4073
|
+
created: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
4074
|
+
updated: z.string().default("2026-03-16T14:42:19.975Z"),
|
|
4075
4075
|
guardrail_config: z.union([
|
|
4076
4076
|
z.lazy(() =>
|
|
4077
4077
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema
|
|
@@ -167,7 +167,7 @@ export const UpdateIdentityResponseBody$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-03-
|
|
170
|
+
"2026-03-16T14:42:18.698Z",
|
|
171
171
|
).transform(v => new Date(v)),
|
|
172
172
|
}).transform((v) => {
|
|
173
173
|
return remap$(v, {
|
|
@@ -492,7 +492,8 @@ export type UpdatePromptStreamOptions = {
|
|
|
492
492
|
|
|
493
493
|
export type UpdatePromptThinking =
|
|
494
494
|
| components.ThinkingConfigDisabledSchema
|
|
495
|
-
| components.ThinkingConfigEnabledSchema
|
|
495
|
+
| components.ThinkingConfigEnabledSchema
|
|
496
|
+
| components.ThinkingConfigAdaptiveSchema;
|
|
496
497
|
|
|
497
498
|
/**
|
|
498
499
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -753,6 +754,7 @@ export type UpdatePromptPromptInput = {
|
|
|
753
754
|
thinking?:
|
|
754
755
|
| components.ThinkingConfigDisabledSchema
|
|
755
756
|
| components.ThinkingConfigEnabledSchema
|
|
757
|
+
| components.ThinkingConfigAdaptiveSchema
|
|
756
758
|
| undefined;
|
|
757
759
|
/**
|
|
758
760
|
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
|
|
@@ -1558,7 +1560,8 @@ export type UpdatePromptPromptsStreamOptions = {
|
|
|
1558
1560
|
|
|
1559
1561
|
export type UpdatePromptPromptsThinking =
|
|
1560
1562
|
| components.ThinkingConfigDisabledSchema
|
|
1561
|
-
| components.ThinkingConfigEnabledSchema
|
|
1563
|
+
| components.ThinkingConfigEnabledSchema
|
|
1564
|
+
| components.ThinkingConfigAdaptiveSchema;
|
|
1562
1565
|
|
|
1563
1566
|
/**
|
|
1564
1567
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -2143,6 +2146,7 @@ export type UpdatePromptPromptField = {
|
|
|
2143
2146
|
thinking?:
|
|
2144
2147
|
| components.ThinkingConfigDisabledSchema
|
|
2145
2148
|
| components.ThinkingConfigEnabledSchema
|
|
2149
|
+
| components.ThinkingConfigAdaptiveSchema
|
|
2146
2150
|
| undefined;
|
|
2147
2151
|
/**
|
|
2148
2152
|
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
|
|
@@ -3129,7 +3133,8 @@ export function updatePromptStreamOptionsToJSON(
|
|
|
3129
3133
|
/** @internal */
|
|
3130
3134
|
export type UpdatePromptThinking$Outbound =
|
|
3131
3135
|
| components.ThinkingConfigDisabledSchema$Outbound
|
|
3132
|
-
| components.ThinkingConfigEnabledSchema$Outbound
|
|
3136
|
+
| components.ThinkingConfigEnabledSchema$Outbound
|
|
3137
|
+
| components.ThinkingConfigAdaptiveSchema$Outbound;
|
|
3133
3138
|
|
|
3134
3139
|
/** @internal */
|
|
3135
3140
|
export const UpdatePromptThinking$outboundSchema: z.ZodType<
|
|
@@ -3139,6 +3144,7 @@ export const UpdatePromptThinking$outboundSchema: z.ZodType<
|
|
|
3139
3144
|
> = z.union([
|
|
3140
3145
|
components.ThinkingConfigDisabledSchema$outboundSchema,
|
|
3141
3146
|
components.ThinkingConfigEnabledSchema$outboundSchema,
|
|
3147
|
+
components.ThinkingConfigAdaptiveSchema$outboundSchema,
|
|
3142
3148
|
]);
|
|
3143
3149
|
|
|
3144
3150
|
export function updatePromptThinkingToJSON(
|
|
@@ -3499,6 +3505,7 @@ export type UpdatePromptPromptInput$Outbound = {
|
|
|
3499
3505
|
thinking?:
|
|
3500
3506
|
| components.ThinkingConfigDisabledSchema$Outbound
|
|
3501
3507
|
| components.ThinkingConfigEnabledSchema$Outbound
|
|
3508
|
+
| components.ThinkingConfigAdaptiveSchema$Outbound
|
|
3502
3509
|
| undefined;
|
|
3503
3510
|
temperature?: number | null | undefined;
|
|
3504
3511
|
top_p?: number | null | undefined;
|
|
@@ -3553,6 +3560,7 @@ export const UpdatePromptPromptInput$outboundSchema: z.ZodType<
|
|
|
3553
3560
|
thinking: z.union([
|
|
3554
3561
|
components.ThinkingConfigDisabledSchema$outboundSchema,
|
|
3555
3562
|
components.ThinkingConfigEnabledSchema$outboundSchema,
|
|
3563
|
+
components.ThinkingConfigAdaptiveSchema$outboundSchema,
|
|
3556
3564
|
]).optional(),
|
|
3557
3565
|
temperature: z.nullable(z.number()).optional(),
|
|
3558
3566
|
topP: z.nullable(z.number()).optional(),
|
|
@@ -4471,6 +4479,7 @@ export const UpdatePromptPromptsThinking$inboundSchema: z.ZodType<
|
|
|
4471
4479
|
> = z.union([
|
|
4472
4480
|
components.ThinkingConfigDisabledSchema$inboundSchema,
|
|
4473
4481
|
components.ThinkingConfigEnabledSchema$inboundSchema,
|
|
4482
|
+
components.ThinkingConfigAdaptiveSchema$inboundSchema,
|
|
4474
4483
|
]);
|
|
4475
4484
|
|
|
4476
4485
|
export function updatePromptPromptsThinkingFromJSON(
|
|
@@ -5339,6 +5348,7 @@ export const UpdatePromptPromptField$inboundSchema: z.ZodType<
|
|
|
5339
5348
|
thinking: z.union([
|
|
5340
5349
|
components.ThinkingConfigDisabledSchema$inboundSchema,
|
|
5341
5350
|
components.ThinkingConfigEnabledSchema$inboundSchema,
|
|
5351
|
+
components.ThinkingConfigAdaptiveSchema$inboundSchema,
|
|
5342
5352
|
]).optional(),
|
|
5343
5353
|
temperature: z.nullable(z.number()).optional(),
|
|
5344
5354
|
top_p: z.nullable(z.number()).optional(),
|
|
@@ -1474,7 +1474,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
|
|
|
1474
1474
|
z.ZodTypeDef,
|
|
1475
1475
|
RequestBodyTools
|
|
1476
1476
|
> = z.object({
|
|
1477
|
-
id: z.string().default("
|
|
1477
|
+
id: z.string().default("01KKVHJH6151MEXQW3YJKSZZEN"),
|
|
1478
1478
|
name: z.string(),
|
|
1479
1479
|
description: z.string().optional(),
|
|
1480
1480
|
schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
|
|
@@ -2194,7 +2194,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
2194
2194
|
z.ZodTypeDef,
|
|
2195
2195
|
unknown
|
|
2196
2196
|
> = z.object({
|
|
2197
|
-
_id: z.string().default("
|
|
2197
|
+
_id: z.string().default("tool_01KKVHJH5VSC7R2KCSKA7TTJZH"),
|
|
2198
2198
|
path: z.string(),
|
|
2199
2199
|
key: z.string(),
|
|
2200
2200
|
display_name: z.string().optional(),
|
|
@@ -2299,7 +2299,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
2299
2299
|
z.ZodTypeDef,
|
|
2300
2300
|
unknown
|
|
2301
2301
|
> = z.object({
|
|
2302
|
-
id: z.string().default("
|
|
2302
|
+
id: z.string().default("01KKVHJH5T6ZKGWPFZJV56SF47"),
|
|
2303
2303
|
name: z.string(),
|
|
2304
2304
|
description: z.string().optional(),
|
|
2305
2305
|
schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -2355,7 +2355,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2355
2355
|
z.ZodTypeDef,
|
|
2356
2356
|
unknown
|
|
2357
2357
|
> = z.object({
|
|
2358
|
-
_id: z.string().default("
|
|
2358
|
+
_id: z.string().default("tool_01KKVHJH5SMAW33TSYRT2KFZ4R"),
|
|
2359
2359
|
path: z.string(),
|
|
2360
2360
|
key: z.string(),
|
|
2361
2361
|
display_name: z.string().optional(),
|
|
@@ -2546,7 +2546,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2546
2546
|
z.ZodTypeDef,
|
|
2547
2547
|
unknown
|
|
2548
2548
|
> = z.object({
|
|
2549
|
-
_id: z.string().default("
|
|
2549
|
+
_id: z.string().default("tool_01KKVHJH5FWJ7V2VC2Z98KZJTX"),
|
|
2550
2550
|
path: z.string(),
|
|
2551
2551
|
key: z.string(),
|
|
2552
2552
|
display_name: z.string().optional(),
|
|
@@ -2643,7 +2643,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2643
2643
|
z.ZodTypeDef,
|
|
2644
2644
|
unknown
|
|
2645
2645
|
> = z.object({
|
|
2646
|
-
_id: z.string().default("
|
|
2646
|
+
_id: z.string().default("tool_01KKVHJH5ETTB9WRZAKM15J0NH"),
|
|
2647
2647
|
path: z.string(),
|
|
2648
2648
|
key: z.string(),
|
|
2649
2649
|
display_name: z.string().optional(),
|
|
@@ -2748,7 +2748,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2748
2748
|
z.ZodTypeDef,
|
|
2749
2749
|
unknown
|
|
2750
2750
|
> = z.object({
|
|
2751
|
-
_id: z.string().default("
|
|
2751
|
+
_id: z.string().default("tool_01KKVHJH5C3QYP31PJ1SGAFD9F"),
|
|
2752
2752
|
path: z.string(),
|
|
2753
2753
|
key: z.string(),
|
|
2754
2754
|
display_name: z.string().optional(),
|