@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
|
@@ -208,61 +208,6 @@ export type ModelConfigurationTimeout = {
|
|
|
208
208
|
*/
|
|
209
209
|
callTimeout: number;
|
|
210
210
|
};
|
|
211
|
-
/**
|
|
212
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
213
|
-
*/
|
|
214
|
-
export declare const UpdateAgentModelConfigurationAgentsType: {
|
|
215
|
-
readonly Ephemeral: "ephemeral";
|
|
216
|
-
};
|
|
217
|
-
/**
|
|
218
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
219
|
-
*/
|
|
220
|
-
export type UpdateAgentModelConfigurationAgentsType = ClosedEnum<typeof UpdateAgentModelConfigurationAgentsType>;
|
|
221
|
-
/**
|
|
222
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
223
|
-
*
|
|
224
|
-
* @remarks
|
|
225
|
-
*
|
|
226
|
-
* - `5m`: 5 minutes
|
|
227
|
-
* - `1h`: 1 hour
|
|
228
|
-
*
|
|
229
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
230
|
-
*/
|
|
231
|
-
export declare const UpdateAgentModelConfigurationTtl: {
|
|
232
|
-
readonly Fivem: "5m";
|
|
233
|
-
readonly Oneh: "1h";
|
|
234
|
-
};
|
|
235
|
-
/**
|
|
236
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
237
|
-
*
|
|
238
|
-
* @remarks
|
|
239
|
-
*
|
|
240
|
-
* - `5m`: 5 minutes
|
|
241
|
-
* - `1h`: 1 hour
|
|
242
|
-
*
|
|
243
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
244
|
-
*/
|
|
245
|
-
export type UpdateAgentModelConfigurationTtl = ClosedEnum<typeof UpdateAgentModelConfigurationTtl>;
|
|
246
|
-
/**
|
|
247
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
248
|
-
*/
|
|
249
|
-
export type UpdateAgentModelConfigurationCacheControl = {
|
|
250
|
-
/**
|
|
251
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
252
|
-
*/
|
|
253
|
-
type: UpdateAgentModelConfigurationAgentsType;
|
|
254
|
-
/**
|
|
255
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
256
|
-
*
|
|
257
|
-
* @remarks
|
|
258
|
-
*
|
|
259
|
-
* - `5m`: 5 minutes
|
|
260
|
-
* - `1h`: 1 hour
|
|
261
|
-
*
|
|
262
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
263
|
-
*/
|
|
264
|
-
ttl?: UpdateAgentModelConfigurationTtl | undefined;
|
|
265
|
-
};
|
|
266
211
|
/**
|
|
267
212
|
* Model behavior parameters that control how the model generates responses. Common parameters: `temperature` (0-1, randomness), `max_completion_tokens` (max output length), `top_p` (sampling diversity). Advanced: `frequency_penalty`, `presence_penalty`, `response_format` (JSON/structured), `reasoning_effort`, `seed` (reproducibility). Support varies by model - consult AI Gateway documentation.
|
|
268
213
|
*/
|
|
@@ -365,14 +310,6 @@ export type ModelConfigurationParameters = {
|
|
|
365
310
|
* 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.
|
|
366
311
|
*/
|
|
367
312
|
timeout?: ModelConfigurationTimeout | undefined;
|
|
368
|
-
/**
|
|
369
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
370
|
-
*/
|
|
371
|
-
cacheControl?: UpdateAgentModelConfigurationCacheControl | undefined;
|
|
372
|
-
/**
|
|
373
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
374
|
-
*/
|
|
375
|
-
promptCacheKey?: string | undefined;
|
|
376
313
|
};
|
|
377
314
|
/**
|
|
378
315
|
* Retry configuration for model requests. Retries are triggered for specific HTTP status codes (e.g., 500, 429, 502, 503, 504). Supports configurable retry count (1-5) and custom status codes.
|
|
@@ -615,61 +552,6 @@ export type UpdateAgentFallbackModelConfigurationTimeout = {
|
|
|
615
552
|
*/
|
|
616
553
|
callTimeout: number;
|
|
617
554
|
};
|
|
618
|
-
/**
|
|
619
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
620
|
-
*/
|
|
621
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsType: {
|
|
622
|
-
readonly Ephemeral: "ephemeral";
|
|
623
|
-
};
|
|
624
|
-
/**
|
|
625
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
626
|
-
*/
|
|
627
|
-
export type UpdateAgentFallbackModelConfigurationAgentsType = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType>;
|
|
628
|
-
/**
|
|
629
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
630
|
-
*
|
|
631
|
-
* @remarks
|
|
632
|
-
*
|
|
633
|
-
* - `5m`: 5 minutes
|
|
634
|
-
* - `1h`: 1 hour
|
|
635
|
-
*
|
|
636
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
637
|
-
*/
|
|
638
|
-
export declare const UpdateAgentFallbackModelConfigurationTtl: {
|
|
639
|
-
readonly Fivem: "5m";
|
|
640
|
-
readonly Oneh: "1h";
|
|
641
|
-
};
|
|
642
|
-
/**
|
|
643
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
644
|
-
*
|
|
645
|
-
* @remarks
|
|
646
|
-
*
|
|
647
|
-
* - `5m`: 5 minutes
|
|
648
|
-
* - `1h`: 1 hour
|
|
649
|
-
*
|
|
650
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
651
|
-
*/
|
|
652
|
-
export type UpdateAgentFallbackModelConfigurationTtl = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationTtl>;
|
|
653
|
-
/**
|
|
654
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
655
|
-
*/
|
|
656
|
-
export type UpdateAgentFallbackModelConfigurationCacheControl = {
|
|
657
|
-
/**
|
|
658
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
659
|
-
*/
|
|
660
|
-
type: UpdateAgentFallbackModelConfigurationAgentsType;
|
|
661
|
-
/**
|
|
662
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
663
|
-
*
|
|
664
|
-
* @remarks
|
|
665
|
-
*
|
|
666
|
-
* - `5m`: 5 minutes
|
|
667
|
-
* - `1h`: 1 hour
|
|
668
|
-
*
|
|
669
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
670
|
-
*/
|
|
671
|
-
ttl?: UpdateAgentFallbackModelConfigurationTtl | undefined;
|
|
672
|
-
};
|
|
673
555
|
/**
|
|
674
556
|
* Optional model parameters specific to this fallback model. Overrides primary model parameters if this fallback is used.
|
|
675
557
|
*/
|
|
@@ -772,14 +654,6 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
772
654
|
* 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.
|
|
773
655
|
*/
|
|
774
656
|
timeout?: UpdateAgentFallbackModelConfigurationTimeout | undefined;
|
|
775
|
-
/**
|
|
776
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
777
|
-
*/
|
|
778
|
-
cacheControl?: UpdateAgentFallbackModelConfigurationCacheControl | undefined;
|
|
779
|
-
/**
|
|
780
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
781
|
-
*/
|
|
782
|
-
promptCacheKey?: string | undefined;
|
|
783
657
|
};
|
|
784
658
|
/**
|
|
785
659
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
@@ -1708,61 +1582,6 @@ export type UpdateAgentTimeout = {
|
|
|
1708
1582
|
*/
|
|
1709
1583
|
callTimeout: number;
|
|
1710
1584
|
};
|
|
1711
|
-
/**
|
|
1712
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1713
|
-
*/
|
|
1714
|
-
export declare const UpdateAgentAgentsResponseType: {
|
|
1715
|
-
readonly Ephemeral: "ephemeral";
|
|
1716
|
-
};
|
|
1717
|
-
/**
|
|
1718
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1719
|
-
*/
|
|
1720
|
-
export type UpdateAgentAgentsResponseType = ClosedEnum<typeof UpdateAgentAgentsResponseType>;
|
|
1721
|
-
/**
|
|
1722
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1723
|
-
*
|
|
1724
|
-
* @remarks
|
|
1725
|
-
*
|
|
1726
|
-
* - `5m`: 5 minutes
|
|
1727
|
-
* - `1h`: 1 hour
|
|
1728
|
-
*
|
|
1729
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1730
|
-
*/
|
|
1731
|
-
export declare const UpdateAgentTtl: {
|
|
1732
|
-
readonly Fivem: "5m";
|
|
1733
|
-
readonly Oneh: "1h";
|
|
1734
|
-
};
|
|
1735
|
-
/**
|
|
1736
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1737
|
-
*
|
|
1738
|
-
* @remarks
|
|
1739
|
-
*
|
|
1740
|
-
* - `5m`: 5 minutes
|
|
1741
|
-
* - `1h`: 1 hour
|
|
1742
|
-
*
|
|
1743
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1744
|
-
*/
|
|
1745
|
-
export type UpdateAgentTtl = ClosedEnum<typeof UpdateAgentTtl>;
|
|
1746
|
-
/**
|
|
1747
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
1748
|
-
*/
|
|
1749
|
-
export type UpdateAgentCacheControl = {
|
|
1750
|
-
/**
|
|
1751
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1752
|
-
*/
|
|
1753
|
-
type: UpdateAgentAgentsResponseType;
|
|
1754
|
-
/**
|
|
1755
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1756
|
-
*
|
|
1757
|
-
* @remarks
|
|
1758
|
-
*
|
|
1759
|
-
* - `5m`: 5 minutes
|
|
1760
|
-
* - `1h`: 1 hour
|
|
1761
|
-
*
|
|
1762
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1763
|
-
*/
|
|
1764
|
-
ttl: UpdateAgentTtl;
|
|
1765
|
-
};
|
|
1766
1585
|
/**
|
|
1767
1586
|
* 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.
|
|
1768
1587
|
*/
|
|
@@ -1865,14 +1684,6 @@ export type UpdateAgentParameters = {
|
|
|
1865
1684
|
* 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.
|
|
1866
1685
|
*/
|
|
1867
1686
|
timeout?: UpdateAgentTimeout | undefined;
|
|
1868
|
-
/**
|
|
1869
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
1870
|
-
*/
|
|
1871
|
-
cacheControl?: UpdateAgentCacheControl | undefined;
|
|
1872
|
-
/**
|
|
1873
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
1874
|
-
*/
|
|
1875
|
-
promptCacheKey?: string | undefined;
|
|
1876
1687
|
};
|
|
1877
1688
|
/**
|
|
1878
1689
|
* Retry configuration for model requests. Allows customizing retry count (1-5) and HTTP status codes that trigger retries. Default codes: [429]. Common codes: 500 (internal error), 429 (rate limit), 502/503/504 (gateway errors).
|
|
@@ -2047,10 +1858,10 @@ export type UpdateAgentFallbackModelConfigurationAgentsFallbacks = {
|
|
|
2047
1858
|
*/
|
|
2048
1859
|
model: string;
|
|
2049
1860
|
};
|
|
2050
|
-
export declare const
|
|
1861
|
+
export declare const UpdateAgentFallbackModelConfigurationAgentsType: {
|
|
2051
1862
|
readonly ExactMatch: "exact_match";
|
|
2052
1863
|
};
|
|
2053
|
-
export type
|
|
1864
|
+
export type UpdateAgentFallbackModelConfigurationAgentsType = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType>;
|
|
2054
1865
|
/**
|
|
2055
1866
|
* Cache configuration for the request.
|
|
2056
1867
|
*/
|
|
@@ -2059,7 +1870,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsCache = {
|
|
|
2059
1870
|
* Time to live for cached responses in seconds. Maximum 259200 seconds (3 days).
|
|
2060
1871
|
*/
|
|
2061
1872
|
ttl: number;
|
|
2062
|
-
type:
|
|
1873
|
+
type: UpdateAgentFallbackModelConfigurationAgentsType;
|
|
2063
1874
|
};
|
|
2064
1875
|
export declare const UpdateAgentLoadBalancerAgentsResponse200Type: {
|
|
2065
1876
|
readonly WeightBased: "weight_based";
|
|
@@ -2092,61 +1903,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsTimeout = {
|
|
|
2092
1903
|
*/
|
|
2093
1904
|
callTimeout: number;
|
|
2094
1905
|
};
|
|
2095
|
-
/**
|
|
2096
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
2097
|
-
*/
|
|
2098
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsResponse200Type: {
|
|
2099
|
-
readonly Ephemeral: "ephemeral";
|
|
2100
|
-
};
|
|
2101
|
-
/**
|
|
2102
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
2103
|
-
*/
|
|
2104
|
-
export type UpdateAgentFallbackModelConfigurationAgentsResponse200Type = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsResponse200Type>;
|
|
2105
|
-
/**
|
|
2106
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
2107
|
-
*
|
|
2108
|
-
* @remarks
|
|
2109
|
-
*
|
|
2110
|
-
* - `5m`: 5 minutes
|
|
2111
|
-
* - `1h`: 1 hour
|
|
2112
|
-
*
|
|
2113
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
2114
|
-
*/
|
|
2115
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsTtl: {
|
|
2116
|
-
readonly Fivem: "5m";
|
|
2117
|
-
readonly Oneh: "1h";
|
|
2118
|
-
};
|
|
2119
|
-
/**
|
|
2120
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
2121
|
-
*
|
|
2122
|
-
* @remarks
|
|
2123
|
-
*
|
|
2124
|
-
* - `5m`: 5 minutes
|
|
2125
|
-
* - `1h`: 1 hour
|
|
2126
|
-
*
|
|
2127
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
2128
|
-
*/
|
|
2129
|
-
export type UpdateAgentFallbackModelConfigurationAgentsTtl = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsTtl>;
|
|
2130
|
-
/**
|
|
2131
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
2132
|
-
*/
|
|
2133
|
-
export type UpdateAgentFallbackModelConfigurationAgentsCacheControl = {
|
|
2134
|
-
/**
|
|
2135
|
-
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
2136
|
-
*/
|
|
2137
|
-
type: UpdateAgentFallbackModelConfigurationAgentsResponse200Type;
|
|
2138
|
-
/**
|
|
2139
|
-
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
2140
|
-
*
|
|
2141
|
-
* @remarks
|
|
2142
|
-
*
|
|
2143
|
-
* - `5m`: 5 minutes
|
|
2144
|
-
* - `1h`: 1 hour
|
|
2145
|
-
*
|
|
2146
|
-
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
2147
|
-
*/
|
|
2148
|
-
ttl: UpdateAgentFallbackModelConfigurationAgentsTtl;
|
|
2149
|
-
};
|
|
2150
1906
|
/**
|
|
2151
1907
|
* Optional model parameters specific to this fallback model. Overrides primary model parameters if this fallback is used.
|
|
2152
1908
|
*/
|
|
@@ -2249,14 +2005,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2249
2005
|
* 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.
|
|
2250
2006
|
*/
|
|
2251
2007
|
timeout?: UpdateAgentFallbackModelConfigurationAgentsTimeout | undefined;
|
|
2252
|
-
/**
|
|
2253
|
-
* Provider-level prompt caching configuration applied to the request. Creates a cache control breakpoint covering the request content. Only supported by `Anthropic` Claude models.
|
|
2254
|
-
*/
|
|
2255
|
-
cacheControl?: UpdateAgentFallbackModelConfigurationAgentsCacheControl | undefined;
|
|
2256
|
-
/**
|
|
2257
|
-
* Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the legacy `user` field for prompt caching.
|
|
2258
|
-
*/
|
|
2259
|
-
promptCacheKey?: string | undefined;
|
|
2260
2008
|
};
|
|
2261
2009
|
/**
|
|
2262
2010
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
@@ -2523,18 +2271,6 @@ export type ModelConfigurationTimeout$Outbound = {
|
|
|
2523
2271
|
export declare const ModelConfigurationTimeout$outboundSchema: z.ZodType<ModelConfigurationTimeout$Outbound, z.ZodTypeDef, ModelConfigurationTimeout>;
|
|
2524
2272
|
export declare function modelConfigurationTimeoutToJSON(modelConfigurationTimeout: ModelConfigurationTimeout): string;
|
|
2525
2273
|
/** @internal */
|
|
2526
|
-
export declare const UpdateAgentModelConfigurationAgentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentModelConfigurationAgentsType>;
|
|
2527
|
-
/** @internal */
|
|
2528
|
-
export declare const UpdateAgentModelConfigurationTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentModelConfigurationTtl>;
|
|
2529
|
-
/** @internal */
|
|
2530
|
-
export type UpdateAgentModelConfigurationCacheControl$Outbound = {
|
|
2531
|
-
type: string;
|
|
2532
|
-
ttl: string;
|
|
2533
|
-
};
|
|
2534
|
-
/** @internal */
|
|
2535
|
-
export declare const UpdateAgentModelConfigurationCacheControl$outboundSchema: z.ZodType<UpdateAgentModelConfigurationCacheControl$Outbound, z.ZodTypeDef, UpdateAgentModelConfigurationCacheControl>;
|
|
2536
|
-
export declare function updateAgentModelConfigurationCacheControlToJSON(updateAgentModelConfigurationCacheControl: UpdateAgentModelConfigurationCacheControl): string;
|
|
2537
|
-
/** @internal */
|
|
2538
2274
|
export type ModelConfigurationParameters$Outbound = {
|
|
2539
2275
|
name?: string | undefined;
|
|
2540
2276
|
frequency_penalty?: number | null | undefined;
|
|
@@ -2558,8 +2294,6 @@ export type ModelConfigurationParameters$Outbound = {
|
|
|
2558
2294
|
cache?: ModelConfigurationCache$Outbound | undefined;
|
|
2559
2295
|
load_balancer?: UpdateAgentLoadBalancer1$Outbound | undefined;
|
|
2560
2296
|
timeout?: ModelConfigurationTimeout$Outbound | undefined;
|
|
2561
|
-
cache_control?: UpdateAgentModelConfigurationCacheControl$Outbound | undefined;
|
|
2562
|
-
prompt_cache_key?: string | undefined;
|
|
2563
2297
|
};
|
|
2564
2298
|
/** @internal */
|
|
2565
2299
|
export declare const ModelConfigurationParameters$outboundSchema: z.ZodType<ModelConfigurationParameters$Outbound, z.ZodTypeDef, ModelConfigurationParameters>;
|
|
@@ -2726,18 +2460,6 @@ export type UpdateAgentFallbackModelConfigurationTimeout$Outbound = {
|
|
|
2726
2460
|
export declare const UpdateAgentFallbackModelConfigurationTimeout$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationTimeout$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationTimeout>;
|
|
2727
2461
|
export declare function updateAgentFallbackModelConfigurationTimeoutToJSON(updateAgentFallbackModelConfigurationTimeout: UpdateAgentFallbackModelConfigurationTimeout): string;
|
|
2728
2462
|
/** @internal */
|
|
2729
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType>;
|
|
2730
|
-
/** @internal */
|
|
2731
|
-
export declare const UpdateAgentFallbackModelConfigurationTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationTtl>;
|
|
2732
|
-
/** @internal */
|
|
2733
|
-
export type UpdateAgentFallbackModelConfigurationCacheControl$Outbound = {
|
|
2734
|
-
type: string;
|
|
2735
|
-
ttl: string;
|
|
2736
|
-
};
|
|
2737
|
-
/** @internal */
|
|
2738
|
-
export declare const UpdateAgentFallbackModelConfigurationCacheControl$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationCacheControl$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationCacheControl>;
|
|
2739
|
-
export declare function updateAgentFallbackModelConfigurationCacheControlToJSON(updateAgentFallbackModelConfigurationCacheControl: UpdateAgentFallbackModelConfigurationCacheControl): string;
|
|
2740
|
-
/** @internal */
|
|
2741
2463
|
export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
|
|
2742
2464
|
name?: string | undefined;
|
|
2743
2465
|
frequency_penalty?: number | null | undefined;
|
|
@@ -2761,8 +2483,6 @@ export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
|
|
|
2761
2483
|
cache?: UpdateAgentFallbackModelConfigurationCache$Outbound | undefined;
|
|
2762
2484
|
load_balancer?: UpdateAgentLoadBalancerAgents1$Outbound | undefined;
|
|
2763
2485
|
timeout?: UpdateAgentFallbackModelConfigurationTimeout$Outbound | undefined;
|
|
2764
|
-
cache_control?: UpdateAgentFallbackModelConfigurationCacheControl$Outbound | undefined;
|
|
2765
|
-
prompt_cache_key?: string | undefined;
|
|
2766
2486
|
};
|
|
2767
2487
|
/** @internal */
|
|
2768
2488
|
export declare const UpdateAgentFallbackModelConfigurationParameters$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationParameters$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationParameters>;
|
|
@@ -3173,13 +2893,6 @@ export declare function updateAgentLoadBalancerFromJSON(jsonString: string): Saf
|
|
|
3173
2893
|
export declare const UpdateAgentTimeout$inboundSchema: z.ZodType<UpdateAgentTimeout, z.ZodTypeDef, unknown>;
|
|
3174
2894
|
export declare function updateAgentTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentTimeout, SDKValidationError>;
|
|
3175
2895
|
/** @internal */
|
|
3176
|
-
export declare const UpdateAgentAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentsResponseType>;
|
|
3177
|
-
/** @internal */
|
|
3178
|
-
export declare const UpdateAgentTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentTtl>;
|
|
3179
|
-
/** @internal */
|
|
3180
|
-
export declare const UpdateAgentCacheControl$inboundSchema: z.ZodType<UpdateAgentCacheControl, z.ZodTypeDef, unknown>;
|
|
3181
|
-
export declare function updateAgentCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateAgentCacheControl, SDKValidationError>;
|
|
3182
|
-
/** @internal */
|
|
3183
2896
|
export declare const UpdateAgentParameters$inboundSchema: z.ZodType<UpdateAgentParameters, z.ZodTypeDef, unknown>;
|
|
3184
2897
|
export declare function updateAgentParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentParameters, SDKValidationError>;
|
|
3185
2898
|
/** @internal */
|
|
@@ -3237,7 +2950,7 @@ export declare function updateAgentFallbackModelConfigurationAgentsGuardrailsFro
|
|
|
3237
2950
|
export declare const UpdateAgentFallbackModelConfigurationAgentsFallbacks$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsFallbacks, z.ZodTypeDef, unknown>;
|
|
3238
2951
|
export declare function updateAgentFallbackModelConfigurationAgentsFallbacksFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsFallbacks, SDKValidationError>;
|
|
3239
2952
|
/** @internal */
|
|
3240
|
-
export declare const
|
|
2953
|
+
export declare const UpdateAgentFallbackModelConfigurationAgentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType>;
|
|
3241
2954
|
/** @internal */
|
|
3242
2955
|
export declare const UpdateAgentFallbackModelConfigurationAgentsCache$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsCache, z.ZodTypeDef, unknown>;
|
|
3243
2956
|
export declare function updateAgentFallbackModelConfigurationAgentsCacheFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsCache, SDKValidationError>;
|
|
@@ -3256,13 +2969,6 @@ export declare function updateAgentFallbackModelConfigurationAgentsLoadBalancerF
|
|
|
3256
2969
|
export declare const UpdateAgentFallbackModelConfigurationAgentsTimeout$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsTimeout, z.ZodTypeDef, unknown>;
|
|
3257
2970
|
export declare function updateAgentFallbackModelConfigurationAgentsTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsTimeout, SDKValidationError>;
|
|
3258
2971
|
/** @internal */
|
|
3259
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsResponse200Type>;
|
|
3260
|
-
/** @internal */
|
|
3261
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsTtl>;
|
|
3262
|
-
/** @internal */
|
|
3263
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsCacheControl$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsCacheControl, z.ZodTypeDef, unknown>;
|
|
3264
|
-
export declare function updateAgentFallbackModelConfigurationAgentsCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsCacheControl, SDKValidationError>;
|
|
3265
|
-
/** @internal */
|
|
3266
2972
|
export declare const UpdateAgentFallbackModelConfigurationAgentsParameters$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsParameters, z.ZodTypeDef, unknown>;
|
|
3267
2973
|
export declare function updateAgentFallbackModelConfigurationAgentsParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsParameters, SDKValidationError>;
|
|
3268
2974
|
/** @internal */
|