@orq-ai/node 4.10.17 → 4.10.18
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/funcs/datasetsList.js +0 -2
- package/funcs/datasetsList.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.js +12 -12
- package/lib/encodings.js.map +1 -1
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +3 -3
- package/lib/env.js.map +1 -1
- package/lib/event-streams.d.ts.map +1 -1
- package/lib/event-streams.js +28 -13
- package/lib/event-streams.js.map +1 -1
- package/lib/matchers.js +3 -3
- package/lib/matchers.js.map +1 -1
- package/lib/primitives.d.ts +1 -0
- package/lib/primitives.d.ts.map +1 -1
- package/lib/primitives.js +18 -0
- package/lib/primitives.js.map +1 -1
- package/models/components/modelmetadata.d.ts +0 -2
- package/models/components/modelmetadata.d.ts.map +1 -1
- package/models/components/modelmetadata.js +0 -4
- package/models/components/modelmetadata.js.map +1 -1
- package/models/components/reasoning.d.ts +2 -40
- package/models/components/reasoning.d.ts.map +1 -1
- package/models/components/reasoning.js +3 -26
- package/models/components/reasoning.js.map +1 -1
- package/models/components/reasoningparam.d.ts +2 -40
- package/models/components/reasoningparam.d.ts.map +1 -1
- package/models/components/reasoningparam.js +3 -28
- package/models/components/reasoningparam.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createagentrequest.d.ts +4 -298
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +9 -163
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createchatcompletion.d.ts +4 -81
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +7 -45
- package/models/operations/createchatcompletion.js.map +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/creatememorystore.d.ts +3 -3
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +2 -2
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +12 -225
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +13 -124
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createrouterresponse.d.ts +4 -349
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +4 -195
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/deploymentgetconfig.d.ts +4 -70
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +8 -43
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +8 -74
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +8 -43
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +1 -1
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +1 -1
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +4 -140
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +6 -79
- 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 +4 -140
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +6 -79
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +4 -140
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +6 -78
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listagents.d.ts +0 -140
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +3 -79
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.d.ts +0 -10
- package/models/operations/listdatasets.d.ts.map +1 -1
- package/models/operations/listdatasets.js +1 -4
- package/models/operations/listdatasets.js.map +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listknowledgebases.d.ts +1 -1
- package/models/operations/listpromptversions.d.ts +4 -140
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +6 -79
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +0 -140
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +2 -81
- 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/retrievememorystore.d.ts +1 -1
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +1 -1
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +0 -154
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +5 -80
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +0 -154
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +4 -82
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +4 -298
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +9 -162
- 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/updatememorystore.d.ts +3 -3
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +2 -2
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +12 -225
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +14 -125
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +7 -7
- package/packages/orq-rc/src/funcs/budgetsCheck.ts +162 -0
- package/packages/orq-rc/src/funcs/budgetsCreate.ts +162 -0
- package/packages/orq-rc/src/funcs/budgetsDelete.ts +168 -0
- package/packages/orq-rc/src/funcs/budgetsGet.ts +168 -0
- package/packages/orq-rc/src/funcs/budgetsGetConsumption.ts +169 -0
- package/packages/orq-rc/src/funcs/budgetsList.ts +175 -0
- package/packages/orq-rc/src/funcs/budgetsResetConsumption.ts +174 -0
- package/packages/orq-rc/src/funcs/budgetsUpdate.ts +171 -0
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/lib/encodings.ts +1 -1
- package/packages/orq-rc/src/lib/env.ts +7 -3
- package/packages/orq-rc/src/lib/event-streams.ts +31 -13
- package/packages/orq-rc/src/lib/matchers.ts +1 -1
- package/packages/orq-rc/src/lib/primitives.ts +16 -0
- package/packages/orq-rc/src/models/components/apikeybudgetscope.ts +66 -0
- package/packages/orq-rc/src/models/components/budget.ts +102 -0
- package/packages/orq-rc/src/models/components/budgetlimits.ts +76 -0
- package/packages/orq-rc/src/models/components/budgetmatch.ts +56 -0
- package/packages/orq-rc/src/models/components/budgetperiod.ts +23 -0
- package/packages/orq-rc/src/models/components/budgetrejection.ts +48 -0
- package/packages/orq-rc/src/models/components/budgetscope.ts +150 -0
- package/packages/orq-rc/src/models/components/budgetscopekind.ts +22 -0
- package/packages/orq-rc/src/models/components/checkbudgetsrequest.ts +111 -0
- package/packages/orq-rc/src/models/components/checkbudgetsresponse.ts +62 -0
- package/packages/orq-rc/src/models/components/createbudgetrequest.ts +109 -0
- package/packages/orq-rc/src/models/components/createbudgetresponse.ts +35 -0
- package/packages/orq-rc/src/models/components/deletebudgetresponse.ts +27 -0
- package/packages/orq-rc/src/models/components/dimensioninfo.ts +43 -0
- package/packages/orq-rc/src/models/components/getbudgetconsumptionresponse.ts +67 -0
- package/packages/orq-rc/src/models/components/getbudgetresponse.ts +35 -0
- package/packages/orq-rc/src/models/components/identity.ts +9 -9
- package/packages/orq-rc/src/models/components/identitybudgetscope.ts +66 -0
- package/packages/orq-rc/src/models/components/index.ts +27 -0
- package/packages/orq-rc/src/models/components/listbudgetsresponse.ts +53 -0
- package/packages/orq-rc/src/models/components/modelbudgetscope.ts +67 -0
- package/packages/orq-rc/src/models/components/projectbudgetscope.ts +63 -0
- package/packages/orq-rc/src/models/components/providerbudgetscope.ts +57 -0
- package/packages/orq-rc/src/models/components/ratelimit.ts +62 -0
- package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
- package/packages/orq-rc/src/models/components/resetbudgetconsumptionrequest.ts +27 -0
- package/packages/orq-rc/src/models/components/resetbudgetconsumptionresponse.ts +38 -0
- package/packages/orq-rc/src/models/components/updatebudgetrequest.ts +94 -0
- package/packages/orq-rc/src/models/components/updatebudgetresponse.ts +35 -0
- package/packages/orq-rc/src/models/components/workspacebudgetscope.ts +46 -0
- package/packages/orq-rc/src/models/operations/budgetdelete.ts +39 -0
- package/packages/orq-rc/src/models/operations/budgetget.ts +39 -0
- package/packages/orq-rc/src/models/operations/budgetgetconsumption.ts +41 -0
- package/packages/orq-rc/src/models/operations/budgetlist.ts +102 -0
- package/packages/orq-rc/src/models/operations/budgetresetconsumption.ts +48 -0
- package/packages/orq-rc/src/models/operations/budgetupdate.ts +44 -0
- package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +4 -4
- package/packages/orq-rc/src/models/operations/createdatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/createeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
- package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
- package/packages/orq-rc/src/models/operations/getevals.ts +16 -16
- package/packages/orq-rc/src/models/operations/getv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/index.ts +6 -0
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
- package/packages/orq-rc/src/models/operations/listdatasources.ts +1 -1
- package/packages/orq-rc/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/packages/orq-rc/src/models/operations/postv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
- package/packages/orq-rc/src/models/operations/runagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/updateeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
- package/packages/orq-rc/src/sdk/budgets.ts +154 -0
- package/packages/orq-rc/src/sdk/feedback.ts +1 -4
- package/packages/orq-rc/src/sdk/sdk.ts +6 -0
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/src/funcs/datasetsList.ts +0 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +1 -1
- package/src/lib/env.ts +7 -3
- package/src/lib/event-streams.ts +31 -13
- package/src/lib/matchers.ts +1 -1
- package/src/lib/primitives.ts +16 -0
- package/src/models/components/modelmetadata.ts +0 -6
- package/src/models/components/reasoning.ts +4 -50
- package/src/models/components/reasoningparam.ts +4 -48
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +8 -460
- package/src/models/operations/createchatcompletion.ts +10 -129
- 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/creatememorystore.ts +5 -5
- package/src/models/operations/createprompt.ts +27 -356
- package/src/models/operations/createrouterresponse.ts +8 -532
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/deploymentgetconfig.ts +8 -105
- package/src/models/operations/deployments.ts +16 -113
- package/src/models/operations/getallmemorystores.ts +2 -2
- package/src/models/operations/getallprompts.ts +8 -210
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getoneprompt.ts +8 -208
- package/src/models/operations/getpromptversion.ts +8 -212
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listagents.ts +0 -215
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -14
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listknowledgebases.ts +1 -1
- package/src/models/operations/listpromptversions.ts +8 -212
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +0 -222
- 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/retrievememorystore.ts +2 -2
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -236
- package/src/models/operations/streamrunagent.ts +1 -242
- package/src/models/operations/updateagent.ts +9 -464
- 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/updatememorystore.ts +5 -5
- package/src/models/operations/updateprompt.ts +27 -356
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +1 -4
- package/lib/dlv.d.ts +0 -14
- package/lib/dlv.d.ts.map +0 -1
- package/lib/dlv.js +0 -49
- package/lib/dlv.js.map +0 -1
- package/lib/is-plain-object.d.ts +0 -2
- package/lib/is-plain-object.d.ts.map +0 -1
- package/lib/is-plain-object.js +0 -41
- package/lib/is-plain-object.js.map +0 -1
- package/packages/orq-rc/src/lib/dlv.ts +0 -53
- package/packages/orq-rc/src/lib/is-plain-object.ts +0 -43
- package/src/lib/dlv.ts +0 -53
- package/src/lib/is-plain-object.ts +0 -43
|
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
318
318
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
319
319
|
.optional(),
|
|
320
320
|
updated: z.string().datetime({ offset: true }).default(
|
|
321
|
-
"2026-06-
|
|
321
|
+
"2026-06-12T14:00:38.443Z",
|
|
322
322
|
).transform(v => new Date(v)),
|
|
323
323
|
filter_type: z.literal("name"),
|
|
324
324
|
filter_value: z.string(),
|
|
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
364
364
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
365
365
|
.optional(),
|
|
366
366
|
updated: z.string().datetime({ offset: true }).default(
|
|
367
|
-
"2026-06-
|
|
367
|
+
"2026-06-12T14:00:38.443Z",
|
|
368
368
|
).transform(v => new Date(v)),
|
|
369
369
|
filter_type: z.literal("span_type"),
|
|
370
370
|
filter_values: z.array(z.string()),
|
|
@@ -173,7 +173,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
|
|
|
173
173
|
humanReviewId: z.string(),
|
|
174
174
|
source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
175
175
|
.default("orq"),
|
|
176
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
176
|
+
reviewedAt: z.date().default(() => new Date("2026-06-12T14:01:08.677Z"))
|
|
177
177
|
.transform(v => v.toISOString()),
|
|
178
178
|
type: z.literal("string_array"),
|
|
179
179
|
values: z.array(z.string()),
|
|
@@ -225,7 +225,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
|
|
|
225
225
|
source: PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default(
|
|
226
226
|
"orq",
|
|
227
227
|
),
|
|
228
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
228
|
+
reviewedAt: z.date().default(() => new Date("2026-06-12T14:01:08.676Z"))
|
|
229
229
|
.transform(v => v.toISOString()),
|
|
230
230
|
type: z.literal("number"),
|
|
231
231
|
value: z.number(),
|
|
@@ -281,7 +281,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
|
|
|
281
281
|
evaluationType: EvaluationType$outboundSchema,
|
|
282
282
|
humanReviewId: z.string(),
|
|
283
283
|
source: RequestBodySource$outboundSchema.default("orq"),
|
|
284
|
-
reviewedAt: z.date().default(() => new Date("2026-06-
|
|
284
|
+
reviewedAt: z.date().default(() => new Date("2026-06-12T14:01:08.676Z"))
|
|
285
285
|
.transform(v => v.toISOString()),
|
|
286
286
|
type: z.literal("string"),
|
|
287
287
|
value: z.string(),
|
|
@@ -271,7 +271,7 @@ export const PostV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
271
271
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
272
272
|
.optional(),
|
|
273
273
|
updated: z.string().datetime({ offset: true }).default(
|
|
274
|
-
"2026-06-
|
|
274
|
+
"2026-06-12T14:00:38.443Z",
|
|
275
275
|
).transform(v => new Date(v)),
|
|
276
276
|
filter_type: z.literal("name"),
|
|
277
277
|
filter_value: z.string(),
|
|
@@ -316,7 +316,7 @@ export const PostV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
316
316
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
317
317
|
.optional(),
|
|
318
318
|
updated: z.string().datetime({ offset: true }).default(
|
|
319
|
-
"2026-06-
|
|
319
|
+
"2026-06-12T14:00:38.443Z",
|
|
320
320
|
).transform(v => new Date(v)),
|
|
321
321
|
filter_type: z.literal("span_type"),
|
|
322
322
|
filter_values: z.array(z.string()),
|
|
@@ -486,68 +486,6 @@ export type RetrieveAgentRequestTimeout = {
|
|
|
486
486
|
callTimeout: number;
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
/**
|
|
490
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
491
|
-
*/
|
|
492
|
-
export const RetrieveAgentRequestAgentsResponseType = {
|
|
493
|
-
Ephemeral: "ephemeral",
|
|
494
|
-
} as const;
|
|
495
|
-
/**
|
|
496
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
497
|
-
*/
|
|
498
|
-
export type RetrieveAgentRequestAgentsResponseType = ClosedEnum<
|
|
499
|
-
typeof RetrieveAgentRequestAgentsResponseType
|
|
500
|
-
>;
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
504
|
-
*
|
|
505
|
-
* @remarks
|
|
506
|
-
*
|
|
507
|
-
* - `5m`: 5 minutes
|
|
508
|
-
* - `1h`: 1 hour
|
|
509
|
-
*
|
|
510
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
511
|
-
*/
|
|
512
|
-
export const RetrieveAgentRequestTtl = {
|
|
513
|
-
Fivem: "5m",
|
|
514
|
-
Oneh: "1h",
|
|
515
|
-
} as const;
|
|
516
|
-
/**
|
|
517
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
518
|
-
*
|
|
519
|
-
* @remarks
|
|
520
|
-
*
|
|
521
|
-
* - `5m`: 5 minutes
|
|
522
|
-
* - `1h`: 1 hour
|
|
523
|
-
*
|
|
524
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
525
|
-
*/
|
|
526
|
-
export type RetrieveAgentRequestTtl = ClosedEnum<
|
|
527
|
-
typeof RetrieveAgentRequestTtl
|
|
528
|
-
>;
|
|
529
|
-
|
|
530
|
-
/**
|
|
531
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
532
|
-
*/
|
|
533
|
-
export type RetrieveAgentRequestCacheControl = {
|
|
534
|
-
/**
|
|
535
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
536
|
-
*/
|
|
537
|
-
type: RetrieveAgentRequestAgentsResponseType;
|
|
538
|
-
/**
|
|
539
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
540
|
-
*
|
|
541
|
-
* @remarks
|
|
542
|
-
*
|
|
543
|
-
* - `5m`: 5 minutes
|
|
544
|
-
* - `1h`: 1 hour
|
|
545
|
-
*
|
|
546
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
547
|
-
*/
|
|
548
|
-
ttl: RetrieveAgentRequestTtl;
|
|
549
|
-
};
|
|
550
|
-
|
|
551
489
|
/**
|
|
552
490
|
* Model behavior parameters (snake_case) stored as part of the agent configuration. These become the default parameters used when the agent is executed. Commonly used: temperature (0-1, controls randomness), max_completion_tokens (response length), top_p (nucleus sampling). Advanced: frequency_penalty, presence_penalty, response_format (JSON/structured output), reasoning_effort (for o1/thinking models), seed (reproducibility), stop sequences. Model-specific support varies. Runtime parameters in agent execution requests can override these defaults.
|
|
553
491
|
*/
|
|
@@ -661,14 +599,6 @@ export type RetrieveAgentRequestParameters = {
|
|
|
661
599
|
* 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.
|
|
662
600
|
*/
|
|
663
601
|
timeout?: RetrieveAgentRequestTimeout | undefined;
|
|
664
|
-
/**
|
|
665
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
666
|
-
*/
|
|
667
|
-
cacheControl?: RetrieveAgentRequestCacheControl | undefined;
|
|
668
|
-
/**
|
|
669
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
670
|
-
*/
|
|
671
|
-
promptCacheKey?: string | undefined;
|
|
672
602
|
};
|
|
673
603
|
|
|
674
604
|
/**
|
|
@@ -944,67 +874,6 @@ export type RetrieveAgentRequestFallbackModelConfigurationTimeout = {
|
|
|
944
874
|
callTimeout: number;
|
|
945
875
|
};
|
|
946
876
|
|
|
947
|
-
/**
|
|
948
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
949
|
-
*/
|
|
950
|
-
export const RetrieveAgentRequestFallbackModelConfigurationAgentsType = {
|
|
951
|
-
Ephemeral: "ephemeral",
|
|
952
|
-
} as const;
|
|
953
|
-
/**
|
|
954
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
955
|
-
*/
|
|
956
|
-
export type RetrieveAgentRequestFallbackModelConfigurationAgentsType =
|
|
957
|
-
ClosedEnum<typeof RetrieveAgentRequestFallbackModelConfigurationAgentsType>;
|
|
958
|
-
|
|
959
|
-
/**
|
|
960
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
961
|
-
*
|
|
962
|
-
* @remarks
|
|
963
|
-
*
|
|
964
|
-
* - `5m`: 5 minutes
|
|
965
|
-
* - `1h`: 1 hour
|
|
966
|
-
*
|
|
967
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
968
|
-
*/
|
|
969
|
-
export const RetrieveAgentRequestFallbackModelConfigurationTtl = {
|
|
970
|
-
Fivem: "5m",
|
|
971
|
-
Oneh: "1h",
|
|
972
|
-
} as const;
|
|
973
|
-
/**
|
|
974
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
975
|
-
*
|
|
976
|
-
* @remarks
|
|
977
|
-
*
|
|
978
|
-
* - `5m`: 5 minutes
|
|
979
|
-
* - `1h`: 1 hour
|
|
980
|
-
*
|
|
981
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
982
|
-
*/
|
|
983
|
-
export type RetrieveAgentRequestFallbackModelConfigurationTtl = ClosedEnum<
|
|
984
|
-
typeof RetrieveAgentRequestFallbackModelConfigurationTtl
|
|
985
|
-
>;
|
|
986
|
-
|
|
987
|
-
/**
|
|
988
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
989
|
-
*/
|
|
990
|
-
export type RetrieveAgentRequestFallbackModelConfigurationCacheControl = {
|
|
991
|
-
/**
|
|
992
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
993
|
-
*/
|
|
994
|
-
type: RetrieveAgentRequestFallbackModelConfigurationAgentsType;
|
|
995
|
-
/**
|
|
996
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
997
|
-
*
|
|
998
|
-
* @remarks
|
|
999
|
-
*
|
|
1000
|
-
* - `5m`: 5 minutes
|
|
1001
|
-
* - `1h`: 1 hour
|
|
1002
|
-
*
|
|
1003
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1004
|
-
*/
|
|
1005
|
-
ttl: RetrieveAgentRequestFallbackModelConfigurationTtl;
|
|
1006
|
-
};
|
|
1007
|
-
|
|
1008
877
|
/**
|
|
1009
878
|
* Optional model parameters specific to this fallback model. Overrides primary model parameters if this fallback is used.
|
|
1010
879
|
*/
|
|
@@ -1127,16 +996,6 @@ export type RetrieveAgentRequestFallbackModelConfigurationParameters = {
|
|
|
1127
996
|
* 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.
|
|
1128
997
|
*/
|
|
1129
998
|
timeout?: RetrieveAgentRequestFallbackModelConfigurationTimeout | undefined;
|
|
1130
|
-
/**
|
|
1131
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
1132
|
-
*/
|
|
1133
|
-
cacheControl?:
|
|
1134
|
-
| RetrieveAgentRequestFallbackModelConfigurationCacheControl
|
|
1135
|
-
| undefined;
|
|
1136
|
-
/**
|
|
1137
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
1138
|
-
*/
|
|
1139
|
-
promptCacheKey?: string | undefined;
|
|
1140
999
|
};
|
|
1141
1000
|
|
|
1142
1001
|
/**
|
|
@@ -1986,37 +1845,6 @@ export function retrieveAgentRequestTimeoutFromJSON(
|
|
|
1986
1845
|
);
|
|
1987
1846
|
}
|
|
1988
1847
|
|
|
1989
|
-
/** @internal */
|
|
1990
|
-
export const RetrieveAgentRequestAgentsResponseType$inboundSchema:
|
|
1991
|
-
z.ZodNativeEnum<typeof RetrieveAgentRequestAgentsResponseType> = z.nativeEnum(
|
|
1992
|
-
RetrieveAgentRequestAgentsResponseType,
|
|
1993
|
-
);
|
|
1994
|
-
|
|
1995
|
-
/** @internal */
|
|
1996
|
-
export const RetrieveAgentRequestTtl$inboundSchema: z.ZodNativeEnum<
|
|
1997
|
-
typeof RetrieveAgentRequestTtl
|
|
1998
|
-
> = z.nativeEnum(RetrieveAgentRequestTtl);
|
|
1999
|
-
|
|
2000
|
-
/** @internal */
|
|
2001
|
-
export const RetrieveAgentRequestCacheControl$inboundSchema: z.ZodType<
|
|
2002
|
-
RetrieveAgentRequestCacheControl,
|
|
2003
|
-
z.ZodTypeDef,
|
|
2004
|
-
unknown
|
|
2005
|
-
> = z.object({
|
|
2006
|
-
type: RetrieveAgentRequestAgentsResponseType$inboundSchema,
|
|
2007
|
-
ttl: RetrieveAgentRequestTtl$inboundSchema.default("5m"),
|
|
2008
|
-
});
|
|
2009
|
-
|
|
2010
|
-
export function retrieveAgentRequestCacheControlFromJSON(
|
|
2011
|
-
jsonString: string,
|
|
2012
|
-
): SafeParseResult<RetrieveAgentRequestCacheControl, SDKValidationError> {
|
|
2013
|
-
return safeParse(
|
|
2014
|
-
jsonString,
|
|
2015
|
-
(x) => RetrieveAgentRequestCacheControl$inboundSchema.parse(JSON.parse(x)),
|
|
2016
|
-
`Failed to parse 'RetrieveAgentRequestCacheControl' from JSON`,
|
|
2017
|
-
);
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
1848
|
/** @internal */
|
|
2021
1849
|
export const RetrieveAgentRequestParameters$inboundSchema: z.ZodType<
|
|
2022
1850
|
RetrieveAgentRequestParameters,
|
|
@@ -2064,9 +1892,6 @@ export const RetrieveAgentRequestParameters$inboundSchema: z.ZodType<
|
|
|
2064
1892
|
load_balancer: z.lazy(() => RetrieveAgentRequestLoadBalancer1$inboundSchema)
|
|
2065
1893
|
.optional(),
|
|
2066
1894
|
timeout: z.lazy(() => RetrieveAgentRequestTimeout$inboundSchema).optional(),
|
|
2067
|
-
cache_control: z.lazy(() => RetrieveAgentRequestCacheControl$inboundSchema)
|
|
2068
|
-
.optional(),
|
|
2069
|
-
prompt_cache_key: z.string().optional(),
|
|
2070
1895
|
}).transform((v) => {
|
|
2071
1896
|
return remap$(v, {
|
|
2072
1897
|
"frequency_penalty": "frequencyPenalty",
|
|
@@ -2080,8 +1905,6 @@ export const RetrieveAgentRequestParameters$inboundSchema: z.ZodType<
|
|
|
2080
1905
|
"tool_choice": "toolChoice",
|
|
2081
1906
|
"parallel_tool_calls": "parallelToolCalls",
|
|
2082
1907
|
"load_balancer": "loadBalancer",
|
|
2083
|
-
"cache_control": "cacheControl",
|
|
2084
|
-
"prompt_cache_key": "promptCacheKey",
|
|
2085
1908
|
});
|
|
2086
1909
|
});
|
|
2087
1910
|
|
|
@@ -2649,45 +2472,6 @@ export function retrieveAgentRequestFallbackModelConfigurationTimeoutFromJSON(
|
|
|
2649
2472
|
);
|
|
2650
2473
|
}
|
|
2651
2474
|
|
|
2652
|
-
/** @internal */
|
|
2653
|
-
export const RetrieveAgentRequestFallbackModelConfigurationAgentsType$inboundSchema:
|
|
2654
|
-
z.ZodNativeEnum<
|
|
2655
|
-
typeof RetrieveAgentRequestFallbackModelConfigurationAgentsType
|
|
2656
|
-
> = z.nativeEnum(RetrieveAgentRequestFallbackModelConfigurationAgentsType);
|
|
2657
|
-
|
|
2658
|
-
/** @internal */
|
|
2659
|
-
export const RetrieveAgentRequestFallbackModelConfigurationTtl$inboundSchema:
|
|
2660
|
-
z.ZodNativeEnum<typeof RetrieveAgentRequestFallbackModelConfigurationTtl> = z
|
|
2661
|
-
.nativeEnum(RetrieveAgentRequestFallbackModelConfigurationTtl);
|
|
2662
|
-
|
|
2663
|
-
/** @internal */
|
|
2664
|
-
export const RetrieveAgentRequestFallbackModelConfigurationCacheControl$inboundSchema:
|
|
2665
|
-
z.ZodType<
|
|
2666
|
-
RetrieveAgentRequestFallbackModelConfigurationCacheControl,
|
|
2667
|
-
z.ZodTypeDef,
|
|
2668
|
-
unknown
|
|
2669
|
-
> = z.object({
|
|
2670
|
-
type:
|
|
2671
|
-
RetrieveAgentRequestFallbackModelConfigurationAgentsType$inboundSchema,
|
|
2672
|
-
ttl: RetrieveAgentRequestFallbackModelConfigurationTtl$inboundSchema
|
|
2673
|
-
.default("5m"),
|
|
2674
|
-
});
|
|
2675
|
-
|
|
2676
|
-
export function retrieveAgentRequestFallbackModelConfigurationCacheControlFromJSON(
|
|
2677
|
-
jsonString: string,
|
|
2678
|
-
): SafeParseResult<
|
|
2679
|
-
RetrieveAgentRequestFallbackModelConfigurationCacheControl,
|
|
2680
|
-
SDKValidationError
|
|
2681
|
-
> {
|
|
2682
|
-
return safeParse(
|
|
2683
|
-
jsonString,
|
|
2684
|
-
(x) =>
|
|
2685
|
-
RetrieveAgentRequestFallbackModelConfigurationCacheControl$inboundSchema
|
|
2686
|
-
.parse(JSON.parse(x)),
|
|
2687
|
-
`Failed to parse 'RetrieveAgentRequestFallbackModelConfigurationCacheControl' from JSON`,
|
|
2688
|
-
);
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
2475
|
/** @internal */
|
|
2692
2476
|
export const RetrieveAgentRequestFallbackModelConfigurationParameters$inboundSchema:
|
|
2693
2477
|
z.ZodType<
|
|
@@ -2752,10 +2536,6 @@ export const RetrieveAgentRequestFallbackModelConfigurationParameters$inboundSch
|
|
|
2752
2536
|
timeout: z.lazy(() =>
|
|
2753
2537
|
RetrieveAgentRequestFallbackModelConfigurationTimeout$inboundSchema
|
|
2754
2538
|
).optional(),
|
|
2755
|
-
cache_control: z.lazy(() =>
|
|
2756
|
-
RetrieveAgentRequestFallbackModelConfigurationCacheControl$inboundSchema
|
|
2757
|
-
).optional(),
|
|
2758
|
-
prompt_cache_key: z.string().optional(),
|
|
2759
2539
|
}).transform((v) => {
|
|
2760
2540
|
return remap$(v, {
|
|
2761
2541
|
"frequency_penalty": "frequencyPenalty",
|
|
@@ -2769,8 +2549,6 @@ export const RetrieveAgentRequestFallbackModelConfigurationParameters$inboundSch
|
|
|
2769
2549
|
"tool_choice": "toolChoice",
|
|
2770
2550
|
"parallel_tool_calls": "parallelToolCalls",
|
|
2771
2551
|
"load_balancer": "loadBalancer",
|
|
2772
|
-
"cache_control": "cacheControl",
|
|
2773
|
-
"prompt_cache_key": "promptCacheKey",
|
|
2774
2552
|
});
|
|
2775
2553
|
});
|
|
2776
2554
|
|
|
@@ -1207,7 +1207,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
1207
1207
|
.default("orq"),
|
|
1208
1208
|
reviewed_by_id: z.string(),
|
|
1209
1209
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1210
|
-
"2026-06-
|
|
1210
|
+
"2026-06-12T14:01:08.544Z",
|
|
1211
1211
|
).transform(v => new Date(v)),
|
|
1212
1212
|
type: z.literal("string_array"),
|
|
1213
1213
|
values: z.array(z.string()),
|
|
@@ -1255,7 +1255,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1255
1255
|
),
|
|
1256
1256
|
reviewed_by_id: z.string(),
|
|
1257
1257
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1258
|
-
"2026-06-
|
|
1258
|
+
"2026-06-12T14:01:08.543Z",
|
|
1259
1259
|
).transform(v => new Date(v)),
|
|
1260
1260
|
type: z.literal("number"),
|
|
1261
1261
|
value: z.number(),
|
|
@@ -1300,7 +1300,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1300
1300
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
1301
1301
|
reviewed_by_id: z.string(),
|
|
1302
1302
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1303
|
-
"2026-06-
|
|
1303
|
+
"2026-06-12T14:01:08.543Z",
|
|
1304
1304
|
).transform(v => new Date(v)),
|
|
1305
1305
|
type: z.literal("string"),
|
|
1306
1306
|
value: z.string(),
|
|
@@ -1377,7 +1377,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1377
1377
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1378
1378
|
.optional(),
|
|
1379
1379
|
updated: z.string().datetime({ offset: true }).default(
|
|
1380
|
-
"2026-06-
|
|
1380
|
+
"2026-06-12T14:00:38.443Z",
|
|
1381
1381
|
).transform(v => new Date(v)),
|
|
1382
1382
|
}).transform((v) => {
|
|
1383
1383
|
return remap$(v, {
|
|
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
126
126
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
127
127
|
.optional(),
|
|
128
128
|
updated: z.string().datetime({ offset: true }).default(
|
|
129
|
-
"2026-06-
|
|
129
|
+
"2026-06-12T14:00:38.443Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -118,7 +118,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
118
118
|
z.ZodTypeDef,
|
|
119
119
|
unknown
|
|
120
120
|
> = z.object({
|
|
121
|
-
_id: z.string().default("
|
|
121
|
+
_id: z.string().default("01KTY25XKXPARSM76RVCRK7T3G"),
|
|
122
122
|
display_name: z.string(),
|
|
123
123
|
description: z.nullable(z.string()).optional(),
|
|
124
124
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -57,7 +57,7 @@ export type RetrieveMemoryStoreResponseBody = {
|
|
|
57
57
|
/**
|
|
58
58
|
* The default time to live of every memory document created within the memory store. Useful to control if the documents in the memory should be store for short or long term.
|
|
59
59
|
*/
|
|
60
|
-
ttl?: number |
|
|
60
|
+
ttl?: number | undefined;
|
|
61
61
|
embeddingConfig: RetrieveMemoryStoreEmbeddingConfig;
|
|
62
62
|
};
|
|
63
63
|
|
|
@@ -120,7 +120,7 @@ export const RetrieveMemoryStoreResponseBody$inboundSchema: z.ZodType<
|
|
|
120
120
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
121
121
|
created: z.string(),
|
|
122
122
|
updated: z.string(),
|
|
123
|
-
ttl: z.
|
|
123
|
+
ttl: z.number().optional(),
|
|
124
124
|
embedding_config: z.lazy(() =>
|
|
125
125
|
RetrieveMemoryStoreEmbeddingConfig$inboundSchema
|
|
126
126
|
),
|
|
@@ -753,7 +753,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
753
753
|
z.ZodTypeDef,
|
|
754
754
|
unknown
|
|
755
755
|
> = z.object({
|
|
756
|
-
_id: z.string().default("
|
|
756
|
+
_id: z.string().default("tool_01KTY25XFJ3SV9P8A3BSRC6ABX"),
|
|
757
757
|
path: z.string(),
|
|
758
758
|
key: z.string(),
|
|
759
759
|
display_name: z.string().optional(),
|
|
@@ -859,7 +859,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
859
859
|
z.ZodTypeDef,
|
|
860
860
|
unknown
|
|
861
861
|
> = z.object({
|
|
862
|
-
id: z.string().default("
|
|
862
|
+
id: z.string().default("01KTY25XFHZR4WGF7K2QNKJK2A"),
|
|
863
863
|
name: z.string(),
|
|
864
864
|
description: z.string().optional(),
|
|
865
865
|
schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -917,7 +917,7 @@ export const RetrieveToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
917
917
|
z.ZodTypeDef,
|
|
918
918
|
unknown
|
|
919
919
|
> = z.object({
|
|
920
|
-
_id: z.string().default("
|
|
920
|
+
_id: z.string().default("tool_01KTY25XFGG5JK7K6HVHP1HVZJ"),
|
|
921
921
|
path: z.string(),
|
|
922
922
|
key: z.string(),
|
|
923
923
|
display_name: z.string().optional(),
|
|
@@ -1108,7 +1108,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
1108
1108
|
z.ZodTypeDef,
|
|
1109
1109
|
unknown
|
|
1110
1110
|
> = z.object({
|
|
1111
|
-
_id: z.string().default("
|
|
1111
|
+
_id: z.string().default("tool_01KTY25XFDRF1YR633YDEFTG61"),
|
|
1112
1112
|
path: z.string(),
|
|
1113
1113
|
key: z.string(),
|
|
1114
1114
|
display_name: z.string().optional(),
|
|
@@ -1204,7 +1204,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1204
1204
|
z.ZodTypeDef,
|
|
1205
1205
|
unknown
|
|
1206
1206
|
> = z.object({
|
|
1207
|
-
_id: z.string().default("
|
|
1207
|
+
_id: z.string().default("tool_01KTY25XFBH0QAY88YZXJ553JX"),
|
|
1208
1208
|
path: z.string(),
|
|
1209
1209
|
key: z.string(),
|
|
1210
1210
|
display_name: z.string().optional(),
|
|
@@ -1310,7 +1310,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1310
1310
|
z.ZodTypeDef,
|
|
1311
1311
|
unknown
|
|
1312
1312
|
> = z.object({
|
|
1313
|
-
_id: z.string().default("
|
|
1313
|
+
_id: z.string().default("tool_01KTY25XFAX5ZSF1X07XCHPHAD"),
|
|
1314
1314
|
path: z.string(),
|
|
1315
1315
|
key: z.string(),
|
|
1316
1316
|
display_name: z.string().optional(),
|