@orq-ai/node 4.5.0-rc.3 → 4.5.0-rc.33
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/README.md +38 -28
- package/funcs/agentsList.d.ts +1 -1
- package/funcs/agentsList.d.ts.map +1 -1
- package/funcs/agentsList.js +5 -3
- package/funcs/agentsList.js.map +1 -1
- package/funcs/agentsPostV2AgentsA2a.d.ts +18 -0
- package/funcs/agentsPostV2AgentsA2a.d.ts.map +1 -0
- package/funcs/agentsPostV2AgentsA2a.js +120 -0
- package/funcs/agentsPostV2AgentsA2a.js.map +1 -0
- package/funcs/agentsPostV2AgentsKeyCardRefresh.d.ts +18 -0
- package/funcs/agentsPostV2AgentsKeyCardRefresh.d.ts.map +1 -0
- package/funcs/agentsPostV2AgentsKeyCardRefresh.js +124 -0
- package/funcs/agentsPostV2AgentsKeyCardRefresh.js.map +1 -0
- package/funcs/agentsResponsesGet.d.ts +19 -0
- package/funcs/agentsResponsesGet.d.ts.map +1 -0
- package/funcs/agentsResponsesGet.js +128 -0
- package/funcs/agentsResponsesGet.js.map +1 -0
- package/funcs/agentsStream.js +4 -2
- package/funcs/agentsStream.js.map +1 -1
- package/funcs/agentsStreamRun.js +4 -2
- package/funcs/agentsStreamRun.js.map +1 -1
- package/funcs/agentsUpdate.d.ts +1 -1
- package/funcs/agentsUpdate.d.ts.map +1 -1
- package/funcs/agentsUpdate.js.map +1 -1
- package/funcs/deploymentsStream.js +4 -2
- package/funcs/deploymentsStream.js.map +1 -1
- package/funcs/filesCreate.js +7 -0
- package/funcs/filesCreate.js.map +1 -1
- package/funcs/routerAudioTranscriptionsCreate.js +7 -0
- package/funcs/routerAudioTranscriptionsCreate.js.map +1 -1
- package/funcs/routerAudioTranslationsCreate.js +7 -0
- package/funcs/routerAudioTranslationsCreate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/event-streams.d.ts +5 -0
- package/lib/event-streams.d.ts.map +1 -1
- package/lib/event-streams.js.map +1 -1
- package/lib/matchers.d.ts.map +1 -1
- package/lib/matchers.js +0 -1
- package/lib/matchers.js.map +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +1 -2
- package/lib/security.js.map +1 -1
- package/models/components/createagentresponse.d.ts +5 -0
- package/models/components/createagentresponse.d.ts.map +1 -1
- package/models/components/createagentresponse.js +2 -0
- package/models/components/createagentresponse.js.map +1 -1
- package/models/components/extendedmessage.d.ts +71 -0
- package/models/components/extendedmessage.d.ts.map +1 -0
- package/models/components/extendedmessage.js +98 -0
- package/models/components/extendedmessage.js.map +1 -0
- package/models/components/getagentresponse.d.ts +157 -0
- package/models/components/getagentresponse.d.ts.map +1 -0
- package/models/components/getagentresponse.js +175 -0
- package/models/components/getagentresponse.js.map +1 -0
- package/models/components/index.d.ts +3 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -0
- package/models/components/index.js.map +1 -1
- package/models/components/partdoneevent.js +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/components/responsedoneevent.d.ts +5 -0
- package/models/components/responsedoneevent.d.ts.map +1 -1
- package/models/components/responsedoneevent.js +2 -0
- package/models/components/responsedoneevent.js.map +1 -1
- package/models/components/responsestartedevent.d.ts +5 -0
- package/models/components/responsestartedevent.d.ts.map +1 -1
- package/models/components/responsestartedevent.js +2 -0
- package/models/components/responsestartedevent.js.map +1 -1
- package/models/components/telemetry.d.ts +20 -0
- package/models/components/telemetry.d.ts.map +1 -0
- package/models/components/telemetry.js +57 -0
- package/models/components/telemetry.js.map +1 -0
- package/models/errors/index.d.ts +2 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +2 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/postv2agentsa2a.d.ts +43 -0
- package/models/errors/postv2agentsa2a.d.ts.map +1 -0
- package/models/errors/postv2agentsa2a.js +94 -0
- package/models/errors/postv2agentsa2a.js.map +1 -0
- package/models/errors/postv2agentskeycardrefresh.d.ts +43 -0
- package/models/errors/postv2agentskeycardrefresh.d.ts.map +1 -0
- package/models/errors/postv2agentskeycardrefresh.js +94 -0
- package/models/errors/postv2agentskeycardrefresh.js.map +1 -0
- package/models/operations/createagentrequest.d.ts +324 -601
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +308 -454
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts +22 -1
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +12 -2
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createannotation.d.ts +1 -1
- package/models/operations/createannotation.d.ts.map +1 -1
- package/models/operations/createannotation.js +4 -0
- package/models/operations/createannotation.js.map +1 -1
- package/models/operations/createchatcompletion.d.ts +15 -2
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +3 -1
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createcompletion.d.ts +6 -2
- package/models/operations/createcompletion.d.ts.map +1 -1
- package/models/operations/createcompletion.js +2 -1
- 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/createknowledge.d.ts +7 -7
- package/models/operations/createknowledge.d.ts.map +1 -1
- package/models/operations/createknowledge.js +11 -11
- package/models/operations/createknowledge.js.map +1 -1
- package/models/operations/createprompt.d.ts +31 -30
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +32 -29
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createresponse.d.ts.map +1 -1
- package/models/operations/createresponse.js +2 -1
- package/models/operations/createresponse.js.map +1 -1
- package/models/operations/createtool.d.ts +39 -39
- package/models/operations/createtool.d.ts.map +1 -1
- package/models/operations/createtool.js +52 -49
- package/models/operations/createtool.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +15 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +17 -1
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +15 -0
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +17 -1
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +1 -1
- package/models/operations/filelist.js +1 -1
- package/models/operations/fileupload.js +1 -1
- package/models/operations/getagentresponse.d.ts +20 -0
- package/models/operations/getagentresponse.d.ts.map +1 -0
- package/models/operations/getagentresponse.js +56 -0
- package/models/operations/getagentresponse.js.map +1 -0
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.d.ts +39 -39
- package/models/operations/getalltools.d.ts.map +1 -1
- package/models/operations/getalltools.js +49 -47
- package/models/operations/getalltools.js.map +1 -1
- package/models/operations/getevals.js +16 -16
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/index.d.ts +3 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +3 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeagent.d.ts +26 -1
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +12 -1
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listagents.d.ts +328 -346
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +314 -308
- 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/listknowledgebases.d.ts +8 -8
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +13 -15
- package/models/operations/listknowledgebases.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/postv2agentsa2a.d.ts +119 -0
- package/models/operations/postv2agentsa2a.d.ts.map +1 -0
- package/models/operations/postv2agentsa2a.js +147 -0
- package/models/operations/postv2agentsa2a.js.map +1 -0
- package/models/operations/postv2agentskeycardrefresh.d.ts +35 -0
- package/models/operations/postv2agentskeycardrefresh.d.ts.map +1 -0
- package/models/operations/postv2agentskeycardrefresh.js +71 -0
- package/models/operations/postv2agentskeycardrefresh.js.map +1 -0
- package/models/operations/retrieveagentrequest.d.ts +313 -349
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +307 -311
- 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 +27 -265
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +26 -163
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +22 -1
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +11 -1
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +13 -255
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +15 -152
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +383 -614
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +352 -472
- 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/updatememorystore.d.ts +2 -43
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +2 -45
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +1 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +1 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.d.ts +50 -0
- package/models/operations/updatetool.d.ts.map +1 -1
- package/models/operations/updatetool.js +54 -9
- package/models/operations/updatetool.js.map +1 -1
- package/package.json +1 -1
- package/sdk/agents.d.ts +16 -2
- package/sdk/agents.d.ts.map +1 -1
- package/sdk/agents.js +22 -2
- package/sdk/agents.js.map +1 -1
- package/sdk/responses.d.ts +8 -0
- package/sdk/responses.d.ts.map +1 -1
- package/sdk/responses.js +10 -0
- package/sdk/responses.js.map +1 -1
- package/src/funcs/agentsList.ts +5 -0
- package/src/funcs/agentsPostV2AgentsA2a.ts +178 -0
- package/src/funcs/agentsPostV2AgentsKeyCardRefresh.ts +187 -0
- package/src/funcs/agentsResponsesGet.ts +182 -0
- package/src/funcs/agentsStream.ts +4 -1
- package/src/funcs/agentsStreamRun.ts +4 -1
- package/src/funcs/agentsUpdate.ts +2 -2
- package/src/funcs/deploymentsStream.ts +4 -1
- package/src/funcs/filesCreate.ts +11 -0
- package/src/funcs/routerAudioTranscriptionsCreate.ts +11 -0
- package/src/funcs/routerAudioTranslationsCreate.ts +11 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/event-streams.ts +10 -1
- package/src/lib/matchers.ts +3 -2
- package/src/lib/security.ts +1 -2
- package/src/models/components/createagentresponse.ts +6 -0
- package/src/models/components/extendedmessage.ts +146 -0
- package/src/models/components/getagentresponse.ts +348 -0
- package/src/models/components/index.ts +3 -0
- package/src/models/components/partdoneevent.ts +1 -1
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/responsedoneevent.ts +6 -0
- package/src/models/components/responsestartedevent.ts +6 -0
- package/src/models/components/telemetry.ts +48 -0
- package/src/models/errors/index.ts +2 -0
- package/src/models/errors/postv2agentsa2a.ts +96 -0
- package/src/models/errors/postv2agentskeycardrefresh.ts +97 -0
- package/src/models/operations/createagentrequest.ts +755 -1212
- package/src/models/operations/createagentresponserequest.ts +37 -2
- package/src/models/operations/createannotation.ts +5 -1
- package/src/models/operations/createchatcompletion.ts +14 -3
- package/src/models/operations/createcompletion.ts +8 -3
- 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/createknowledge.ts +19 -17
- package/src/models/operations/createprompt.ts +56 -66
- package/src/models/operations/createresponse.ts +2 -1
- package/src/models/operations/createtool.ts +103 -91
- package/src/models/operations/deploymentinvoke.ts +39 -0
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +39 -0
- package/src/models/operations/fileget.ts +1 -1
- package/src/models/operations/filelist.ts +1 -1
- package/src/models/operations/fileupload.ts +1 -1
- package/src/models/operations/getagentresponse.ts +46 -0
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +93 -87
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/invokeagent.ts +45 -1
- package/src/models/operations/listagents.ts +751 -787
- 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/listknowledgebases.ts +72 -64
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/postv2agentsa2a.ts +252 -0
- package/src/models/operations/postv2agentskeycardrefresh.ts +100 -0
- package/src/models/operations/retrieveagentrequest.ts +962 -857
- 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 +69 -493
- package/src/models/operations/streamagent.ts +40 -1
- package/src/models/operations/streamrunagent.ts +36 -493
- package/src/models/operations/updateagent.ts +966 -1313
- 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/updatememorystore.ts +3 -61
- package/src/models/operations/updateprompt.ts +1 -0
- package/src/models/operations/updatetool.ts +96 -7
- package/src/sdk/agents.ts +39 -1
- package/src/sdk/responses.ts +19 -0
|
@@ -3,48 +3,6 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import * as components from "../components/index.js";
|
|
5
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
/**
|
|
7
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ModelConfigurationVoice: {
|
|
10
|
-
readonly Alloy: "alloy";
|
|
11
|
-
readonly Echo: "echo";
|
|
12
|
-
readonly Fable: "fable";
|
|
13
|
-
readonly Onyx: "onyx";
|
|
14
|
-
readonly Nova: "nova";
|
|
15
|
-
readonly Shimmer: "shimmer";
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
19
|
-
*/
|
|
20
|
-
export type ModelConfigurationVoice = ClosedEnum<typeof ModelConfigurationVoice>;
|
|
21
|
-
/**
|
|
22
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
23
|
-
*/
|
|
24
|
-
export declare const ModelConfigurationFormat: {
|
|
25
|
-
readonly Wav: "wav";
|
|
26
|
-
readonly Mp3: "mp3";
|
|
27
|
-
readonly Flac: "flac";
|
|
28
|
-
readonly Opus: "opus";
|
|
29
|
-
readonly Pcm16: "pcm16";
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
33
|
-
*/
|
|
34
|
-
export type ModelConfigurationFormat = ClosedEnum<typeof ModelConfigurationFormat>;
|
|
35
|
-
/**
|
|
36
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
37
|
-
*/
|
|
38
|
-
export type UpdateAgentModelConfigurationAudio = {
|
|
39
|
-
/**
|
|
40
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
41
|
-
*/
|
|
42
|
-
voice: ModelConfigurationVoice;
|
|
43
|
-
/**
|
|
44
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
45
|
-
*/
|
|
46
|
-
format: ModelConfigurationFormat;
|
|
47
|
-
};
|
|
48
6
|
export type UpdateAgentResponseFormatAgentsJsonSchema = {
|
|
49
7
|
/**
|
|
50
8
|
* A description of what the response format is for, used by the model to determine how to respond in the format.
|
|
@@ -129,15 +87,6 @@ export type ModelConfigurationReasoningEffort = ClosedEnum<typeof ModelConfigura
|
|
|
129
87
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
130
88
|
*/
|
|
131
89
|
export type ModelConfigurationStop = string | Array<string>;
|
|
132
|
-
/**
|
|
133
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
134
|
-
*/
|
|
135
|
-
export type ModelConfigurationStreamOptions = {
|
|
136
|
-
/**
|
|
137
|
-
* If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.
|
|
138
|
-
*/
|
|
139
|
-
includeUsage?: boolean | undefined;
|
|
140
|
-
};
|
|
141
90
|
export type ModelConfigurationThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
|
|
142
91
|
/**
|
|
143
92
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -214,19 +163,6 @@ export type ModelConfigurationFallbacks = {
|
|
|
214
163
|
*/
|
|
215
164
|
model: string;
|
|
216
165
|
};
|
|
217
|
-
/**
|
|
218
|
-
* Retry configuration for the request
|
|
219
|
-
*/
|
|
220
|
-
export type UpdateAgentModelConfigurationRetry = {
|
|
221
|
-
/**
|
|
222
|
-
* Number of retry attempts (1-5)
|
|
223
|
-
*/
|
|
224
|
-
count?: number | undefined;
|
|
225
|
-
/**
|
|
226
|
-
* HTTP status codes that trigger retry logic
|
|
227
|
-
*/
|
|
228
|
-
onCodes?: Array<number> | undefined;
|
|
229
|
-
};
|
|
230
166
|
export declare const UpdateAgentModelConfigurationType: {
|
|
231
167
|
readonly ExactMatch: "exact_match";
|
|
232
168
|
};
|
|
@@ -280,10 +216,6 @@ export type ModelConfigurationParameters = {
|
|
|
280
216
|
* The name to display on the trace. If not specified, the default system name will be used.
|
|
281
217
|
*/
|
|
282
218
|
name?: string | undefined;
|
|
283
|
-
/**
|
|
284
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
285
|
-
*/
|
|
286
|
-
audio?: UpdateAgentModelConfigurationAudio | null | undefined;
|
|
287
219
|
/**
|
|
288
220
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
|
|
289
221
|
*/
|
|
@@ -300,18 +232,6 @@ export type ModelConfigurationParameters = {
|
|
|
300
232
|
* An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens
|
|
301
233
|
*/
|
|
302
234
|
maxCompletionTokens?: number | null | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each output token returned in the content of message.
|
|
305
|
-
*/
|
|
306
|
-
logprobs?: boolean | null | undefined;
|
|
307
|
-
/**
|
|
308
|
-
* An integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used.
|
|
309
|
-
*/
|
|
310
|
-
topLogprobs?: number | null | undefined;
|
|
311
|
-
/**
|
|
312
|
-
* How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices. Keep n as 1 to minimize costs.
|
|
313
|
-
*/
|
|
314
|
-
n?: number | null | undefined;
|
|
315
235
|
/**
|
|
316
236
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
|
|
317
237
|
*/
|
|
@@ -345,10 +265,6 @@ export type ModelConfigurationParameters = {
|
|
|
345
265
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
346
266
|
*/
|
|
347
267
|
stop?: string | Array<string> | null | undefined;
|
|
348
|
-
/**
|
|
349
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
350
|
-
*/
|
|
351
|
-
streamOptions?: ModelConfigurationStreamOptions | null | undefined;
|
|
352
268
|
thinking?: components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema | undefined;
|
|
353
269
|
/**
|
|
354
270
|
* 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.
|
|
@@ -382,10 +298,6 @@ export type ModelConfigurationParameters = {
|
|
|
382
298
|
* Array of fallback models to use if primary model fails
|
|
383
299
|
*/
|
|
384
300
|
fallbacks?: Array<ModelConfigurationFallbacks> | undefined;
|
|
385
|
-
/**
|
|
386
|
-
* Retry configuration for the request
|
|
387
|
-
*/
|
|
388
|
-
retry?: UpdateAgentModelConfigurationRetry | undefined;
|
|
389
301
|
/**
|
|
390
302
|
* Cache configuration for the request.
|
|
391
303
|
*/
|
|
@@ -402,7 +314,7 @@ export type ModelConfigurationParameters = {
|
|
|
402
314
|
/**
|
|
403
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.
|
|
404
316
|
*/
|
|
405
|
-
export type
|
|
317
|
+
export type ModelConfigurationRetry = {
|
|
406
318
|
/**
|
|
407
319
|
* Number of retry attempts (1-5)
|
|
408
320
|
*/
|
|
@@ -429,54 +341,12 @@ export type UpdateAgentModelConfiguration2 = {
|
|
|
429
341
|
/**
|
|
430
342
|
* 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.
|
|
431
343
|
*/
|
|
432
|
-
retry?:
|
|
344
|
+
retry?: ModelConfigurationRetry | undefined;
|
|
433
345
|
};
|
|
434
346
|
/**
|
|
435
347
|
* Model configuration for agent execution. Can be a simple model ID string or a configuration object with optional behavior parameters and retry settings.
|
|
436
348
|
*/
|
|
437
349
|
export type UpdateAgentModelConfiguration = UpdateAgentModelConfiguration2 | string;
|
|
438
|
-
/**
|
|
439
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
440
|
-
*/
|
|
441
|
-
export declare const UpdateAgentFallbackModelConfigurationVoice: {
|
|
442
|
-
readonly Alloy: "alloy";
|
|
443
|
-
readonly Echo: "echo";
|
|
444
|
-
readonly Fable: "fable";
|
|
445
|
-
readonly Onyx: "onyx";
|
|
446
|
-
readonly Nova: "nova";
|
|
447
|
-
readonly Shimmer: "shimmer";
|
|
448
|
-
};
|
|
449
|
-
/**
|
|
450
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
451
|
-
*/
|
|
452
|
-
export type UpdateAgentFallbackModelConfigurationVoice = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationVoice>;
|
|
453
|
-
/**
|
|
454
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
455
|
-
*/
|
|
456
|
-
export declare const UpdateAgentFallbackModelConfigurationFormat: {
|
|
457
|
-
readonly Wav: "wav";
|
|
458
|
-
readonly Mp3: "mp3";
|
|
459
|
-
readonly Flac: "flac";
|
|
460
|
-
readonly Opus: "opus";
|
|
461
|
-
readonly Pcm16: "pcm16";
|
|
462
|
-
};
|
|
463
|
-
/**
|
|
464
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
465
|
-
*/
|
|
466
|
-
export type UpdateAgentFallbackModelConfigurationFormat = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationFormat>;
|
|
467
|
-
/**
|
|
468
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
469
|
-
*/
|
|
470
|
-
export type UpdateAgentFallbackModelConfigurationAudio = {
|
|
471
|
-
/**
|
|
472
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
473
|
-
*/
|
|
474
|
-
voice: UpdateAgentFallbackModelConfigurationVoice;
|
|
475
|
-
/**
|
|
476
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
477
|
-
*/
|
|
478
|
-
format: UpdateAgentFallbackModelConfigurationFormat;
|
|
479
|
-
};
|
|
480
350
|
export type UpdateAgentResponseFormatAgentsRequestRequestBodyJsonSchema = {
|
|
481
351
|
/**
|
|
482
352
|
* A description of what the response format is for, used by the model to determine how to respond in the format.
|
|
@@ -561,15 +431,6 @@ export type UpdateAgentFallbackModelConfigurationReasoningEffort = ClosedEnum<ty
|
|
|
561
431
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
562
432
|
*/
|
|
563
433
|
export type UpdateAgentFallbackModelConfigurationStop = string | Array<string>;
|
|
564
|
-
/**
|
|
565
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
566
|
-
*/
|
|
567
|
-
export type UpdateAgentFallbackModelConfigurationStreamOptions = {
|
|
568
|
-
/**
|
|
569
|
-
* If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.
|
|
570
|
-
*/
|
|
571
|
-
includeUsage?: boolean | undefined;
|
|
572
|
-
};
|
|
573
434
|
export type UpdateAgentFallbackModelConfigurationThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
|
|
574
435
|
/**
|
|
575
436
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -646,19 +507,6 @@ export type UpdateAgentFallbackModelConfigurationFallbacks = {
|
|
|
646
507
|
*/
|
|
647
508
|
model: string;
|
|
648
509
|
};
|
|
649
|
-
/**
|
|
650
|
-
* Retry configuration for the request
|
|
651
|
-
*/
|
|
652
|
-
export type UpdateAgentFallbackModelConfigurationRetry = {
|
|
653
|
-
/**
|
|
654
|
-
* Number of retry attempts (1-5)
|
|
655
|
-
*/
|
|
656
|
-
count?: number | undefined;
|
|
657
|
-
/**
|
|
658
|
-
* HTTP status codes that trigger retry logic
|
|
659
|
-
*/
|
|
660
|
-
onCodes?: Array<number> | undefined;
|
|
661
|
-
};
|
|
662
510
|
export declare const UpdateAgentFallbackModelConfigurationType: {
|
|
663
511
|
readonly ExactMatch: "exact_match";
|
|
664
512
|
};
|
|
@@ -712,10 +560,6 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
712
560
|
* The name to display on the trace. If not specified, the default system name will be used.
|
|
713
561
|
*/
|
|
714
562
|
name?: string | undefined;
|
|
715
|
-
/**
|
|
716
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
717
|
-
*/
|
|
718
|
-
audio?: UpdateAgentFallbackModelConfigurationAudio | null | undefined;
|
|
719
563
|
/**
|
|
720
564
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
|
|
721
565
|
*/
|
|
@@ -732,18 +576,6 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
732
576
|
* An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens
|
|
733
577
|
*/
|
|
734
578
|
maxCompletionTokens?: number | null | undefined;
|
|
735
|
-
/**
|
|
736
|
-
* Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each output token returned in the content of message.
|
|
737
|
-
*/
|
|
738
|
-
logprobs?: boolean | null | undefined;
|
|
739
|
-
/**
|
|
740
|
-
* An integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used.
|
|
741
|
-
*/
|
|
742
|
-
topLogprobs?: number | null | undefined;
|
|
743
|
-
/**
|
|
744
|
-
* How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices. Keep n as 1 to minimize costs.
|
|
745
|
-
*/
|
|
746
|
-
n?: number | null | undefined;
|
|
747
579
|
/**
|
|
748
580
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
|
|
749
581
|
*/
|
|
@@ -777,10 +609,6 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
777
609
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
778
610
|
*/
|
|
779
611
|
stop?: string | Array<string> | null | undefined;
|
|
780
|
-
/**
|
|
781
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
782
|
-
*/
|
|
783
|
-
streamOptions?: UpdateAgentFallbackModelConfigurationStreamOptions | null | undefined;
|
|
784
612
|
thinking?: components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema | undefined;
|
|
785
613
|
/**
|
|
786
614
|
* 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.
|
|
@@ -814,10 +642,6 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
814
642
|
* Array of fallback models to use if primary model fails
|
|
815
643
|
*/
|
|
816
644
|
fallbacks?: Array<UpdateAgentFallbackModelConfigurationFallbacks> | undefined;
|
|
817
|
-
/**
|
|
818
|
-
* Retry configuration for the request
|
|
819
|
-
*/
|
|
820
|
-
retry?: UpdateAgentFallbackModelConfigurationRetry | undefined;
|
|
821
645
|
/**
|
|
822
646
|
* Cache configuration for the request.
|
|
823
647
|
*/
|
|
@@ -834,7 +658,7 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
|
|
|
834
658
|
/**
|
|
835
659
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
836
660
|
*/
|
|
837
|
-
export type
|
|
661
|
+
export type UpdateAgentFallbackModelConfigurationRetry = {
|
|
838
662
|
/**
|
|
839
663
|
* Number of retry attempts (1-5)
|
|
840
664
|
*/
|
|
@@ -859,7 +683,7 @@ export type UpdateAgentFallbackModelConfiguration2 = {
|
|
|
859
683
|
/**
|
|
860
684
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
861
685
|
*/
|
|
862
|
-
retry?:
|
|
686
|
+
retry?: UpdateAgentFallbackModelConfigurationRetry | undefined;
|
|
863
687
|
};
|
|
864
688
|
/**
|
|
865
689
|
* Fallback model for automatic failover when primary model request fails. Supports optional parameter overrides. Can be a simple model ID string or a configuration object with model-specific parameters. Fallbacks are tried in order.
|
|
@@ -1303,10 +1127,33 @@ export type UpdateAgentTeamOfAgents = {
|
|
|
1303
1127
|
*/
|
|
1304
1128
|
role?: string | undefined;
|
|
1305
1129
|
};
|
|
1130
|
+
export type UpdateAgentHeaders = {
|
|
1131
|
+
/**
|
|
1132
|
+
* Header value. **Update behavior**: Provide empty string ("") to preserve existing encrypted value without re-entering credentials. Provide new value to rotate. Omit header entirely to remove.
|
|
1133
|
+
*/
|
|
1134
|
+
value: string;
|
|
1135
|
+
encrypted?: boolean | undefined;
|
|
1136
|
+
};
|
|
1306
1137
|
/**
|
|
1307
|
-
*
|
|
1138
|
+
* Update A2A agent configuration (only applicable to A2A agents)
|
|
1308
1139
|
*/
|
|
1309
|
-
export type
|
|
1140
|
+
export type UpdateA2AConfiguration = {
|
|
1141
|
+
/**
|
|
1142
|
+
* Update the A2A agent endpoint URL
|
|
1143
|
+
*/
|
|
1144
|
+
agentUrl?: string | undefined;
|
|
1145
|
+
/**
|
|
1146
|
+
* Update the explicit agent card URL
|
|
1147
|
+
*/
|
|
1148
|
+
cardUrl?: string | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* Update HTTP headers for authentication. **Credential preservation**: Use empty string ("") for encrypted header values to keep existing credentials without re-entry. Provide new values to rotate credentials. Omit headers entirely to remove them.
|
|
1151
|
+
*/
|
|
1152
|
+
headers?: {
|
|
1153
|
+
[k: string]: UpdateAgentHeaders;
|
|
1154
|
+
} | undefined;
|
|
1155
|
+
};
|
|
1156
|
+
export type UpdateAgentRequestBody = {
|
|
1310
1157
|
key?: string | undefined;
|
|
1311
1158
|
displayName?: string | undefined;
|
|
1312
1159
|
projectId?: string | undefined;
|
|
@@ -1354,18 +1201,22 @@ export type UpdateAgentUpdateAgentRequest = {
|
|
|
1354
1201
|
variables?: {
|
|
1355
1202
|
[k: string]: any;
|
|
1356
1203
|
} | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* Update A2A agent configuration (only applicable to A2A agents)
|
|
1206
|
+
*/
|
|
1207
|
+
a2a?: UpdateA2AConfiguration | undefined;
|
|
1357
1208
|
};
|
|
1358
1209
|
export type UpdateAgentRequest = {
|
|
1359
1210
|
/**
|
|
1360
1211
|
* The unique key of the agent to update
|
|
1361
1212
|
*/
|
|
1362
1213
|
agentKey: string;
|
|
1363
|
-
requestBody:
|
|
1214
|
+
requestBody: UpdateAgentRequestBody;
|
|
1364
1215
|
};
|
|
1365
1216
|
/**
|
|
1366
1217
|
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
1367
1218
|
*/
|
|
1368
|
-
export declare const
|
|
1219
|
+
export declare const UpdateAgentResponseBodyAgentsStatus: {
|
|
1369
1220
|
readonly Live: "live";
|
|
1370
1221
|
readonly Draft: "draft";
|
|
1371
1222
|
readonly Pending: "pending";
|
|
@@ -1374,11 +1225,173 @@ export declare const UpdateAgentStatus: {
|
|
|
1374
1225
|
/**
|
|
1375
1226
|
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
1376
1227
|
*/
|
|
1377
|
-
export type
|
|
1228
|
+
export type UpdateAgentResponseBodyAgentsStatus = ClosedEnum<typeof UpdateAgentResponseBodyAgentsStatus>;
|
|
1229
|
+
export type UpdateAgentResponseBodyAgentsTeamOfAgents = {
|
|
1230
|
+
/**
|
|
1231
|
+
* The unique key of the agent within the workspace
|
|
1232
|
+
*/
|
|
1233
|
+
key: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* The role of the agent in this context. This is used to give extra information to the leader to help it decide which agent to hand off to.
|
|
1236
|
+
*/
|
|
1237
|
+
role?: string | undefined;
|
|
1238
|
+
};
|
|
1239
|
+
export type UpdateAgentResponseBodyAgentsMetrics = {
|
|
1240
|
+
totalCost: number;
|
|
1241
|
+
};
|
|
1242
|
+
export type UpdateAgentResponseBodyAgentsKnowledgeBases = {
|
|
1243
|
+
/**
|
|
1244
|
+
* Unique identifier of the knowledge base to search
|
|
1245
|
+
*/
|
|
1246
|
+
knowledgeId: string;
|
|
1247
|
+
};
|
|
1248
|
+
export declare const UpdateAgentResponseBodyAgentsSource: {
|
|
1249
|
+
readonly Internal: "internal";
|
|
1250
|
+
readonly External: "external";
|
|
1251
|
+
readonly Experiment: "experiment";
|
|
1252
|
+
};
|
|
1253
|
+
export type UpdateAgentResponseBodyAgentsSource = ClosedEnum<typeof UpdateAgentResponseBodyAgentsSource>;
|
|
1254
|
+
export type UpdateAgentResponseBodyHeaders = {
|
|
1255
|
+
/**
|
|
1256
|
+
* Header value. **Update behavior**: Provide empty string ("") to preserve existing encrypted value without re-entering credentials. Provide new value to rotate. Omit header entirely to remove.
|
|
1257
|
+
*/
|
|
1258
|
+
value: string;
|
|
1259
|
+
encrypted: boolean;
|
|
1260
|
+
};
|
|
1261
|
+
/**
|
|
1262
|
+
* A2A configuration with agent endpoint and authentication. External agents manage their own model/settings.
|
|
1263
|
+
*/
|
|
1264
|
+
export type UpdateAgentResponseBodyA2AAgentConfiguration = {
|
|
1265
|
+
/**
|
|
1266
|
+
* The A2A agent endpoint URL (e.g., https://example.com/agent/a2a)
|
|
1267
|
+
*/
|
|
1268
|
+
agentUrl: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* Optional explicit URL to fetch agent card. Defaults to {agent_url}/card if not provided
|
|
1271
|
+
*/
|
|
1272
|
+
cardUrl?: string | undefined;
|
|
1273
|
+
/**
|
|
1274
|
+
* HTTP headers for A2A agent requests with encryption support (max 20 headers). **Update behavior**: Empty string values preserve existing encrypted headers, allowing partial updates without credential re-entry.
|
|
1275
|
+
*/
|
|
1276
|
+
headers?: {
|
|
1277
|
+
[k: string]: UpdateAgentResponseBodyHeaders;
|
|
1278
|
+
} | undefined;
|
|
1279
|
+
/**
|
|
1280
|
+
* Cached agent card from discovery. Refreshed periodically.
|
|
1281
|
+
*/
|
|
1282
|
+
cachedCard?: any | undefined;
|
|
1283
|
+
};
|
|
1284
|
+
export type UpdateAgentResponseBody2 = {
|
|
1285
|
+
id: string;
|
|
1286
|
+
/**
|
|
1287
|
+
* Unique identifier for the agent within the workspace
|
|
1288
|
+
*/
|
|
1289
|
+
key: string;
|
|
1290
|
+
displayName?: string | undefined;
|
|
1291
|
+
projectId: string;
|
|
1292
|
+
createdById?: string | null | undefined;
|
|
1293
|
+
updatedById?: string | null | undefined;
|
|
1294
|
+
created?: string | undefined;
|
|
1295
|
+
updated?: string | undefined;
|
|
1296
|
+
/**
|
|
1297
|
+
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
1298
|
+
*/
|
|
1299
|
+
status: UpdateAgentResponseBodyAgentsStatus;
|
|
1300
|
+
versionHash?: string | undefined;
|
|
1301
|
+
/**
|
|
1302
|
+
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
1303
|
+
*
|
|
1304
|
+
* @remarks
|
|
1305
|
+
*
|
|
1306
|
+
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
1307
|
+
*
|
|
1308
|
+
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
1309
|
+
*/
|
|
1310
|
+
path: string;
|
|
1311
|
+
/**
|
|
1312
|
+
* Array of memory store identifiers. Accepts both memory store IDs and keys.
|
|
1313
|
+
*/
|
|
1314
|
+
memoryStores?: Array<string> | undefined;
|
|
1315
|
+
/**
|
|
1316
|
+
* The agents that are accessible to this orchestrator. The main agent can hand off to these agents to perform tasks.
|
|
1317
|
+
*/
|
|
1318
|
+
teamOfAgents?: Array<UpdateAgentResponseBodyAgentsTeamOfAgents> | undefined;
|
|
1319
|
+
metrics?: UpdateAgentResponseBodyAgentsMetrics | undefined;
|
|
1320
|
+
/**
|
|
1321
|
+
* Extracted variables from agent instructions
|
|
1322
|
+
*/
|
|
1323
|
+
variables?: {
|
|
1324
|
+
[k: string]: any;
|
|
1325
|
+
} | undefined;
|
|
1326
|
+
/**
|
|
1327
|
+
* Agent knowledge bases reference
|
|
1328
|
+
*/
|
|
1329
|
+
knowledgeBases?: Array<UpdateAgentResponseBodyAgentsKnowledgeBases> | undefined;
|
|
1330
|
+
source?: UpdateAgentResponseBodyAgentsSource | undefined;
|
|
1331
|
+
/**
|
|
1332
|
+
* External A2A-compliant agent
|
|
1333
|
+
*/
|
|
1334
|
+
type: "a2a";
|
|
1335
|
+
/**
|
|
1336
|
+
* Role fetched from agent card name or user-provided
|
|
1337
|
+
*/
|
|
1338
|
+
role: string;
|
|
1339
|
+
/**
|
|
1340
|
+
* Description fetched from agent card or user-provided
|
|
1341
|
+
*/
|
|
1342
|
+
description: string;
|
|
1343
|
+
systemPrompt?: string | undefined;
|
|
1344
|
+
/**
|
|
1345
|
+
* Instructions from agent card description or user-provided
|
|
1346
|
+
*/
|
|
1347
|
+
instructions: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* A2A configuration with agent endpoint and authentication. External agents manage their own model/settings.
|
|
1350
|
+
*/
|
|
1351
|
+
a2a: UpdateAgentResponseBodyA2AAgentConfiguration;
|
|
1352
|
+
};
|
|
1353
|
+
/**
|
|
1354
|
+
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
1355
|
+
*/
|
|
1356
|
+
export declare const UpdateAgentResponseBodyStatus: {
|
|
1357
|
+
readonly Live: "live";
|
|
1358
|
+
readonly Draft: "draft";
|
|
1359
|
+
readonly Pending: "pending";
|
|
1360
|
+
readonly Published: "published";
|
|
1361
|
+
};
|
|
1362
|
+
/**
|
|
1363
|
+
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
1364
|
+
*/
|
|
1365
|
+
export type UpdateAgentResponseBodyStatus = ClosedEnum<typeof UpdateAgentResponseBodyStatus>;
|
|
1366
|
+
export type UpdateAgentResponseBodyTeamOfAgents = {
|
|
1367
|
+
/**
|
|
1368
|
+
* The unique key of the agent within the workspace
|
|
1369
|
+
*/
|
|
1370
|
+
key: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* The role of the agent in this context. This is used to give extra information to the leader to help it decide which agent to hand off to.
|
|
1373
|
+
*/
|
|
1374
|
+
role?: string | undefined;
|
|
1375
|
+
};
|
|
1376
|
+
export type UpdateAgentResponseBodyMetrics = {
|
|
1377
|
+
totalCost: number;
|
|
1378
|
+
};
|
|
1379
|
+
export type UpdateAgentResponseBodyKnowledgeBases = {
|
|
1380
|
+
/**
|
|
1381
|
+
* Unique identifier of the knowledge base to search
|
|
1382
|
+
*/
|
|
1383
|
+
knowledgeId: string;
|
|
1384
|
+
};
|
|
1385
|
+
export declare const UpdateAgentResponseBodySource: {
|
|
1386
|
+
readonly Internal: "internal";
|
|
1387
|
+
readonly External: "external";
|
|
1388
|
+
readonly Experiment: "experiment";
|
|
1389
|
+
};
|
|
1390
|
+
export type UpdateAgentResponseBodySource = ClosedEnum<typeof UpdateAgentResponseBodySource>;
|
|
1378
1391
|
/**
|
|
1379
1392
|
* If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
|
|
1380
1393
|
*/
|
|
1381
|
-
export declare const
|
|
1394
|
+
export declare const UpdateAgentResponseBodyToolApprovalRequired: {
|
|
1382
1395
|
readonly All: "all";
|
|
1383
1396
|
readonly RespectTool: "respect_tool";
|
|
1384
1397
|
readonly None: "none";
|
|
@@ -1386,8 +1399,8 @@ export declare const UpdateAgentAgentsToolApprovalRequired: {
|
|
|
1386
1399
|
/**
|
|
1387
1400
|
* If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
|
|
1388
1401
|
*/
|
|
1389
|
-
export type
|
|
1390
|
-
export type
|
|
1402
|
+
export type UpdateAgentResponseBodyToolApprovalRequired = ClosedEnum<typeof UpdateAgentResponseBodyToolApprovalRequired>;
|
|
1403
|
+
export type UpdateAgentResponseBodyConditions = {
|
|
1391
1404
|
/**
|
|
1392
1405
|
* The argument of the tool call to evaluate
|
|
1393
1406
|
*/
|
|
@@ -1401,7 +1414,7 @@ export type UpdateAgentConditions = {
|
|
|
1401
1414
|
*/
|
|
1402
1415
|
value: string;
|
|
1403
1416
|
};
|
|
1404
|
-
export type
|
|
1417
|
+
export type UpdateAgentResponseBodyTools = {
|
|
1405
1418
|
/**
|
|
1406
1419
|
* The id of the resource
|
|
1407
1420
|
*/
|
|
@@ -1421,7 +1434,7 @@ export type UpdateAgentTools = {
|
|
|
1421
1434
|
* Nested tool ID for MCP tools (identifies specific tool within MCP server)
|
|
1422
1435
|
*/
|
|
1423
1436
|
toolId?: string | undefined;
|
|
1424
|
-
conditions?: Array<
|
|
1437
|
+
conditions?: Array<UpdateAgentResponseBodyConditions> | undefined;
|
|
1425
1438
|
/**
|
|
1426
1439
|
* Tool execution timeout in seconds (default: 2 minutes, max: 10 minutes)
|
|
1427
1440
|
*/
|
|
@@ -1430,15 +1443,15 @@ export type UpdateAgentTools = {
|
|
|
1430
1443
|
/**
|
|
1431
1444
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1432
1445
|
*/
|
|
1433
|
-
export declare const
|
|
1446
|
+
export declare const UpdateAgentResponseBodyExecuteOn: {
|
|
1434
1447
|
readonly Input: "input";
|
|
1435
1448
|
readonly Output: "output";
|
|
1436
1449
|
};
|
|
1437
1450
|
/**
|
|
1438
1451
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1439
1452
|
*/
|
|
1440
|
-
export type
|
|
1441
|
-
export type
|
|
1453
|
+
export type UpdateAgentResponseBodyExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyExecuteOn>;
|
|
1454
|
+
export type UpdateAgentResponseBodyEvaluators = {
|
|
1442
1455
|
/**
|
|
1443
1456
|
* Unique key or identifier of the evaluator
|
|
1444
1457
|
*/
|
|
@@ -1450,20 +1463,20 @@ export type UpdateAgentAgentsEvaluators = {
|
|
|
1450
1463
|
/**
|
|
1451
1464
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1452
1465
|
*/
|
|
1453
|
-
executeOn:
|
|
1466
|
+
executeOn: UpdateAgentResponseBodyExecuteOn;
|
|
1454
1467
|
};
|
|
1455
1468
|
/**
|
|
1456
1469
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1457
1470
|
*/
|
|
1458
|
-
export declare const
|
|
1471
|
+
export declare const UpdateAgentResponseBodyAgentsExecuteOn: {
|
|
1459
1472
|
readonly Input: "input";
|
|
1460
1473
|
readonly Output: "output";
|
|
1461
1474
|
};
|
|
1462
1475
|
/**
|
|
1463
1476
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1464
1477
|
*/
|
|
1465
|
-
export type
|
|
1466
|
-
export type
|
|
1478
|
+
export type UpdateAgentResponseBodyAgentsExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyAgentsExecuteOn>;
|
|
1479
|
+
export type UpdateAgentResponseBodyGuardrails = {
|
|
1467
1480
|
/**
|
|
1468
1481
|
* Unique key or identifier of the evaluator
|
|
1469
1482
|
*/
|
|
@@ -1475,9 +1488,9 @@ export type UpdateAgentAgentsGuardrails = {
|
|
|
1475
1488
|
/**
|
|
1476
1489
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1477
1490
|
*/
|
|
1478
|
-
executeOn:
|
|
1491
|
+
executeOn: UpdateAgentResponseBodyAgentsExecuteOn;
|
|
1479
1492
|
};
|
|
1480
|
-
export type
|
|
1493
|
+
export type UpdateAgentResponseBodySettings = {
|
|
1481
1494
|
/**
|
|
1482
1495
|
* Maximum iterations(llm calls) before the agent will stop executing.
|
|
1483
1496
|
*/
|
|
@@ -1493,58 +1506,16 @@ export type UpdateAgentAgentsSettings = {
|
|
|
1493
1506
|
/**
|
|
1494
1507
|
* If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
|
|
1495
1508
|
*/
|
|
1496
|
-
toolApprovalRequired:
|
|
1497
|
-
tools?: Array<
|
|
1509
|
+
toolApprovalRequired: UpdateAgentResponseBodyToolApprovalRequired;
|
|
1510
|
+
tools?: Array<UpdateAgentResponseBodyTools> | undefined;
|
|
1498
1511
|
/**
|
|
1499
1512
|
* Configuration for an evaluator applied to the agent
|
|
1500
1513
|
*/
|
|
1501
|
-
evaluators?: Array<
|
|
1514
|
+
evaluators?: Array<UpdateAgentResponseBodyEvaluators> | undefined;
|
|
1502
1515
|
/**
|
|
1503
1516
|
* Configuration for a guardrail applied to the agent
|
|
1504
1517
|
*/
|
|
1505
|
-
guardrails?: Array<
|
|
1506
|
-
};
|
|
1507
|
-
/**
|
|
1508
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1509
|
-
*/
|
|
1510
|
-
export declare const UpdateAgentVoice: {
|
|
1511
|
-
readonly Alloy: "alloy";
|
|
1512
|
-
readonly Echo: "echo";
|
|
1513
|
-
readonly Fable: "fable";
|
|
1514
|
-
readonly Onyx: "onyx";
|
|
1515
|
-
readonly Nova: "nova";
|
|
1516
|
-
readonly Shimmer: "shimmer";
|
|
1517
|
-
};
|
|
1518
|
-
/**
|
|
1519
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1520
|
-
*/
|
|
1521
|
-
export type UpdateAgentVoice = ClosedEnum<typeof UpdateAgentVoice>;
|
|
1522
|
-
/**
|
|
1523
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1524
|
-
*/
|
|
1525
|
-
export declare const UpdateAgentFormat: {
|
|
1526
|
-
readonly Wav: "wav";
|
|
1527
|
-
readonly Mp3: "mp3";
|
|
1528
|
-
readonly Flac: "flac";
|
|
1529
|
-
readonly Opus: "opus";
|
|
1530
|
-
readonly Pcm16: "pcm16";
|
|
1531
|
-
};
|
|
1532
|
-
/**
|
|
1533
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1534
|
-
*/
|
|
1535
|
-
export type UpdateAgentFormat = ClosedEnum<typeof UpdateAgentFormat>;
|
|
1536
|
-
/**
|
|
1537
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
1538
|
-
*/
|
|
1539
|
-
export type UpdateAgentAudio = {
|
|
1540
|
-
/**
|
|
1541
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1542
|
-
*/
|
|
1543
|
-
voice: UpdateAgentVoice;
|
|
1544
|
-
/**
|
|
1545
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1546
|
-
*/
|
|
1547
|
-
format: UpdateAgentFormat;
|
|
1518
|
+
guardrails?: Array<UpdateAgentResponseBodyGuardrails> | undefined;
|
|
1548
1519
|
};
|
|
1549
1520
|
export type UpdateAgentResponseFormatAgentsResponseJsonSchema = {
|
|
1550
1521
|
/**
|
|
@@ -1592,7 +1563,7 @@ export type UpdateAgentResponseFormatAgentsResponseText = {
|
|
|
1592
1563
|
/**
|
|
1593
1564
|
* An object specifying the format that the model must output
|
|
1594
1565
|
*/
|
|
1595
|
-
export type
|
|
1566
|
+
export type UpdateAgentResponseBodyResponseFormat = UpdateAgentResponseFormatAgentsResponseText | UpdateAgentResponseFormatAgentsResponseJSONObject | UpdateAgentResponseFormatAgentsResponse200JSONSchema;
|
|
1596
1567
|
/**
|
|
1597
1568
|
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1598
1569
|
*
|
|
@@ -1605,7 +1576,7 @@ export type UpdateAgentResponseFormat = UpdateAgentResponseFormatAgentsResponseT
|
|
|
1605
1576
|
*
|
|
1606
1577
|
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1607
1578
|
*/
|
|
1608
|
-
export declare const
|
|
1579
|
+
export declare const UpdateAgentResponseBodyReasoningEffort: {
|
|
1609
1580
|
readonly None: "none";
|
|
1610
1581
|
readonly Minimal: "minimal";
|
|
1611
1582
|
readonly Low: "low";
|
|
@@ -1625,21 +1596,12 @@ export declare const UpdateAgentReasoningEffort: {
|
|
|
1625
1596
|
*
|
|
1626
1597
|
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1627
1598
|
*/
|
|
1628
|
-
export type
|
|
1599
|
+
export type UpdateAgentResponseBodyReasoningEffort = ClosedEnum<typeof UpdateAgentResponseBodyReasoningEffort>;
|
|
1629
1600
|
/**
|
|
1630
1601
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
1631
1602
|
*/
|
|
1632
|
-
export type
|
|
1633
|
-
|
|
1634
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
1635
|
-
*/
|
|
1636
|
-
export type UpdateAgentStreamOptions = {
|
|
1637
|
-
/**
|
|
1638
|
-
* If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.
|
|
1639
|
-
*/
|
|
1640
|
-
includeUsage?: boolean | undefined;
|
|
1641
|
-
};
|
|
1642
|
-
export type UpdateAgentThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
|
|
1603
|
+
export type UpdateAgentResponseBodyStop = string | Array<string>;
|
|
1604
|
+
export type UpdateAgentResponseBodyThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
|
|
1643
1605
|
/**
|
|
1644
1606
|
* The type of the tool. Currently, only function is supported.
|
|
1645
1607
|
*/
|
|
@@ -1672,12 +1634,12 @@ export type UpdateAgentToolChoiceAgentsResponse1 = ClosedEnum<typeof UpdateAgent
|
|
|
1672
1634
|
/**
|
|
1673
1635
|
* Controls which (if any) tool is called by the model.
|
|
1674
1636
|
*/
|
|
1675
|
-
export type
|
|
1676
|
-
export declare const
|
|
1637
|
+
export type UpdateAgentResponseBodyToolChoice = UpdateAgentToolChoiceAgentsResponse2 | UpdateAgentToolChoiceAgentsResponse1;
|
|
1638
|
+
export declare const UpdateAgentResponseBodyModalities: {
|
|
1677
1639
|
readonly Text: "text";
|
|
1678
1640
|
readonly Audio: "audio";
|
|
1679
1641
|
};
|
|
1680
|
-
export type
|
|
1642
|
+
export type UpdateAgentResponseBodyModalities = ClosedEnum<typeof UpdateAgentResponseBodyModalities>;
|
|
1681
1643
|
/**
|
|
1682
1644
|
* The key of the guardrail.
|
|
1683
1645
|
*/
|
|
@@ -1690,57 +1652,44 @@ export declare const UpdateAgentIdAgentsResponse1: {
|
|
|
1690
1652
|
* The key of the guardrail.
|
|
1691
1653
|
*/
|
|
1692
1654
|
export type UpdateAgentIdAgentsResponse1 = ClosedEnum<typeof UpdateAgentIdAgentsResponse1>;
|
|
1693
|
-
export type
|
|
1655
|
+
export type UpdateAgentResponseBodyId = UpdateAgentIdAgentsResponse1 | string;
|
|
1694
1656
|
/**
|
|
1695
1657
|
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
1696
1658
|
*/
|
|
1697
|
-
export declare const
|
|
1659
|
+
export declare const UpdateAgentResponseBodyAgentsResponseExecuteOn: {
|
|
1698
1660
|
readonly Input: "input";
|
|
1699
1661
|
readonly Output: "output";
|
|
1700
1662
|
};
|
|
1701
1663
|
/**
|
|
1702
1664
|
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
1703
1665
|
*/
|
|
1704
|
-
export type
|
|
1705
|
-
export type
|
|
1666
|
+
export type UpdateAgentResponseBodyAgentsResponseExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyAgentsResponseExecuteOn>;
|
|
1667
|
+
export type UpdateAgentResponseBodyAgentsGuardrails = {
|
|
1706
1668
|
id: UpdateAgentIdAgentsResponse1 | string;
|
|
1707
1669
|
/**
|
|
1708
1670
|
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
1709
1671
|
*/
|
|
1710
|
-
executeOn:
|
|
1672
|
+
executeOn: UpdateAgentResponseBodyAgentsResponseExecuteOn;
|
|
1711
1673
|
};
|
|
1712
|
-
export type
|
|
1674
|
+
export type UpdateAgentResponseBodyFallbacks = {
|
|
1713
1675
|
/**
|
|
1714
1676
|
* Fallback model identifier
|
|
1715
1677
|
*/
|
|
1716
1678
|
model: string;
|
|
1717
1679
|
};
|
|
1718
|
-
|
|
1719
|
-
* Retry configuration for the request
|
|
1720
|
-
*/
|
|
1721
|
-
export type UpdateAgentAgentsRetry = {
|
|
1722
|
-
/**
|
|
1723
|
-
* Number of retry attempts (1-5)
|
|
1724
|
-
*/
|
|
1725
|
-
count: number;
|
|
1726
|
-
/**
|
|
1727
|
-
* HTTP status codes that trigger retry logic
|
|
1728
|
-
*/
|
|
1729
|
-
onCodes?: Array<number> | undefined;
|
|
1730
|
-
};
|
|
1731
|
-
export declare const UpdateAgentType: {
|
|
1680
|
+
export declare const UpdateAgentResponseBodyAgentsResponseType: {
|
|
1732
1681
|
readonly ExactMatch: "exact_match";
|
|
1733
1682
|
};
|
|
1734
|
-
export type
|
|
1683
|
+
export type UpdateAgentResponseBodyAgentsResponseType = ClosedEnum<typeof UpdateAgentResponseBodyAgentsResponseType>;
|
|
1735
1684
|
/**
|
|
1736
1685
|
* Cache configuration for the request.
|
|
1737
1686
|
*/
|
|
1738
|
-
export type
|
|
1687
|
+
export type UpdateAgentResponseBodyCache = {
|
|
1739
1688
|
/**
|
|
1740
1689
|
* Time to live for cached responses in seconds. Maximum 259200 seconds (3 days).
|
|
1741
1690
|
*/
|
|
1742
1691
|
ttl: number;
|
|
1743
|
-
type:
|
|
1692
|
+
type: UpdateAgentResponseBodyAgentsResponseType;
|
|
1744
1693
|
};
|
|
1745
1694
|
export declare const UpdateAgentLoadBalancerAgentsResponseType: {
|
|
1746
1695
|
readonly WeightBased: "weight_based";
|
|
@@ -1763,11 +1712,11 @@ export type UpdateAgentLoadBalancerAgentsResponse1 = {
|
|
|
1763
1712
|
/**
|
|
1764
1713
|
* Load balancer configuration for the request.
|
|
1765
1714
|
*/
|
|
1766
|
-
export type
|
|
1715
|
+
export type UpdateAgentResponseBodyLoadBalancer = UpdateAgentLoadBalancerAgentsResponse1;
|
|
1767
1716
|
/**
|
|
1768
1717
|
* 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.
|
|
1769
1718
|
*/
|
|
1770
|
-
export type
|
|
1719
|
+
export type UpdateAgentResponseBodyTimeout = {
|
|
1771
1720
|
/**
|
|
1772
1721
|
* Timeout value in milliseconds
|
|
1773
1722
|
*/
|
|
@@ -1776,15 +1725,11 @@ export type UpdateAgentTimeout = {
|
|
|
1776
1725
|
/**
|
|
1777
1726
|
* 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.
|
|
1778
1727
|
*/
|
|
1779
|
-
export type
|
|
1728
|
+
export type UpdateAgentResponseBodyParameters = {
|
|
1780
1729
|
/**
|
|
1781
1730
|
* The name to display on the trace. If not specified, the default system name will be used.
|
|
1782
1731
|
*/
|
|
1783
1732
|
name?: string | undefined;
|
|
1784
|
-
/**
|
|
1785
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
1786
|
-
*/
|
|
1787
|
-
audio?: UpdateAgentAudio | null | undefined;
|
|
1788
1733
|
/**
|
|
1789
1734
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
|
|
1790
1735
|
*/
|
|
@@ -1801,18 +1746,6 @@ export type UpdateAgentParameters = {
|
|
|
1801
1746
|
* An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens
|
|
1802
1747
|
*/
|
|
1803
1748
|
maxCompletionTokens?: number | null | undefined;
|
|
1804
|
-
/**
|
|
1805
|
-
* Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each output token returned in the content of message.
|
|
1806
|
-
*/
|
|
1807
|
-
logprobs?: boolean | null | undefined;
|
|
1808
|
-
/**
|
|
1809
|
-
* An integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used.
|
|
1810
|
-
*/
|
|
1811
|
-
topLogprobs?: number | null | undefined;
|
|
1812
|
-
/**
|
|
1813
|
-
* How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices. Keep n as 1 to minimize costs.
|
|
1814
|
-
*/
|
|
1815
|
-
n?: number | null | undefined;
|
|
1816
1749
|
/**
|
|
1817
1750
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
|
|
1818
1751
|
*/
|
|
@@ -1833,7 +1766,7 @@ export type UpdateAgentParameters = {
|
|
|
1833
1766
|
*
|
|
1834
1767
|
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1835
1768
|
*/
|
|
1836
|
-
reasoningEffort?:
|
|
1769
|
+
reasoningEffort?: UpdateAgentResponseBodyReasoningEffort | undefined;
|
|
1837
1770
|
/**
|
|
1838
1771
|
* Adjusts response verbosity. Lower levels yield shorter answers.
|
|
1839
1772
|
*/
|
|
@@ -1846,10 +1779,6 @@ export type UpdateAgentParameters = {
|
|
|
1846
1779
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
1847
1780
|
*/
|
|
1848
1781
|
stop?: string | Array<string> | null | undefined;
|
|
1849
|
-
/**
|
|
1850
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
1851
|
-
*/
|
|
1852
|
-
streamOptions?: UpdateAgentStreamOptions | null | undefined;
|
|
1853
1782
|
thinking?: components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema | undefined;
|
|
1854
1783
|
/**
|
|
1855
1784
|
* 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.
|
|
@@ -1874,23 +1803,19 @@ export type UpdateAgentParameters = {
|
|
|
1874
1803
|
/**
|
|
1875
1804
|
* Output types that you would like the model to generate. Most models are capable of generating text, which is the default: ["text"]. The gpt-4o-audio-preview model can also be used to generate audio. To request that this model generate both text and audio responses, you can use: ["text", "audio"].
|
|
1876
1805
|
*/
|
|
1877
|
-
modalities?: Array<
|
|
1806
|
+
modalities?: Array<UpdateAgentResponseBodyModalities> | null | undefined;
|
|
1878
1807
|
/**
|
|
1879
1808
|
* A list of guardrails to apply to the request.
|
|
1880
1809
|
*/
|
|
1881
|
-
guardrails?: Array<
|
|
1810
|
+
guardrails?: Array<UpdateAgentResponseBodyAgentsGuardrails> | undefined;
|
|
1882
1811
|
/**
|
|
1883
1812
|
* Array of fallback models to use if primary model fails
|
|
1884
1813
|
*/
|
|
1885
|
-
fallbacks?: Array<
|
|
1886
|
-
/**
|
|
1887
|
-
* Retry configuration for the request
|
|
1888
|
-
*/
|
|
1889
|
-
retry?: UpdateAgentAgentsRetry | undefined;
|
|
1814
|
+
fallbacks?: Array<UpdateAgentResponseBodyFallbacks> | undefined;
|
|
1890
1815
|
/**
|
|
1891
1816
|
* Cache configuration for the request.
|
|
1892
1817
|
*/
|
|
1893
|
-
cache?:
|
|
1818
|
+
cache?: UpdateAgentResponseBodyCache | undefined;
|
|
1894
1819
|
/**
|
|
1895
1820
|
* Load balancer configuration for the request.
|
|
1896
1821
|
*/
|
|
@@ -1898,12 +1823,12 @@ export type UpdateAgentParameters = {
|
|
|
1898
1823
|
/**
|
|
1899
1824
|
* 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.
|
|
1900
1825
|
*/
|
|
1901
|
-
timeout?:
|
|
1826
|
+
timeout?: UpdateAgentResponseBodyTimeout | undefined;
|
|
1902
1827
|
};
|
|
1903
1828
|
/**
|
|
1904
1829
|
* 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).
|
|
1905
1830
|
*/
|
|
1906
|
-
export type
|
|
1831
|
+
export type UpdateAgentResponseBodyRetry = {
|
|
1907
1832
|
/**
|
|
1908
1833
|
* Number of retry attempts (1-5)
|
|
1909
1834
|
*/
|
|
@@ -1913,48 +1838,6 @@ export type UpdateAgentRetry = {
|
|
|
1913
1838
|
*/
|
|
1914
1839
|
onCodes?: Array<number> | undefined;
|
|
1915
1840
|
};
|
|
1916
|
-
/**
|
|
1917
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1918
|
-
*/
|
|
1919
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsVoice: {
|
|
1920
|
-
readonly Alloy: "alloy";
|
|
1921
|
-
readonly Echo: "echo";
|
|
1922
|
-
readonly Fable: "fable";
|
|
1923
|
-
readonly Onyx: "onyx";
|
|
1924
|
-
readonly Nova: "nova";
|
|
1925
|
-
readonly Shimmer: "shimmer";
|
|
1926
|
-
};
|
|
1927
|
-
/**
|
|
1928
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1929
|
-
*/
|
|
1930
|
-
export type UpdateAgentFallbackModelConfigurationAgentsVoice = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsVoice>;
|
|
1931
|
-
/**
|
|
1932
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1933
|
-
*/
|
|
1934
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsFormat: {
|
|
1935
|
-
readonly Wav: "wav";
|
|
1936
|
-
readonly Mp3: "mp3";
|
|
1937
|
-
readonly Flac: "flac";
|
|
1938
|
-
readonly Opus: "opus";
|
|
1939
|
-
readonly Pcm16: "pcm16";
|
|
1940
|
-
};
|
|
1941
|
-
/**
|
|
1942
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1943
|
-
*/
|
|
1944
|
-
export type UpdateAgentFallbackModelConfigurationAgentsFormat = ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsFormat>;
|
|
1945
|
-
/**
|
|
1946
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
1947
|
-
*/
|
|
1948
|
-
export type UpdateAgentFallbackModelConfigurationAgentsAudio = {
|
|
1949
|
-
/**
|
|
1950
|
-
* The voice the model uses to respond. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.
|
|
1951
|
-
*/
|
|
1952
|
-
voice: UpdateAgentFallbackModelConfigurationAgentsVoice;
|
|
1953
|
-
/**
|
|
1954
|
-
* Specifies the output audio format. Must be one of wav, mp3, flac, opus, or pcm16.
|
|
1955
|
-
*/
|
|
1956
|
-
format: UpdateAgentFallbackModelConfigurationAgentsFormat;
|
|
1957
|
-
};
|
|
1958
1841
|
export type UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema = {
|
|
1959
1842
|
/**
|
|
1960
1843
|
* A description of what the response format is for, used by the model to determine how to respond in the format.
|
|
@@ -2039,15 +1922,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsReasoningEffort = ClosedE
|
|
|
2039
1922
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
2040
1923
|
*/
|
|
2041
1924
|
export type UpdateAgentFallbackModelConfigurationAgentsStop = string | Array<string>;
|
|
2042
|
-
/**
|
|
2043
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
2044
|
-
*/
|
|
2045
|
-
export type UpdateAgentFallbackModelConfigurationAgentsStreamOptions = {
|
|
2046
|
-
/**
|
|
2047
|
-
* If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.
|
|
2048
|
-
*/
|
|
2049
|
-
includeUsage?: boolean | undefined;
|
|
2050
|
-
};
|
|
2051
1925
|
export type UpdateAgentFallbackModelConfigurationAgentsThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
|
|
2052
1926
|
/**
|
|
2053
1927
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -2124,19 +1998,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsFallbacks = {
|
|
|
2124
1998
|
*/
|
|
2125
1999
|
model: string;
|
|
2126
2000
|
};
|
|
2127
|
-
/**
|
|
2128
|
-
* Retry configuration for the request
|
|
2129
|
-
*/
|
|
2130
|
-
export type UpdateAgentFallbackModelConfigurationAgentsResponse200Retry = {
|
|
2131
|
-
/**
|
|
2132
|
-
* Number of retry attempts (1-5)
|
|
2133
|
-
*/
|
|
2134
|
-
count: number;
|
|
2135
|
-
/**
|
|
2136
|
-
* HTTP status codes that trigger retry logic
|
|
2137
|
-
*/
|
|
2138
|
-
onCodes?: Array<number> | undefined;
|
|
2139
|
-
};
|
|
2140
2001
|
export declare const UpdateAgentFallbackModelConfigurationAgentsType: {
|
|
2141
2002
|
readonly ExactMatch: "exact_match";
|
|
2142
2003
|
};
|
|
@@ -2190,10 +2051,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2190
2051
|
* The name to display on the trace. If not specified, the default system name will be used.
|
|
2191
2052
|
*/
|
|
2192
2053
|
name?: string | undefined;
|
|
2193
|
-
/**
|
|
2194
|
-
* Parameters for audio output. Required when audio output is requested with modalities: ["audio"]. Learn more.
|
|
2195
|
-
*/
|
|
2196
|
-
audio?: UpdateAgentFallbackModelConfigurationAgentsAudio | null | undefined;
|
|
2197
2054
|
/**
|
|
2198
2055
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
|
|
2199
2056
|
*/
|
|
@@ -2210,18 +2067,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2210
2067
|
* An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens
|
|
2211
2068
|
*/
|
|
2212
2069
|
maxCompletionTokens?: number | null | undefined;
|
|
2213
|
-
/**
|
|
2214
|
-
* Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each output token returned in the content of message.
|
|
2215
|
-
*/
|
|
2216
|
-
logprobs?: boolean | null | undefined;
|
|
2217
|
-
/**
|
|
2218
|
-
* An integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used.
|
|
2219
|
-
*/
|
|
2220
|
-
topLogprobs?: number | null | undefined;
|
|
2221
|
-
/**
|
|
2222
|
-
* How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices. Keep n as 1 to minimize costs.
|
|
2223
|
-
*/
|
|
2224
|
-
n?: number | null | undefined;
|
|
2225
2070
|
/**
|
|
2226
2071
|
* Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
|
|
2227
2072
|
*/
|
|
@@ -2255,10 +2100,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2255
2100
|
* Up to 4 sequences where the API will stop generating further tokens.
|
|
2256
2101
|
*/
|
|
2257
2102
|
stop?: string | Array<string> | null | undefined;
|
|
2258
|
-
/**
|
|
2259
|
-
* Options for streaming response. Only set this when you set stream: true.
|
|
2260
|
-
*/
|
|
2261
|
-
streamOptions?: UpdateAgentFallbackModelConfigurationAgentsStreamOptions | null | undefined;
|
|
2262
2103
|
thinking?: components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema | undefined;
|
|
2263
2104
|
/**
|
|
2264
2105
|
* 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.
|
|
@@ -2292,10 +2133,6 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2292
2133
|
* Array of fallback models to use if primary model fails
|
|
2293
2134
|
*/
|
|
2294
2135
|
fallbacks?: Array<UpdateAgentFallbackModelConfigurationAgentsFallbacks> | undefined;
|
|
2295
|
-
/**
|
|
2296
|
-
* Retry configuration for the request
|
|
2297
|
-
*/
|
|
2298
|
-
retry?: UpdateAgentFallbackModelConfigurationAgentsResponse200Retry | undefined;
|
|
2299
2136
|
/**
|
|
2300
2137
|
* Cache configuration for the request.
|
|
2301
2138
|
*/
|
|
@@ -2312,7 +2149,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
|
|
|
2312
2149
|
/**
|
|
2313
2150
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
2314
2151
|
*/
|
|
2315
|
-
export type
|
|
2152
|
+
export type UpdateAgentFallbackModelConfigurationAgentsRetry = {
|
|
2316
2153
|
/**
|
|
2317
2154
|
* Number of retry attempts (1-5)
|
|
2318
2155
|
*/
|
|
@@ -2337,13 +2174,13 @@ export type UpdateAgentFallbackModelConfigurationAgents2 = {
|
|
|
2337
2174
|
/**
|
|
2338
2175
|
* Retry configuration for this fallback model. Allows customizing retry count (1-5) and HTTP status codes that trigger retries.
|
|
2339
2176
|
*/
|
|
2340
|
-
retry?:
|
|
2177
|
+
retry?: UpdateAgentFallbackModelConfigurationAgentsRetry | undefined;
|
|
2341
2178
|
};
|
|
2342
2179
|
/**
|
|
2343
2180
|
* Fallback model for automatic failover when primary model request fails. Supports optional parameter overrides. Can be a simple model ID string or a configuration object with model-specific parameters. Fallbacks are tried in order.
|
|
2344
2181
|
*/
|
|
2345
|
-
export type
|
|
2346
|
-
export type
|
|
2182
|
+
export type UpdateAgentResponseBodyFallbackModelConfiguration = UpdateAgentFallbackModelConfigurationAgents2 | string;
|
|
2183
|
+
export type UpdateAgentResponseBodyModel = {
|
|
2347
2184
|
/**
|
|
2348
2185
|
* The database ID of the primary model
|
|
2349
2186
|
*/
|
|
@@ -2355,67 +2192,32 @@ export type UpdateAgentModel = {
|
|
|
2355
2192
|
/**
|
|
2356
2193
|
* 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.
|
|
2357
2194
|
*/
|
|
2358
|
-
parameters?:
|
|
2195
|
+
parameters?: UpdateAgentResponseBodyParameters | undefined;
|
|
2359
2196
|
/**
|
|
2360
2197
|
* 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).
|
|
2361
2198
|
*/
|
|
2362
|
-
retry?:
|
|
2199
|
+
retry?: UpdateAgentResponseBodyRetry | undefined;
|
|
2363
2200
|
/**
|
|
2364
2201
|
* Optional array of fallback models (string IDs or config objects) that will be used automatically in order if the primary model fails
|
|
2365
2202
|
*/
|
|
2366
2203
|
fallbackModels?: Array<UpdateAgentFallbackModelConfigurationAgents2 | string> | null | undefined;
|
|
2367
2204
|
};
|
|
2368
|
-
export type
|
|
2369
|
-
/**
|
|
2370
|
-
* The unique key of the agent within the workspace
|
|
2371
|
-
*/
|
|
2372
|
-
key: string;
|
|
2373
|
-
/**
|
|
2374
|
-
* The role of the agent in this context. This is used to give extra information to the leader to help it decide which agent to hand off to.
|
|
2375
|
-
*/
|
|
2376
|
-
role?: string | undefined;
|
|
2377
|
-
};
|
|
2378
|
-
export type UpdateAgentMetrics = {
|
|
2379
|
-
totalCost: number;
|
|
2380
|
-
};
|
|
2381
|
-
export type UpdateAgentAgentsKnowledgeBases = {
|
|
2382
|
-
/**
|
|
2383
|
-
* Unique identifier of the knowledge base to search
|
|
2384
|
-
*/
|
|
2385
|
-
knowledgeId: string;
|
|
2386
|
-
};
|
|
2387
|
-
export declare const UpdateAgentSource: {
|
|
2388
|
-
readonly Internal: "internal";
|
|
2389
|
-
readonly External: "external";
|
|
2390
|
-
readonly Experiment: "experiment";
|
|
2391
|
-
};
|
|
2392
|
-
export type UpdateAgentSource = ClosedEnum<typeof UpdateAgentSource>;
|
|
2393
|
-
/**
|
|
2394
|
-
* Agent configuration successfully updated. Returns the complete updated agent manifest reflecting all changes made.
|
|
2395
|
-
*/
|
|
2396
|
-
export type UpdateAgentResponseBody = {
|
|
2205
|
+
export type UpdateAgentResponseBody1 = {
|
|
2397
2206
|
id: string;
|
|
2398
2207
|
/**
|
|
2399
2208
|
* Unique identifier for the agent within the workspace
|
|
2400
2209
|
*/
|
|
2401
2210
|
key: string;
|
|
2402
2211
|
displayName?: string | undefined;
|
|
2403
|
-
workspaceId: string;
|
|
2404
2212
|
projectId: string;
|
|
2405
2213
|
createdById?: string | null | undefined;
|
|
2406
2214
|
updatedById?: string | null | undefined;
|
|
2407
2215
|
created?: string | undefined;
|
|
2408
2216
|
updated?: string | undefined;
|
|
2409
|
-
role: string;
|
|
2410
|
-
description: string;
|
|
2411
|
-
systemPrompt?: string | undefined;
|
|
2412
|
-
instructions: string;
|
|
2413
2217
|
/**
|
|
2414
2218
|
* The status of the agent. `Live` is the latest version of the agent. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
2415
2219
|
*/
|
|
2416
|
-
status:
|
|
2417
|
-
settings?: UpdateAgentAgentsSettings | undefined;
|
|
2418
|
-
model: UpdateAgentModel;
|
|
2220
|
+
status: UpdateAgentResponseBodyStatus;
|
|
2419
2221
|
versionHash?: string | undefined;
|
|
2420
2222
|
/**
|
|
2421
2223
|
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
@@ -2430,12 +2232,12 @@ export type UpdateAgentResponseBody = {
|
|
|
2430
2232
|
/**
|
|
2431
2233
|
* Array of memory store identifiers. Accepts both memory store IDs and keys.
|
|
2432
2234
|
*/
|
|
2433
|
-
memoryStores
|
|
2235
|
+
memoryStores?: Array<string> | undefined;
|
|
2434
2236
|
/**
|
|
2435
2237
|
* The agents that are accessible to this orchestrator. The main agent can hand off to these agents to perform tasks.
|
|
2436
2238
|
*/
|
|
2437
|
-
teamOfAgents
|
|
2438
|
-
metrics?:
|
|
2239
|
+
teamOfAgents?: Array<UpdateAgentResponseBodyTeamOfAgents> | undefined;
|
|
2240
|
+
metrics?: UpdateAgentResponseBodyMetrics | undefined;
|
|
2439
2241
|
/**
|
|
2440
2242
|
* Extracted variables from agent instructions
|
|
2441
2243
|
*/
|
|
@@ -2445,21 +2247,23 @@ export type UpdateAgentResponseBody = {
|
|
|
2445
2247
|
/**
|
|
2446
2248
|
* Agent knowledge bases reference
|
|
2447
2249
|
*/
|
|
2448
|
-
knowledgeBases?: Array<
|
|
2449
|
-
source?:
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2250
|
+
knowledgeBases?: Array<UpdateAgentResponseBodyKnowledgeBases> | undefined;
|
|
2251
|
+
source?: UpdateAgentResponseBodySource | undefined;
|
|
2252
|
+
/**
|
|
2253
|
+
* Orquesta-managed agent
|
|
2254
|
+
*/
|
|
2255
|
+
type: "internal";
|
|
2256
|
+
role: string;
|
|
2257
|
+
description: string;
|
|
2258
|
+
systemPrompt?: string | undefined;
|
|
2259
|
+
instructions: string;
|
|
2260
|
+
settings?: UpdateAgentResponseBodySettings | undefined;
|
|
2261
|
+
model: UpdateAgentResponseBodyModel;
|
|
2459
2262
|
};
|
|
2460
|
-
/**
|
|
2461
|
-
|
|
2462
|
-
|
|
2263
|
+
/**
|
|
2264
|
+
* Agent configuration successfully updated. Returns the complete updated agent manifest reflecting all changes made.
|
|
2265
|
+
*/
|
|
2266
|
+
export type UpdateAgentResponseBody = UpdateAgentResponseBody1 | UpdateAgentResponseBody2;
|
|
2463
2267
|
/** @internal */
|
|
2464
2268
|
export type UpdateAgentResponseFormatAgentsJsonSchema$Outbound = {
|
|
2465
2269
|
description?: string | undefined;
|
|
@@ -2505,13 +2309,6 @@ export type ModelConfigurationStop$Outbound = string | Array<string>;
|
|
|
2505
2309
|
export declare const ModelConfigurationStop$outboundSchema: z.ZodType<ModelConfigurationStop$Outbound, z.ZodTypeDef, ModelConfigurationStop>;
|
|
2506
2310
|
export declare function modelConfigurationStopToJSON(modelConfigurationStop: ModelConfigurationStop): string;
|
|
2507
2311
|
/** @internal */
|
|
2508
|
-
export type ModelConfigurationStreamOptions$Outbound = {
|
|
2509
|
-
include_usage?: boolean | undefined;
|
|
2510
|
-
};
|
|
2511
|
-
/** @internal */
|
|
2512
|
-
export declare const ModelConfigurationStreamOptions$outboundSchema: z.ZodType<ModelConfigurationStreamOptions$Outbound, z.ZodTypeDef, ModelConfigurationStreamOptions>;
|
|
2513
|
-
export declare function modelConfigurationStreamOptionsToJSON(modelConfigurationStreamOptions: ModelConfigurationStreamOptions): string;
|
|
2514
|
-
/** @internal */
|
|
2515
2312
|
export type ModelConfigurationThinking$Outbound = components.ThinkingConfigDisabledSchema$Outbound | components.ThinkingConfigEnabledSchema$Outbound;
|
|
2516
2313
|
/** @internal */
|
|
2517
2314
|
export declare const ModelConfigurationThinking$outboundSchema: z.ZodType<ModelConfigurationThinking$Outbound, z.ZodTypeDef, ModelConfigurationThinking>;
|
|
@@ -2567,14 +2364,6 @@ export type ModelConfigurationFallbacks$Outbound = {
|
|
|
2567
2364
|
export declare const ModelConfigurationFallbacks$outboundSchema: z.ZodType<ModelConfigurationFallbacks$Outbound, z.ZodTypeDef, ModelConfigurationFallbacks>;
|
|
2568
2365
|
export declare function modelConfigurationFallbacksToJSON(modelConfigurationFallbacks: ModelConfigurationFallbacks): string;
|
|
2569
2366
|
/** @internal */
|
|
2570
|
-
export type UpdateAgentModelConfigurationRetry$Outbound = {
|
|
2571
|
-
count: number;
|
|
2572
|
-
on_codes?: Array<number> | undefined;
|
|
2573
|
-
};
|
|
2574
|
-
/** @internal */
|
|
2575
|
-
export declare const UpdateAgentModelConfigurationRetry$outboundSchema: z.ZodType<UpdateAgentModelConfigurationRetry$Outbound, z.ZodTypeDef, UpdateAgentModelConfigurationRetry>;
|
|
2576
|
-
export declare function updateAgentModelConfigurationRetryToJSON(updateAgentModelConfigurationRetry: UpdateAgentModelConfigurationRetry): string;
|
|
2577
|
-
/** @internal */
|
|
2578
2367
|
export declare const UpdateAgentModelConfigurationType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentModelConfigurationType>;
|
|
2579
2368
|
/** @internal */
|
|
2580
2369
|
export type ModelConfigurationCache$Outbound = {
|
|
@@ -2617,20 +2406,15 @@ export declare function modelConfigurationTimeoutToJSON(modelConfigurationTimeou
|
|
|
2617
2406
|
/** @internal */
|
|
2618
2407
|
export type ModelConfigurationParameters$Outbound = {
|
|
2619
2408
|
name?: string | undefined;
|
|
2620
|
-
audio?: UpdateAgentModelConfigurationAudio$Outbound | null | undefined;
|
|
2621
2409
|
frequency_penalty?: number | null | undefined;
|
|
2622
2410
|
max_tokens?: number | null | undefined;
|
|
2623
2411
|
max_completion_tokens?: number | null | undefined;
|
|
2624
|
-
logprobs?: boolean | null | undefined;
|
|
2625
|
-
top_logprobs?: number | null | undefined;
|
|
2626
|
-
n?: number | null | undefined;
|
|
2627
2412
|
presence_penalty?: number | null | undefined;
|
|
2628
2413
|
response_format?: UpdateAgentResponseFormatText$Outbound | UpdateAgentResponseFormatJSONObject$Outbound | UpdateAgentResponseFormatJSONSchema$Outbound | undefined;
|
|
2629
2414
|
reasoning_effort?: string | undefined;
|
|
2630
2415
|
verbosity?: string | undefined;
|
|
2631
2416
|
seed?: number | null | undefined;
|
|
2632
2417
|
stop?: string | Array<string> | null | undefined;
|
|
2633
|
-
stream_options?: ModelConfigurationStreamOptions$Outbound | null | undefined;
|
|
2634
2418
|
thinking?: components.ThinkingConfigDisabledSchema$Outbound | components.ThinkingConfigEnabledSchema$Outbound | undefined;
|
|
2635
2419
|
temperature?: number | null | undefined;
|
|
2636
2420
|
top_p?: number | null | undefined;
|
|
@@ -2640,7 +2424,6 @@ export type ModelConfigurationParameters$Outbound = {
|
|
|
2640
2424
|
modalities?: Array<string> | null | undefined;
|
|
2641
2425
|
guardrails?: Array<ModelConfigurationGuardrails$Outbound> | undefined;
|
|
2642
2426
|
fallbacks?: Array<ModelConfigurationFallbacks$Outbound> | undefined;
|
|
2643
|
-
retry?: UpdateAgentModelConfigurationRetry$Outbound | undefined;
|
|
2644
2427
|
cache?: ModelConfigurationCache$Outbound | undefined;
|
|
2645
2428
|
load_balancer?: UpdateAgentLoadBalancer1$Outbound | undefined;
|
|
2646
2429
|
timeout?: ModelConfigurationTimeout$Outbound | undefined;
|
|
@@ -2649,18 +2432,18 @@ export type ModelConfigurationParameters$Outbound = {
|
|
|
2649
2432
|
export declare const ModelConfigurationParameters$outboundSchema: z.ZodType<ModelConfigurationParameters$Outbound, z.ZodTypeDef, ModelConfigurationParameters>;
|
|
2650
2433
|
export declare function modelConfigurationParametersToJSON(modelConfigurationParameters: ModelConfigurationParameters): string;
|
|
2651
2434
|
/** @internal */
|
|
2652
|
-
export type
|
|
2435
|
+
export type ModelConfigurationRetry$Outbound = {
|
|
2653
2436
|
count: number;
|
|
2654
2437
|
on_codes?: Array<number> | undefined;
|
|
2655
2438
|
};
|
|
2656
2439
|
/** @internal */
|
|
2657
|
-
export declare const
|
|
2658
|
-
export declare function
|
|
2440
|
+
export declare const ModelConfigurationRetry$outboundSchema: z.ZodType<ModelConfigurationRetry$Outbound, z.ZodTypeDef, ModelConfigurationRetry>;
|
|
2441
|
+
export declare function modelConfigurationRetryToJSON(modelConfigurationRetry: ModelConfigurationRetry): string;
|
|
2659
2442
|
/** @internal */
|
|
2660
2443
|
export type UpdateAgentModelConfiguration2$Outbound = {
|
|
2661
2444
|
id: string;
|
|
2662
2445
|
parameters?: ModelConfigurationParameters$Outbound | undefined;
|
|
2663
|
-
retry?:
|
|
2446
|
+
retry?: ModelConfigurationRetry$Outbound | undefined;
|
|
2664
2447
|
};
|
|
2665
2448
|
/** @internal */
|
|
2666
2449
|
export declare const UpdateAgentModelConfiguration2$outboundSchema: z.ZodType<UpdateAgentModelConfiguration2$Outbound, z.ZodTypeDef, UpdateAgentModelConfiguration2>;
|
|
@@ -2671,18 +2454,6 @@ export type UpdateAgentModelConfiguration$Outbound = UpdateAgentModelConfigurati
|
|
|
2671
2454
|
export declare const UpdateAgentModelConfiguration$outboundSchema: z.ZodType<UpdateAgentModelConfiguration$Outbound, z.ZodTypeDef, UpdateAgentModelConfiguration>;
|
|
2672
2455
|
export declare function updateAgentModelConfigurationToJSON(updateAgentModelConfiguration: UpdateAgentModelConfiguration): string;
|
|
2673
2456
|
/** @internal */
|
|
2674
|
-
export declare const UpdateAgentFallbackModelConfigurationVoice$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationVoice>;
|
|
2675
|
-
/** @internal */
|
|
2676
|
-
export declare const UpdateAgentFallbackModelConfigurationFormat$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationFormat>;
|
|
2677
|
-
/** @internal */
|
|
2678
|
-
export type UpdateAgentFallbackModelConfigurationAudio$Outbound = {
|
|
2679
|
-
voice: string;
|
|
2680
|
-
format: string;
|
|
2681
|
-
};
|
|
2682
|
-
/** @internal */
|
|
2683
|
-
export declare const UpdateAgentFallbackModelConfigurationAudio$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAudio$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationAudio>;
|
|
2684
|
-
export declare function updateAgentFallbackModelConfigurationAudioToJSON(updateAgentFallbackModelConfigurationAudio: UpdateAgentFallbackModelConfigurationAudio): string;
|
|
2685
|
-
/** @internal */
|
|
2686
2457
|
export type UpdateAgentResponseFormatAgentsRequestRequestBodyJsonSchema$Outbound = {
|
|
2687
2458
|
description?: string | undefined;
|
|
2688
2459
|
name: string;
|
|
@@ -2727,13 +2498,6 @@ export type UpdateAgentFallbackModelConfigurationStop$Outbound = string | Array<
|
|
|
2727
2498
|
export declare const UpdateAgentFallbackModelConfigurationStop$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationStop$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationStop>;
|
|
2728
2499
|
export declare function updateAgentFallbackModelConfigurationStopToJSON(updateAgentFallbackModelConfigurationStop: UpdateAgentFallbackModelConfigurationStop): string;
|
|
2729
2500
|
/** @internal */
|
|
2730
|
-
export type UpdateAgentFallbackModelConfigurationStreamOptions$Outbound = {
|
|
2731
|
-
include_usage?: boolean | undefined;
|
|
2732
|
-
};
|
|
2733
|
-
/** @internal */
|
|
2734
|
-
export declare const UpdateAgentFallbackModelConfigurationStreamOptions$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationStreamOptions$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationStreamOptions>;
|
|
2735
|
-
export declare function updateAgentFallbackModelConfigurationStreamOptionsToJSON(updateAgentFallbackModelConfigurationStreamOptions: UpdateAgentFallbackModelConfigurationStreamOptions): string;
|
|
2736
|
-
/** @internal */
|
|
2737
2501
|
export type UpdateAgentFallbackModelConfigurationThinking$Outbound = components.ThinkingConfigDisabledSchema$Outbound | components.ThinkingConfigEnabledSchema$Outbound;
|
|
2738
2502
|
/** @internal */
|
|
2739
2503
|
export declare const UpdateAgentFallbackModelConfigurationThinking$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationThinking$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationThinking>;
|
|
@@ -2789,14 +2553,6 @@ export type UpdateAgentFallbackModelConfigurationFallbacks$Outbound = {
|
|
|
2789
2553
|
export declare const UpdateAgentFallbackModelConfigurationFallbacks$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationFallbacks$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationFallbacks>;
|
|
2790
2554
|
export declare function updateAgentFallbackModelConfigurationFallbacksToJSON(updateAgentFallbackModelConfigurationFallbacks: UpdateAgentFallbackModelConfigurationFallbacks): string;
|
|
2791
2555
|
/** @internal */
|
|
2792
|
-
export type UpdateAgentFallbackModelConfigurationRetry$Outbound = {
|
|
2793
|
-
count: number;
|
|
2794
|
-
on_codes?: Array<number> | undefined;
|
|
2795
|
-
};
|
|
2796
|
-
/** @internal */
|
|
2797
|
-
export declare const UpdateAgentFallbackModelConfigurationRetry$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationRetry$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationRetry>;
|
|
2798
|
-
export declare function updateAgentFallbackModelConfigurationRetryToJSON(updateAgentFallbackModelConfigurationRetry: UpdateAgentFallbackModelConfigurationRetry): string;
|
|
2799
|
-
/** @internal */
|
|
2800
2556
|
export declare const UpdateAgentFallbackModelConfigurationType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationType>;
|
|
2801
2557
|
/** @internal */
|
|
2802
2558
|
export type UpdateAgentFallbackModelConfigurationCache$Outbound = {
|
|
@@ -2839,20 +2595,15 @@ export declare function updateAgentFallbackModelConfigurationTimeoutToJSON(updat
|
|
|
2839
2595
|
/** @internal */
|
|
2840
2596
|
export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
|
|
2841
2597
|
name?: string | undefined;
|
|
2842
|
-
audio?: UpdateAgentFallbackModelConfigurationAudio$Outbound | null | undefined;
|
|
2843
2598
|
frequency_penalty?: number | null | undefined;
|
|
2844
2599
|
max_tokens?: number | null | undefined;
|
|
2845
2600
|
max_completion_tokens?: number | null | undefined;
|
|
2846
|
-
logprobs?: boolean | null | undefined;
|
|
2847
|
-
top_logprobs?: number | null | undefined;
|
|
2848
|
-
n?: number | null | undefined;
|
|
2849
2601
|
presence_penalty?: number | null | undefined;
|
|
2850
2602
|
response_format?: UpdateAgentResponseFormatAgentsText$Outbound | UpdateAgentResponseFormatAgentsJSONObject$Outbound | UpdateAgentResponseFormatAgentsRequestJSONSchema$Outbound | undefined;
|
|
2851
2603
|
reasoning_effort?: string | undefined;
|
|
2852
2604
|
verbosity?: string | undefined;
|
|
2853
2605
|
seed?: number | null | undefined;
|
|
2854
2606
|
stop?: string | Array<string> | null | undefined;
|
|
2855
|
-
stream_options?: UpdateAgentFallbackModelConfigurationStreamOptions$Outbound | null | undefined;
|
|
2856
2607
|
thinking?: components.ThinkingConfigDisabledSchema$Outbound | components.ThinkingConfigEnabledSchema$Outbound | undefined;
|
|
2857
2608
|
temperature?: number | null | undefined;
|
|
2858
2609
|
top_p?: number | null | undefined;
|
|
@@ -2862,7 +2613,6 @@ export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
|
|
|
2862
2613
|
modalities?: Array<string> | null | undefined;
|
|
2863
2614
|
guardrails?: Array<UpdateAgentFallbackModelConfigurationGuardrails$Outbound> | undefined;
|
|
2864
2615
|
fallbacks?: Array<UpdateAgentFallbackModelConfigurationFallbacks$Outbound> | undefined;
|
|
2865
|
-
retry?: UpdateAgentFallbackModelConfigurationRetry$Outbound | undefined;
|
|
2866
2616
|
cache?: UpdateAgentFallbackModelConfigurationCache$Outbound | undefined;
|
|
2867
2617
|
load_balancer?: UpdateAgentLoadBalancerAgents1$Outbound | undefined;
|
|
2868
2618
|
timeout?: UpdateAgentFallbackModelConfigurationTimeout$Outbound | undefined;
|
|
@@ -2871,18 +2621,18 @@ export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
|
|
|
2871
2621
|
export declare const UpdateAgentFallbackModelConfigurationParameters$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationParameters$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationParameters>;
|
|
2872
2622
|
export declare function updateAgentFallbackModelConfigurationParametersToJSON(updateAgentFallbackModelConfigurationParameters: UpdateAgentFallbackModelConfigurationParameters): string;
|
|
2873
2623
|
/** @internal */
|
|
2874
|
-
export type
|
|
2624
|
+
export type UpdateAgentFallbackModelConfigurationRetry$Outbound = {
|
|
2875
2625
|
count: number;
|
|
2876
2626
|
on_codes?: Array<number> | undefined;
|
|
2877
2627
|
};
|
|
2878
2628
|
/** @internal */
|
|
2879
|
-
export declare const
|
|
2880
|
-
export declare function
|
|
2629
|
+
export declare const UpdateAgentFallbackModelConfigurationRetry$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationRetry$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfigurationRetry>;
|
|
2630
|
+
export declare function updateAgentFallbackModelConfigurationRetryToJSON(updateAgentFallbackModelConfigurationRetry: UpdateAgentFallbackModelConfigurationRetry): string;
|
|
2881
2631
|
/** @internal */
|
|
2882
2632
|
export type UpdateAgentFallbackModelConfiguration2$Outbound = {
|
|
2883
2633
|
id: string;
|
|
2884
2634
|
parameters?: UpdateAgentFallbackModelConfigurationParameters$Outbound | undefined;
|
|
2885
|
-
retry?:
|
|
2635
|
+
retry?: UpdateAgentFallbackModelConfigurationRetry$Outbound | undefined;
|
|
2886
2636
|
};
|
|
2887
2637
|
/** @internal */
|
|
2888
2638
|
export declare const UpdateAgentFallbackModelConfiguration2$outboundSchema: z.ZodType<UpdateAgentFallbackModelConfiguration2$Outbound, z.ZodTypeDef, UpdateAgentFallbackModelConfiguration2>;
|
|
@@ -3129,7 +2879,26 @@ export type UpdateAgentTeamOfAgents$Outbound = {
|
|
|
3129
2879
|
export declare const UpdateAgentTeamOfAgents$outboundSchema: z.ZodType<UpdateAgentTeamOfAgents$Outbound, z.ZodTypeDef, UpdateAgentTeamOfAgents>;
|
|
3130
2880
|
export declare function updateAgentTeamOfAgentsToJSON(updateAgentTeamOfAgents: UpdateAgentTeamOfAgents): string;
|
|
3131
2881
|
/** @internal */
|
|
3132
|
-
export type
|
|
2882
|
+
export type UpdateAgentHeaders$Outbound = {
|
|
2883
|
+
value: string;
|
|
2884
|
+
encrypted: boolean;
|
|
2885
|
+
};
|
|
2886
|
+
/** @internal */
|
|
2887
|
+
export declare const UpdateAgentHeaders$outboundSchema: z.ZodType<UpdateAgentHeaders$Outbound, z.ZodTypeDef, UpdateAgentHeaders>;
|
|
2888
|
+
export declare function updateAgentHeadersToJSON(updateAgentHeaders: UpdateAgentHeaders): string;
|
|
2889
|
+
/** @internal */
|
|
2890
|
+
export type UpdateA2AConfiguration$Outbound = {
|
|
2891
|
+
agent_url?: string | undefined;
|
|
2892
|
+
card_url?: string | undefined;
|
|
2893
|
+
headers?: {
|
|
2894
|
+
[k: string]: UpdateAgentHeaders$Outbound;
|
|
2895
|
+
} | undefined;
|
|
2896
|
+
};
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export declare const UpdateA2AConfiguration$outboundSchema: z.ZodType<UpdateA2AConfiguration$Outbound, z.ZodTypeDef, UpdateA2AConfiguration>;
|
|
2899
|
+
export declare function updateA2AConfigurationToJSON(updateA2AConfiguration: UpdateA2AConfiguration): string;
|
|
2900
|
+
/** @internal */
|
|
2901
|
+
export type UpdateAgentRequestBody$Outbound = {
|
|
3133
2902
|
key?: string | undefined;
|
|
3134
2903
|
display_name?: string | undefined;
|
|
3135
2904
|
project_id?: string | undefined;
|
|
@@ -3147,48 +2916,75 @@ export type UpdateAgentUpdateAgentRequest$Outbound = {
|
|
|
3147
2916
|
variables?: {
|
|
3148
2917
|
[k: string]: any;
|
|
3149
2918
|
} | undefined;
|
|
2919
|
+
a2a?: UpdateA2AConfiguration$Outbound | undefined;
|
|
3150
2920
|
};
|
|
3151
2921
|
/** @internal */
|
|
3152
|
-
export declare const
|
|
3153
|
-
export declare function
|
|
2922
|
+
export declare const UpdateAgentRequestBody$outboundSchema: z.ZodType<UpdateAgentRequestBody$Outbound, z.ZodTypeDef, UpdateAgentRequestBody>;
|
|
2923
|
+
export declare function updateAgentRequestBodyToJSON(updateAgentRequestBody: UpdateAgentRequestBody): string;
|
|
3154
2924
|
/** @internal */
|
|
3155
2925
|
export type UpdateAgentRequest$Outbound = {
|
|
3156
2926
|
agent_key: string;
|
|
3157
|
-
RequestBody:
|
|
2927
|
+
RequestBody: UpdateAgentRequestBody$Outbound;
|
|
3158
2928
|
};
|
|
3159
2929
|
/** @internal */
|
|
3160
2930
|
export declare const UpdateAgentRequest$outboundSchema: z.ZodType<UpdateAgentRequest$Outbound, z.ZodTypeDef, UpdateAgentRequest>;
|
|
3161
2931
|
export declare function updateAgentRequestToJSON(updateAgentRequest: UpdateAgentRequest): string;
|
|
3162
2932
|
/** @internal */
|
|
3163
|
-
export declare const
|
|
2933
|
+
export declare const UpdateAgentResponseBodyAgentsStatus$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsStatus>;
|
|
2934
|
+
/** @internal */
|
|
2935
|
+
export declare const UpdateAgentResponseBodyAgentsTeamOfAgents$inboundSchema: z.ZodType<UpdateAgentResponseBodyAgentsTeamOfAgents, z.ZodTypeDef, unknown>;
|
|
2936
|
+
export declare function updateAgentResponseBodyAgentsTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyAgentsTeamOfAgents, SDKValidationError>;
|
|
2937
|
+
/** @internal */
|
|
2938
|
+
export declare const UpdateAgentResponseBodyAgentsMetrics$inboundSchema: z.ZodType<UpdateAgentResponseBodyAgentsMetrics, z.ZodTypeDef, unknown>;
|
|
2939
|
+
export declare function updateAgentResponseBodyAgentsMetricsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyAgentsMetrics, SDKValidationError>;
|
|
2940
|
+
/** @internal */
|
|
2941
|
+
export declare const UpdateAgentResponseBodyAgentsKnowledgeBases$inboundSchema: z.ZodType<UpdateAgentResponseBodyAgentsKnowledgeBases, z.ZodTypeDef, unknown>;
|
|
2942
|
+
export declare function updateAgentResponseBodyAgentsKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyAgentsKnowledgeBases, SDKValidationError>;
|
|
2943
|
+
/** @internal */
|
|
2944
|
+
export declare const UpdateAgentResponseBodyAgentsSource$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsSource>;
|
|
2945
|
+
/** @internal */
|
|
2946
|
+
export declare const UpdateAgentResponseBodyHeaders$inboundSchema: z.ZodType<UpdateAgentResponseBodyHeaders, z.ZodTypeDef, unknown>;
|
|
2947
|
+
export declare function updateAgentResponseBodyHeadersFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyHeaders, SDKValidationError>;
|
|
2948
|
+
/** @internal */
|
|
2949
|
+
export declare const UpdateAgentResponseBodyA2AAgentConfiguration$inboundSchema: z.ZodType<UpdateAgentResponseBodyA2AAgentConfiguration, z.ZodTypeDef, unknown>;
|
|
2950
|
+
export declare function updateAgentResponseBodyA2AAgentConfigurationFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyA2AAgentConfiguration, SDKValidationError>;
|
|
3164
2951
|
/** @internal */
|
|
3165
|
-
export declare const
|
|
2952
|
+
export declare const UpdateAgentResponseBody2$inboundSchema: z.ZodType<UpdateAgentResponseBody2, z.ZodTypeDef, unknown>;
|
|
2953
|
+
export declare function updateAgentResponseBody2FromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody2, SDKValidationError>;
|
|
3166
2954
|
/** @internal */
|
|
3167
|
-
export declare const
|
|
3168
|
-
export declare function updateAgentConditionsFromJSON(jsonString: string): SafeParseResult<UpdateAgentConditions, SDKValidationError>;
|
|
2955
|
+
export declare const UpdateAgentResponseBodyStatus$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyStatus>;
|
|
3169
2956
|
/** @internal */
|
|
3170
|
-
export declare const
|
|
3171
|
-
export declare function
|
|
2957
|
+
export declare const UpdateAgentResponseBodyTeamOfAgents$inboundSchema: z.ZodType<UpdateAgentResponseBodyTeamOfAgents, z.ZodTypeDef, unknown>;
|
|
2958
|
+
export declare function updateAgentResponseBodyTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTeamOfAgents, SDKValidationError>;
|
|
3172
2959
|
/** @internal */
|
|
3173
|
-
export declare const
|
|
2960
|
+
export declare const UpdateAgentResponseBodyMetrics$inboundSchema: z.ZodType<UpdateAgentResponseBodyMetrics, z.ZodTypeDef, unknown>;
|
|
2961
|
+
export declare function updateAgentResponseBodyMetricsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyMetrics, SDKValidationError>;
|
|
3174
2962
|
/** @internal */
|
|
3175
|
-
export declare const
|
|
3176
|
-
export declare function
|
|
2963
|
+
export declare const UpdateAgentResponseBodyKnowledgeBases$inboundSchema: z.ZodType<UpdateAgentResponseBodyKnowledgeBases, z.ZodTypeDef, unknown>;
|
|
2964
|
+
export declare function updateAgentResponseBodyKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyKnowledgeBases, SDKValidationError>;
|
|
3177
2965
|
/** @internal */
|
|
3178
|
-
export declare const
|
|
2966
|
+
export declare const UpdateAgentResponseBodySource$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodySource>;
|
|
3179
2967
|
/** @internal */
|
|
3180
|
-
export declare const
|
|
3181
|
-
export declare function updateAgentAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsGuardrails, SDKValidationError>;
|
|
2968
|
+
export declare const UpdateAgentResponseBodyToolApprovalRequired$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyToolApprovalRequired>;
|
|
3182
2969
|
/** @internal */
|
|
3183
|
-
export declare const
|
|
3184
|
-
export declare function
|
|
2970
|
+
export declare const UpdateAgentResponseBodyConditions$inboundSchema: z.ZodType<UpdateAgentResponseBodyConditions, z.ZodTypeDef, unknown>;
|
|
2971
|
+
export declare function updateAgentResponseBodyConditionsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyConditions, SDKValidationError>;
|
|
3185
2972
|
/** @internal */
|
|
3186
|
-
export declare const
|
|
2973
|
+
export declare const UpdateAgentResponseBodyTools$inboundSchema: z.ZodType<UpdateAgentResponseBodyTools, z.ZodTypeDef, unknown>;
|
|
2974
|
+
export declare function updateAgentResponseBodyToolsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTools, SDKValidationError>;
|
|
3187
2975
|
/** @internal */
|
|
3188
|
-
export declare const
|
|
2976
|
+
export declare const UpdateAgentResponseBodyExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyExecuteOn>;
|
|
3189
2977
|
/** @internal */
|
|
3190
|
-
export declare const
|
|
3191
|
-
export declare function
|
|
2978
|
+
export declare const UpdateAgentResponseBodyEvaluators$inboundSchema: z.ZodType<UpdateAgentResponseBodyEvaluators, z.ZodTypeDef, unknown>;
|
|
2979
|
+
export declare function updateAgentResponseBodyEvaluatorsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyEvaluators, SDKValidationError>;
|
|
2980
|
+
/** @internal */
|
|
2981
|
+
export declare const UpdateAgentResponseBodyAgentsExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsExecuteOn>;
|
|
2982
|
+
/** @internal */
|
|
2983
|
+
export declare const UpdateAgentResponseBodyGuardrails$inboundSchema: z.ZodType<UpdateAgentResponseBodyGuardrails, z.ZodTypeDef, unknown>;
|
|
2984
|
+
export declare function updateAgentResponseBodyGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyGuardrails, SDKValidationError>;
|
|
2985
|
+
/** @internal */
|
|
2986
|
+
export declare const UpdateAgentResponseBodySettings$inboundSchema: z.ZodType<UpdateAgentResponseBodySettings, z.ZodTypeDef, unknown>;
|
|
2987
|
+
export declare function updateAgentResponseBodySettingsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodySettings, SDKValidationError>;
|
|
3192
2988
|
/** @internal */
|
|
3193
2989
|
export declare const UpdateAgentResponseFormatAgentsResponseJsonSchema$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponseJsonSchema, z.ZodTypeDef, unknown>;
|
|
3194
2990
|
export declare function updateAgentResponseFormatAgentsResponseJsonSchemaFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponseJsonSchema, SDKValidationError>;
|
|
@@ -3202,19 +2998,16 @@ export declare function updateAgentResponseFormatAgentsResponseJSONObjectFromJSO
|
|
|
3202
2998
|
export declare const UpdateAgentResponseFormatAgentsResponseText$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponseText, z.ZodTypeDef, unknown>;
|
|
3203
2999
|
export declare function updateAgentResponseFormatAgentsResponseTextFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponseText, SDKValidationError>;
|
|
3204
3000
|
/** @internal */
|
|
3205
|
-
export declare const
|
|
3206
|
-
export declare function
|
|
3207
|
-
/** @internal */
|
|
3208
|
-
export declare const UpdateAgentReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentReasoningEffort>;
|
|
3001
|
+
export declare const UpdateAgentResponseBodyResponseFormat$inboundSchema: z.ZodType<UpdateAgentResponseBodyResponseFormat, z.ZodTypeDef, unknown>;
|
|
3002
|
+
export declare function updateAgentResponseBodyResponseFormatFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyResponseFormat, SDKValidationError>;
|
|
3209
3003
|
/** @internal */
|
|
3210
|
-
export declare const
|
|
3211
|
-
export declare function updateAgentStopFromJSON(jsonString: string): SafeParseResult<UpdateAgentStop, SDKValidationError>;
|
|
3004
|
+
export declare const UpdateAgentResponseBodyReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyReasoningEffort>;
|
|
3212
3005
|
/** @internal */
|
|
3213
|
-
export declare const
|
|
3214
|
-
export declare function
|
|
3006
|
+
export declare const UpdateAgentResponseBodyStop$inboundSchema: z.ZodType<UpdateAgentResponseBodyStop, z.ZodTypeDef, unknown>;
|
|
3007
|
+
export declare function updateAgentResponseBodyStopFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyStop, SDKValidationError>;
|
|
3215
3008
|
/** @internal */
|
|
3216
|
-
export declare const
|
|
3217
|
-
export declare function
|
|
3009
|
+
export declare const UpdateAgentResponseBodyThinking$inboundSchema: z.ZodType<UpdateAgentResponseBodyThinking, z.ZodTypeDef, unknown>;
|
|
3010
|
+
export declare function updateAgentResponseBodyThinkingFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyThinking, SDKValidationError>;
|
|
3218
3011
|
/** @internal */
|
|
3219
3012
|
export declare const UpdateAgentToolChoiceAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentToolChoiceAgentsResponseType>;
|
|
3220
3013
|
/** @internal */
|
|
@@ -3226,31 +3019,28 @@ export declare function updateAgentToolChoiceAgentsResponse2FromJSON(jsonString:
|
|
|
3226
3019
|
/** @internal */
|
|
3227
3020
|
export declare const UpdateAgentToolChoiceAgentsResponse1$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentToolChoiceAgentsResponse1>;
|
|
3228
3021
|
/** @internal */
|
|
3229
|
-
export declare const
|
|
3230
|
-
export declare function
|
|
3022
|
+
export declare const UpdateAgentResponseBodyToolChoice$inboundSchema: z.ZodType<UpdateAgentResponseBodyToolChoice, z.ZodTypeDef, unknown>;
|
|
3023
|
+
export declare function updateAgentResponseBodyToolChoiceFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyToolChoice, SDKValidationError>;
|
|
3231
3024
|
/** @internal */
|
|
3232
|
-
export declare const
|
|
3025
|
+
export declare const UpdateAgentResponseBodyModalities$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyModalities>;
|
|
3233
3026
|
/** @internal */
|
|
3234
3027
|
export declare const UpdateAgentIdAgentsResponse1$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentIdAgentsResponse1>;
|
|
3235
3028
|
/** @internal */
|
|
3236
|
-
export declare const
|
|
3237
|
-
export declare function
|
|
3029
|
+
export declare const UpdateAgentResponseBodyId$inboundSchema: z.ZodType<UpdateAgentResponseBodyId, z.ZodTypeDef, unknown>;
|
|
3030
|
+
export declare function updateAgentResponseBodyIdFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyId, SDKValidationError>;
|
|
3238
3031
|
/** @internal */
|
|
3239
|
-
export declare const
|
|
3032
|
+
export declare const UpdateAgentResponseBodyAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsResponseExecuteOn>;
|
|
3240
3033
|
/** @internal */
|
|
3241
|
-
export declare const
|
|
3242
|
-
export declare function
|
|
3034
|
+
export declare const UpdateAgentResponseBodyAgentsGuardrails$inboundSchema: z.ZodType<UpdateAgentResponseBodyAgentsGuardrails, z.ZodTypeDef, unknown>;
|
|
3035
|
+
export declare function updateAgentResponseBodyAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyAgentsGuardrails, SDKValidationError>;
|
|
3243
3036
|
/** @internal */
|
|
3244
|
-
export declare const
|
|
3245
|
-
export declare function
|
|
3037
|
+
export declare const UpdateAgentResponseBodyFallbacks$inboundSchema: z.ZodType<UpdateAgentResponseBodyFallbacks, z.ZodTypeDef, unknown>;
|
|
3038
|
+
export declare function updateAgentResponseBodyFallbacksFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyFallbacks, SDKValidationError>;
|
|
3246
3039
|
/** @internal */
|
|
3247
|
-
export declare const
|
|
3248
|
-
export declare function updateAgentAgentsRetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsRetry, SDKValidationError>;
|
|
3040
|
+
export declare const UpdateAgentResponseBodyAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsResponseType>;
|
|
3249
3041
|
/** @internal */
|
|
3250
|
-
export declare const
|
|
3251
|
-
|
|
3252
|
-
export declare const UpdateAgentCache$inboundSchema: z.ZodType<UpdateAgentCache, z.ZodTypeDef, unknown>;
|
|
3253
|
-
export declare function updateAgentCacheFromJSON(jsonString: string): SafeParseResult<UpdateAgentCache, SDKValidationError>;
|
|
3042
|
+
export declare const UpdateAgentResponseBodyCache$inboundSchema: z.ZodType<UpdateAgentResponseBodyCache, z.ZodTypeDef, unknown>;
|
|
3043
|
+
export declare function updateAgentResponseBodyCacheFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyCache, SDKValidationError>;
|
|
3254
3044
|
/** @internal */
|
|
3255
3045
|
export declare const UpdateAgentLoadBalancerAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentLoadBalancerAgentsResponseType>;
|
|
3256
3046
|
/** @internal */
|
|
@@ -3260,24 +3050,17 @@ export declare function updateAgentLoadBalancerAgentsResponseModelsFromJSON(json
|
|
|
3260
3050
|
export declare const UpdateAgentLoadBalancerAgentsResponse1$inboundSchema: z.ZodType<UpdateAgentLoadBalancerAgentsResponse1, z.ZodTypeDef, unknown>;
|
|
3261
3051
|
export declare function updateAgentLoadBalancerAgentsResponse1FromJSON(jsonString: string): SafeParseResult<UpdateAgentLoadBalancerAgentsResponse1, SDKValidationError>;
|
|
3262
3052
|
/** @internal */
|
|
3263
|
-
export declare const
|
|
3264
|
-
export declare function
|
|
3265
|
-
/** @internal */
|
|
3266
|
-
export declare const UpdateAgentTimeout$inboundSchema: z.ZodType<UpdateAgentTimeout, z.ZodTypeDef, unknown>;
|
|
3267
|
-
export declare function updateAgentTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentTimeout, SDKValidationError>;
|
|
3268
|
-
/** @internal */
|
|
3269
|
-
export declare const UpdateAgentParameters$inboundSchema: z.ZodType<UpdateAgentParameters, z.ZodTypeDef, unknown>;
|
|
3270
|
-
export declare function updateAgentParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentParameters, SDKValidationError>;
|
|
3053
|
+
export declare const UpdateAgentResponseBodyLoadBalancer$inboundSchema: z.ZodType<UpdateAgentResponseBodyLoadBalancer, z.ZodTypeDef, unknown>;
|
|
3054
|
+
export declare function updateAgentResponseBodyLoadBalancerFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyLoadBalancer, SDKValidationError>;
|
|
3271
3055
|
/** @internal */
|
|
3272
|
-
export declare const
|
|
3273
|
-
export declare function
|
|
3056
|
+
export declare const UpdateAgentResponseBodyTimeout$inboundSchema: z.ZodType<UpdateAgentResponseBodyTimeout, z.ZodTypeDef, unknown>;
|
|
3057
|
+
export declare function updateAgentResponseBodyTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTimeout, SDKValidationError>;
|
|
3274
3058
|
/** @internal */
|
|
3275
|
-
export declare const
|
|
3059
|
+
export declare const UpdateAgentResponseBodyParameters$inboundSchema: z.ZodType<UpdateAgentResponseBodyParameters, z.ZodTypeDef, unknown>;
|
|
3060
|
+
export declare function updateAgentResponseBodyParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyParameters, SDKValidationError>;
|
|
3276
3061
|
/** @internal */
|
|
3277
|
-
export declare const
|
|
3278
|
-
|
|
3279
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsAudio$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsAudio, z.ZodTypeDef, unknown>;
|
|
3280
|
-
export declare function updateAgentFallbackModelConfigurationAgentsAudioFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsAudio, SDKValidationError>;
|
|
3062
|
+
export declare const UpdateAgentResponseBodyRetry$inboundSchema: z.ZodType<UpdateAgentResponseBodyRetry, z.ZodTypeDef, unknown>;
|
|
3063
|
+
export declare function updateAgentResponseBodyRetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyRetry, SDKValidationError>;
|
|
3281
3064
|
/** @internal */
|
|
3282
3065
|
export declare const UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema, z.ZodTypeDef, unknown>;
|
|
3283
3066
|
export declare function updateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchemaFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema, SDKValidationError>;
|
|
@@ -3299,9 +3082,6 @@ export declare const UpdateAgentFallbackModelConfigurationAgentsReasoningEffort$
|
|
|
3299
3082
|
export declare const UpdateAgentFallbackModelConfigurationAgentsStop$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsStop, z.ZodTypeDef, unknown>;
|
|
3300
3083
|
export declare function updateAgentFallbackModelConfigurationAgentsStopFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsStop, SDKValidationError>;
|
|
3301
3084
|
/** @internal */
|
|
3302
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsStreamOptions$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsStreamOptions, z.ZodTypeDef, unknown>;
|
|
3303
|
-
export declare function updateAgentFallbackModelConfigurationAgentsStreamOptionsFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsStreamOptions, SDKValidationError>;
|
|
3304
|
-
/** @internal */
|
|
3305
3085
|
export declare const UpdateAgentFallbackModelConfigurationAgentsThinking$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsThinking, z.ZodTypeDef, unknown>;
|
|
3306
3086
|
export declare function updateAgentFallbackModelConfigurationAgentsThinkingFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsThinking, SDKValidationError>;
|
|
3307
3087
|
/** @internal */
|
|
@@ -3333,9 +3113,6 @@ export declare function updateAgentFallbackModelConfigurationAgentsGuardrailsFro
|
|
|
3333
3113
|
export declare const UpdateAgentFallbackModelConfigurationAgentsFallbacks$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsFallbacks, z.ZodTypeDef, unknown>;
|
|
3334
3114
|
export declare function updateAgentFallbackModelConfigurationAgentsFallbacksFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsFallbacks, SDKValidationError>;
|
|
3335
3115
|
/** @internal */
|
|
3336
|
-
export declare const UpdateAgentFallbackModelConfigurationAgentsResponse200Retry$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsResponse200Retry, z.ZodTypeDef, unknown>;
|
|
3337
|
-
export declare function updateAgentFallbackModelConfigurationAgentsResponse200RetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsResponse200Retry, SDKValidationError>;
|
|
3338
|
-
/** @internal */
|
|
3339
3116
|
export declare const UpdateAgentFallbackModelConfigurationAgentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType>;
|
|
3340
3117
|
/** @internal */
|
|
3341
3118
|
export declare const UpdateAgentFallbackModelConfigurationAgentsCache$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsCache, z.ZodTypeDef, unknown>;
|
|
@@ -3358,28 +3135,20 @@ export declare function updateAgentFallbackModelConfigurationAgentsTimeoutFromJS
|
|
|
3358
3135
|
export declare const UpdateAgentFallbackModelConfigurationAgentsParameters$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsParameters, z.ZodTypeDef, unknown>;
|
|
3359
3136
|
export declare function updateAgentFallbackModelConfigurationAgentsParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsParameters, SDKValidationError>;
|
|
3360
3137
|
/** @internal */
|
|
3361
|
-
export declare const
|
|
3362
|
-
export declare function
|
|
3138
|
+
export declare const UpdateAgentFallbackModelConfigurationAgentsRetry$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgentsRetry, z.ZodTypeDef, unknown>;
|
|
3139
|
+
export declare function updateAgentFallbackModelConfigurationAgentsRetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgentsRetry, SDKValidationError>;
|
|
3363
3140
|
/** @internal */
|
|
3364
3141
|
export declare const UpdateAgentFallbackModelConfigurationAgents2$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgents2, z.ZodTypeDef, unknown>;
|
|
3365
3142
|
export declare function updateAgentFallbackModelConfigurationAgents2FromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgents2, SDKValidationError>;
|
|
3366
3143
|
/** @internal */
|
|
3367
|
-
export declare const
|
|
3368
|
-
export declare function
|
|
3369
|
-
/** @internal */
|
|
3370
|
-
export declare const UpdateAgentModel$inboundSchema: z.ZodType<UpdateAgentModel, z.ZodTypeDef, unknown>;
|
|
3371
|
-
export declare function updateAgentModelFromJSON(jsonString: string): SafeParseResult<UpdateAgentModel, SDKValidationError>;
|
|
3372
|
-
/** @internal */
|
|
3373
|
-
export declare const UpdateAgentAgentsTeamOfAgents$inboundSchema: z.ZodType<UpdateAgentAgentsTeamOfAgents, z.ZodTypeDef, unknown>;
|
|
3374
|
-
export declare function updateAgentAgentsTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsTeamOfAgents, SDKValidationError>;
|
|
3375
|
-
/** @internal */
|
|
3376
|
-
export declare const UpdateAgentMetrics$inboundSchema: z.ZodType<UpdateAgentMetrics, z.ZodTypeDef, unknown>;
|
|
3377
|
-
export declare function updateAgentMetricsFromJSON(jsonString: string): SafeParseResult<UpdateAgentMetrics, SDKValidationError>;
|
|
3144
|
+
export declare const UpdateAgentResponseBodyFallbackModelConfiguration$inboundSchema: z.ZodType<UpdateAgentResponseBodyFallbackModelConfiguration, z.ZodTypeDef, unknown>;
|
|
3145
|
+
export declare function updateAgentResponseBodyFallbackModelConfigurationFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyFallbackModelConfiguration, SDKValidationError>;
|
|
3378
3146
|
/** @internal */
|
|
3379
|
-
export declare const
|
|
3380
|
-
export declare function
|
|
3147
|
+
export declare const UpdateAgentResponseBodyModel$inboundSchema: z.ZodType<UpdateAgentResponseBodyModel, z.ZodTypeDef, unknown>;
|
|
3148
|
+
export declare function updateAgentResponseBodyModelFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyModel, SDKValidationError>;
|
|
3381
3149
|
/** @internal */
|
|
3382
|
-
export declare const
|
|
3150
|
+
export declare const UpdateAgentResponseBody1$inboundSchema: z.ZodType<UpdateAgentResponseBody1, z.ZodTypeDef, unknown>;
|
|
3151
|
+
export declare function updateAgentResponseBody1FromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody1, SDKValidationError>;
|
|
3383
3152
|
/** @internal */
|
|
3384
3153
|
export declare const UpdateAgentResponseBody$inboundSchema: z.ZodType<UpdateAgentResponseBody, z.ZodTypeDef, unknown>;
|
|
3385
3154
|
export declare function updateAgentResponseBodyFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody, SDKValidationError>;
|