@orq-ai/node 4.5.0-rc.26 → 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.
Files changed (222) hide show
  1. package/README.md +38 -28
  2. package/funcs/agentsList.d.ts +1 -1
  3. package/funcs/agentsList.d.ts.map +1 -1
  4. package/funcs/agentsList.js +5 -3
  5. package/funcs/agentsList.js.map +1 -1
  6. package/funcs/agentsPostV2AgentsA2a.d.ts +18 -0
  7. package/funcs/agentsPostV2AgentsA2a.d.ts.map +1 -0
  8. package/funcs/agentsPostV2AgentsA2a.js +120 -0
  9. package/funcs/agentsPostV2AgentsA2a.js.map +1 -0
  10. package/funcs/agentsPostV2AgentsKeyCardRefresh.d.ts +18 -0
  11. package/funcs/agentsPostV2AgentsKeyCardRefresh.d.ts.map +1 -0
  12. package/funcs/agentsPostV2AgentsKeyCardRefresh.js +124 -0
  13. package/funcs/agentsPostV2AgentsKeyCardRefresh.js.map +1 -0
  14. package/funcs/agentsResponsesGet.d.ts +19 -0
  15. package/funcs/agentsResponsesGet.d.ts.map +1 -0
  16. package/funcs/agentsResponsesGet.js +128 -0
  17. package/funcs/agentsResponsesGet.js.map +1 -0
  18. package/funcs/agentsUpdate.d.ts +1 -1
  19. package/funcs/agentsUpdate.d.ts.map +1 -1
  20. package/funcs/agentsUpdate.js.map +1 -1
  21. package/jsr.json +1 -1
  22. package/lib/config.d.ts +3 -3
  23. package/lib/config.js +3 -3
  24. package/models/components/extendedmessage.d.ts +71 -0
  25. package/models/components/extendedmessage.d.ts.map +1 -0
  26. package/models/components/extendedmessage.js +98 -0
  27. package/models/components/extendedmessage.js.map +1 -0
  28. package/models/components/getagentresponse.d.ts +157 -0
  29. package/models/components/getagentresponse.d.ts.map +1 -0
  30. package/models/components/getagentresponse.js +175 -0
  31. package/models/components/getagentresponse.js.map +1 -0
  32. package/models/components/index.d.ts +2 -0
  33. package/models/components/index.d.ts.map +1 -1
  34. package/models/components/index.js +2 -0
  35. package/models/components/index.js.map +1 -1
  36. package/models/components/partdoneevent.js +1 -1
  37. package/models/components/reasoningpart.js +1 -1
  38. package/models/errors/index.d.ts +2 -0
  39. package/models/errors/index.d.ts.map +1 -1
  40. package/models/errors/index.js +2 -0
  41. package/models/errors/index.js.map +1 -1
  42. package/models/errors/postv2agentsa2a.d.ts +43 -0
  43. package/models/errors/postv2agentsa2a.d.ts.map +1 -0
  44. package/models/errors/postv2agentsa2a.js +94 -0
  45. package/models/errors/postv2agentsa2a.js.map +1 -0
  46. package/models/errors/postv2agentskeycardrefresh.d.ts +43 -0
  47. package/models/errors/postv2agentskeycardrefresh.d.ts.map +1 -0
  48. package/models/errors/postv2agentskeycardrefresh.js +94 -0
  49. package/models/errors/postv2agentskeycardrefresh.js.map +1 -0
  50. package/models/operations/createagentrequest.d.ts +309 -142
  51. package/models/operations/createagentrequest.d.ts.map +1 -1
  52. package/models/operations/createagentrequest.js +292 -160
  53. package/models/operations/createagentrequest.js.map +1 -1
  54. package/models/operations/createagentresponserequest.d.ts +22 -1
  55. package/models/operations/createagentresponserequest.d.ts.map +1 -1
  56. package/models/operations/createagentresponserequest.js +10 -1
  57. package/models/operations/createagentresponserequest.js.map +1 -1
  58. package/models/operations/createannotation.d.ts +1 -1
  59. package/models/operations/createannotation.d.ts.map +1 -1
  60. package/models/operations/createannotation.js +4 -0
  61. package/models/operations/createannotation.js.map +1 -1
  62. package/models/operations/createcontact.js +1 -1
  63. package/models/operations/createdataset.js +1 -1
  64. package/models/operations/createdatasetitem.js +4 -4
  65. package/models/operations/createdatasource.js +1 -1
  66. package/models/operations/createeval.js +16 -16
  67. package/models/operations/createidentity.js +1 -1
  68. package/models/operations/createknowledge.d.ts +7 -7
  69. package/models/operations/createknowledge.d.ts.map +1 -1
  70. package/models/operations/createknowledge.js +11 -11
  71. package/models/operations/createknowledge.js.map +1 -1
  72. package/models/operations/createtool.d.ts +39 -39
  73. package/models/operations/createtool.d.ts.map +1 -1
  74. package/models/operations/createtool.js +52 -49
  75. package/models/operations/createtool.js.map +1 -1
  76. package/models/operations/deploymentinvoke.d.ts +14 -0
  77. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  78. package/models/operations/deploymentinvoke.js +16 -1
  79. package/models/operations/deploymentinvoke.js.map +1 -1
  80. package/models/operations/deploymentstream.d.ts +14 -0
  81. package/models/operations/deploymentstream.d.ts.map +1 -1
  82. package/models/operations/deploymentstream.js +16 -1
  83. package/models/operations/deploymentstream.js.map +1 -1
  84. package/models/operations/fileget.js +1 -1
  85. package/models/operations/filelist.js +1 -1
  86. package/models/operations/fileupload.js +1 -1
  87. package/models/operations/getagentresponse.d.ts +20 -0
  88. package/models/operations/getagentresponse.d.ts.map +1 -0
  89. package/models/operations/getagentresponse.js +56 -0
  90. package/models/operations/getagentresponse.js.map +1 -0
  91. package/models/operations/getalltools.d.ts +39 -39
  92. package/models/operations/getalltools.d.ts.map +1 -1
  93. package/models/operations/getalltools.js +49 -47
  94. package/models/operations/getalltools.js.map +1 -1
  95. package/models/operations/getevals.js +16 -16
  96. package/models/operations/index.d.ts +3 -0
  97. package/models/operations/index.d.ts.map +1 -1
  98. package/models/operations/index.js +3 -0
  99. package/models/operations/index.js.map +1 -1
  100. package/models/operations/invokeagent.d.ts +26 -1
  101. package/models/operations/invokeagent.d.ts.map +1 -1
  102. package/models/operations/invokeagent.js +12 -1
  103. package/models/operations/invokeagent.js.map +1 -1
  104. package/models/operations/listagents.d.ts +331 -147
  105. package/models/operations/listagents.d.ts.map +1 -1
  106. package/models/operations/listagents.js +314 -171
  107. package/models/operations/listagents.js.map +1 -1
  108. package/models/operations/listdatasetdatapoints.js +4 -4
  109. package/models/operations/listdatasets.js +1 -1
  110. package/models/operations/listdatasources.js +1 -1
  111. package/models/operations/listidentities.js +1 -1
  112. package/models/operations/listknowledgebases.d.ts +8 -8
  113. package/models/operations/listknowledgebases.d.ts.map +1 -1
  114. package/models/operations/listknowledgebases.js +13 -15
  115. package/models/operations/listknowledgebases.js.map +1 -1
  116. package/models/operations/postv2agentsa2a.d.ts +119 -0
  117. package/models/operations/postv2agentsa2a.d.ts.map +1 -0
  118. package/models/operations/postv2agentsa2a.js +147 -0
  119. package/models/operations/postv2agentsa2a.js.map +1 -0
  120. package/models/operations/postv2agentskeycardrefresh.d.ts +35 -0
  121. package/models/operations/postv2agentskeycardrefresh.d.ts.map +1 -0
  122. package/models/operations/postv2agentskeycardrefresh.js +71 -0
  123. package/models/operations/postv2agentskeycardrefresh.js.map +1 -0
  124. package/models/operations/retrieveagentrequest.d.ts +316 -150
  125. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  126. package/models/operations/retrieveagentrequest.js +307 -173
  127. package/models/operations/retrieveagentrequest.js.map +1 -1
  128. package/models/operations/retrievedatapoint.js +4 -4
  129. package/models/operations/retrievedataset.js +1 -1
  130. package/models/operations/retrievedatasource.js +1 -1
  131. package/models/operations/retrieveidentity.js +1 -1
  132. package/models/operations/retrievetool.js +6 -6
  133. package/models/operations/runagent.d.ts +15 -11
  134. package/models/operations/runagent.d.ts.map +1 -1
  135. package/models/operations/runagent.js +12 -12
  136. package/models/operations/runagent.js.map +1 -1
  137. package/models/operations/streamagent.d.ts +22 -1
  138. package/models/operations/streamagent.d.ts.map +1 -1
  139. package/models/operations/streamagent.js +11 -1
  140. package/models/operations/streamagent.js.map +1 -1
  141. package/models/operations/streamrunagent.d.ts +1 -1
  142. package/models/operations/streamrunagent.js +1 -1
  143. package/models/operations/updateagent.d.ts +370 -157
  144. package/models/operations/updateagent.d.ts.map +1 -1
  145. package/models/operations/updateagent.js +336 -179
  146. package/models/operations/updateagent.js.map +1 -1
  147. package/models/operations/updatedatapoint.js +4 -4
  148. package/models/operations/updatedataset.js +1 -1
  149. package/models/operations/updatedatasource.js +1 -1
  150. package/models/operations/updateeval.js +16 -16
  151. package/models/operations/updateidentity.js +1 -1
  152. package/models/operations/updatetool.js +7 -7
  153. package/package.json +1 -1
  154. package/sdk/agents.d.ts +16 -2
  155. package/sdk/agents.d.ts.map +1 -1
  156. package/sdk/agents.js +22 -2
  157. package/sdk/agents.js.map +1 -1
  158. package/sdk/responses.d.ts +8 -0
  159. package/sdk/responses.d.ts.map +1 -1
  160. package/sdk/responses.js +10 -0
  161. package/sdk/responses.js.map +1 -1
  162. package/src/funcs/agentsList.ts +5 -0
  163. package/src/funcs/agentsPostV2AgentsA2a.ts +178 -0
  164. package/src/funcs/agentsPostV2AgentsKeyCardRefresh.ts +187 -0
  165. package/src/funcs/agentsResponsesGet.ts +182 -0
  166. package/src/funcs/agentsUpdate.ts +2 -2
  167. package/src/lib/config.ts +3 -3
  168. package/src/models/components/extendedmessage.ts +146 -0
  169. package/src/models/components/getagentresponse.ts +348 -0
  170. package/src/models/components/index.ts +2 -0
  171. package/src/models/components/partdoneevent.ts +1 -1
  172. package/src/models/components/reasoningpart.ts +1 -1
  173. package/src/models/errors/index.ts +2 -0
  174. package/src/models/errors/postv2agentsa2a.ts +96 -0
  175. package/src/models/errors/postv2agentskeycardrefresh.ts +97 -0
  176. package/src/models/operations/createagentrequest.ts +714 -360
  177. package/src/models/operations/createagentresponserequest.ts +35 -1
  178. package/src/models/operations/createannotation.ts +5 -1
  179. package/src/models/operations/createcontact.ts +1 -1
  180. package/src/models/operations/createdataset.ts +1 -1
  181. package/src/models/operations/createdatasetitem.ts +4 -4
  182. package/src/models/operations/createdatasource.ts +1 -1
  183. package/src/models/operations/createeval.ts +16 -16
  184. package/src/models/operations/createidentity.ts +1 -1
  185. package/src/models/operations/createknowledge.ts +19 -17
  186. package/src/models/operations/createtool.ts +103 -91
  187. package/src/models/operations/deploymentinvoke.ts +38 -0
  188. package/src/models/operations/deploymentstream.ts +38 -0
  189. package/src/models/operations/fileget.ts +1 -1
  190. package/src/models/operations/filelist.ts +1 -1
  191. package/src/models/operations/fileupload.ts +1 -1
  192. package/src/models/operations/getagentresponse.ts +46 -0
  193. package/src/models/operations/getalltools.ts +93 -87
  194. package/src/models/operations/getevals.ts +16 -16
  195. package/src/models/operations/index.ts +3 -0
  196. package/src/models/operations/invokeagent.ts +45 -1
  197. package/src/models/operations/listagents.ts +723 -366
  198. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  199. package/src/models/operations/listdatasets.ts +1 -1
  200. package/src/models/operations/listdatasources.ts +1 -1
  201. package/src/models/operations/listidentities.ts +1 -1
  202. package/src/models/operations/listknowledgebases.ts +72 -64
  203. package/src/models/operations/postv2agentsa2a.ts +252 -0
  204. package/src/models/operations/postv2agentskeycardrefresh.ts +100 -0
  205. package/src/models/operations/retrieveagentrequest.ts +975 -468
  206. package/src/models/operations/retrievedatapoint.ts +4 -4
  207. package/src/models/operations/retrievedataset.ts +1 -1
  208. package/src/models/operations/retrievedatasource.ts +1 -1
  209. package/src/models/operations/retrieveidentity.ts +1 -1
  210. package/src/models/operations/retrievetool.ts +6 -6
  211. package/src/models/operations/runagent.ts +35 -21
  212. package/src/models/operations/streamagent.ts +40 -1
  213. package/src/models/operations/streamrunagent.ts +2 -2
  214. package/src/models/operations/updateagent.ts +876 -385
  215. package/src/models/operations/updatedatapoint.ts +4 -4
  216. package/src/models/operations/updatedataset.ts +1 -1
  217. package/src/models/operations/updatedatasource.ts +1 -1
  218. package/src/models/operations/updateeval.ts +16 -16
  219. package/src/models/operations/updateidentity.ts +1 -1
  220. package/src/models/operations/updatetool.ts +7 -7
  221. package/src/sdk/agents.ts +39 -1
  222. package/src/sdk/responses.ts +19 -0
@@ -1127,10 +1127,33 @@ export type UpdateAgentTeamOfAgents = {
1127
1127
  */
1128
1128
  role?: string | undefined;
1129
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
+ };
1130
1137
  /**
1131
- * Request body for updating an existing agent via the API. Uses simplified tool input format.
1138
+ * Update A2A agent configuration (only applicable to A2A agents)
1132
1139
  */
1133
- export type UpdateAgentUpdateAgentRequest = {
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 = {
1134
1157
  key?: string | undefined;
1135
1158
  displayName?: string | undefined;
1136
1159
  projectId?: string | undefined;
@@ -1178,18 +1201,22 @@ export type UpdateAgentUpdateAgentRequest = {
1178
1201
  variables?: {
1179
1202
  [k: string]: any;
1180
1203
  } | undefined;
1204
+ /**
1205
+ * Update A2A agent configuration (only applicable to A2A agents)
1206
+ */
1207
+ a2a?: UpdateA2AConfiguration | undefined;
1181
1208
  };
1182
1209
  export type UpdateAgentRequest = {
1183
1210
  /**
1184
1211
  * The unique key of the agent to update
1185
1212
  */
1186
1213
  agentKey: string;
1187
- requestBody: UpdateAgentUpdateAgentRequest;
1214
+ requestBody: UpdateAgentRequestBody;
1188
1215
  };
1189
1216
  /**
1190
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.
1191
1218
  */
1192
- export declare const UpdateAgentStatus: {
1219
+ export declare const UpdateAgentResponseBodyAgentsStatus: {
1193
1220
  readonly Live: "live";
1194
1221
  readonly Draft: "draft";
1195
1222
  readonly Pending: "pending";
@@ -1198,11 +1225,173 @@ export declare const UpdateAgentStatus: {
1198
1225
  /**
1199
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.
1200
1227
  */
1201
- export type UpdateAgentStatus = ClosedEnum<typeof UpdateAgentStatus>;
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>;
1202
1391
  /**
1203
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.
1204
1393
  */
1205
- export declare const UpdateAgentAgentsToolApprovalRequired: {
1394
+ export declare const UpdateAgentResponseBodyToolApprovalRequired: {
1206
1395
  readonly All: "all";
1207
1396
  readonly RespectTool: "respect_tool";
1208
1397
  readonly None: "none";
@@ -1210,8 +1399,8 @@ export declare const UpdateAgentAgentsToolApprovalRequired: {
1210
1399
  /**
1211
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.
1212
1401
  */
1213
- export type UpdateAgentAgentsToolApprovalRequired = ClosedEnum<typeof UpdateAgentAgentsToolApprovalRequired>;
1214
- export type UpdateAgentConditions = {
1402
+ export type UpdateAgentResponseBodyToolApprovalRequired = ClosedEnum<typeof UpdateAgentResponseBodyToolApprovalRequired>;
1403
+ export type UpdateAgentResponseBodyConditions = {
1215
1404
  /**
1216
1405
  * The argument of the tool call to evaluate
1217
1406
  */
@@ -1225,7 +1414,7 @@ export type UpdateAgentConditions = {
1225
1414
  */
1226
1415
  value: string;
1227
1416
  };
1228
- export type UpdateAgentTools = {
1417
+ export type UpdateAgentResponseBodyTools = {
1229
1418
  /**
1230
1419
  * The id of the resource
1231
1420
  */
@@ -1245,7 +1434,7 @@ export type UpdateAgentTools = {
1245
1434
  * Nested tool ID for MCP tools (identifies specific tool within MCP server)
1246
1435
  */
1247
1436
  toolId?: string | undefined;
1248
- conditions?: Array<UpdateAgentConditions> | undefined;
1437
+ conditions?: Array<UpdateAgentResponseBodyConditions> | undefined;
1249
1438
  /**
1250
1439
  * Tool execution timeout in seconds (default: 2 minutes, max: 10 minutes)
1251
1440
  */
@@ -1254,15 +1443,15 @@ export type UpdateAgentTools = {
1254
1443
  /**
1255
1444
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1256
1445
  */
1257
- export declare const UpdateAgentAgentsResponseExecuteOn: {
1446
+ export declare const UpdateAgentResponseBodyExecuteOn: {
1258
1447
  readonly Input: "input";
1259
1448
  readonly Output: "output";
1260
1449
  };
1261
1450
  /**
1262
1451
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1263
1452
  */
1264
- export type UpdateAgentAgentsResponseExecuteOn = ClosedEnum<typeof UpdateAgentAgentsResponseExecuteOn>;
1265
- export type UpdateAgentAgentsEvaluators = {
1453
+ export type UpdateAgentResponseBodyExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyExecuteOn>;
1454
+ export type UpdateAgentResponseBodyEvaluators = {
1266
1455
  /**
1267
1456
  * Unique key or identifier of the evaluator
1268
1457
  */
@@ -1274,20 +1463,20 @@ export type UpdateAgentAgentsEvaluators = {
1274
1463
  /**
1275
1464
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1276
1465
  */
1277
- executeOn: UpdateAgentAgentsResponseExecuteOn;
1466
+ executeOn: UpdateAgentResponseBodyExecuteOn;
1278
1467
  };
1279
1468
  /**
1280
1469
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1281
1470
  */
1282
- export declare const UpdateAgentAgentsResponse200ExecuteOn: {
1471
+ export declare const UpdateAgentResponseBodyAgentsExecuteOn: {
1283
1472
  readonly Input: "input";
1284
1473
  readonly Output: "output";
1285
1474
  };
1286
1475
  /**
1287
1476
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1288
1477
  */
1289
- export type UpdateAgentAgentsResponse200ExecuteOn = ClosedEnum<typeof UpdateAgentAgentsResponse200ExecuteOn>;
1290
- export type UpdateAgentAgentsGuardrails = {
1478
+ export type UpdateAgentResponseBodyAgentsExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyAgentsExecuteOn>;
1479
+ export type UpdateAgentResponseBodyGuardrails = {
1291
1480
  /**
1292
1481
  * Unique key or identifier of the evaluator
1293
1482
  */
@@ -1299,9 +1488,9 @@ export type UpdateAgentAgentsGuardrails = {
1299
1488
  /**
1300
1489
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
1301
1490
  */
1302
- executeOn: UpdateAgentAgentsResponse200ExecuteOn;
1491
+ executeOn: UpdateAgentResponseBodyAgentsExecuteOn;
1303
1492
  };
1304
- export type UpdateAgentAgentsSettings = {
1493
+ export type UpdateAgentResponseBodySettings = {
1305
1494
  /**
1306
1495
  * Maximum iterations(llm calls) before the agent will stop executing.
1307
1496
  */
@@ -1317,16 +1506,16 @@ export type UpdateAgentAgentsSettings = {
1317
1506
  /**
1318
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.
1319
1508
  */
1320
- toolApprovalRequired: UpdateAgentAgentsToolApprovalRequired;
1321
- tools?: Array<UpdateAgentTools> | undefined;
1509
+ toolApprovalRequired: UpdateAgentResponseBodyToolApprovalRequired;
1510
+ tools?: Array<UpdateAgentResponseBodyTools> | undefined;
1322
1511
  /**
1323
1512
  * Configuration for an evaluator applied to the agent
1324
1513
  */
1325
- evaluators?: Array<UpdateAgentAgentsEvaluators> | undefined;
1514
+ evaluators?: Array<UpdateAgentResponseBodyEvaluators> | undefined;
1326
1515
  /**
1327
1516
  * Configuration for a guardrail applied to the agent
1328
1517
  */
1329
- guardrails?: Array<UpdateAgentAgentsGuardrails> | undefined;
1518
+ guardrails?: Array<UpdateAgentResponseBodyGuardrails> | undefined;
1330
1519
  };
1331
1520
  export type UpdateAgentResponseFormatAgentsResponseJsonSchema = {
1332
1521
  /**
@@ -1374,7 +1563,7 @@ export type UpdateAgentResponseFormatAgentsResponseText = {
1374
1563
  /**
1375
1564
  * An object specifying the format that the model must output
1376
1565
  */
1377
- export type UpdateAgentResponseFormat = UpdateAgentResponseFormatAgentsResponseText | UpdateAgentResponseFormatAgentsResponseJSONObject | UpdateAgentResponseFormatAgentsResponse200JSONSchema;
1566
+ export type UpdateAgentResponseBodyResponseFormat = UpdateAgentResponseFormatAgentsResponseText | UpdateAgentResponseFormatAgentsResponseJSONObject | UpdateAgentResponseFormatAgentsResponse200JSONSchema;
1378
1567
  /**
1379
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.
1380
1569
  *
@@ -1387,7 +1576,7 @@ export type UpdateAgentResponseFormat = UpdateAgentResponseFormatAgentsResponseT
1387
1576
  *
1388
1577
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1389
1578
  */
1390
- export declare const UpdateAgentReasoningEffort: {
1579
+ export declare const UpdateAgentResponseBodyReasoningEffort: {
1391
1580
  readonly None: "none";
1392
1581
  readonly Minimal: "minimal";
1393
1582
  readonly Low: "low";
@@ -1407,12 +1596,12 @@ export declare const UpdateAgentReasoningEffort: {
1407
1596
  *
1408
1597
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1409
1598
  */
1410
- export type UpdateAgentReasoningEffort = ClosedEnum<typeof UpdateAgentReasoningEffort>;
1599
+ export type UpdateAgentResponseBodyReasoningEffort = ClosedEnum<typeof UpdateAgentResponseBodyReasoningEffort>;
1411
1600
  /**
1412
1601
  * Up to 4 sequences where the API will stop generating further tokens.
1413
1602
  */
1414
- export type UpdateAgentStop = string | Array<string>;
1415
- export type UpdateAgentThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
1603
+ export type UpdateAgentResponseBodyStop = string | Array<string>;
1604
+ export type UpdateAgentResponseBodyThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
1416
1605
  /**
1417
1606
  * The type of the tool. Currently, only function is supported.
1418
1607
  */
@@ -1445,12 +1634,12 @@ export type UpdateAgentToolChoiceAgentsResponse1 = ClosedEnum<typeof UpdateAgent
1445
1634
  /**
1446
1635
  * Controls which (if any) tool is called by the model.
1447
1636
  */
1448
- export type UpdateAgentToolChoice = UpdateAgentToolChoiceAgentsResponse2 | UpdateAgentToolChoiceAgentsResponse1;
1449
- export declare const UpdateAgentModalities: {
1637
+ export type UpdateAgentResponseBodyToolChoice = UpdateAgentToolChoiceAgentsResponse2 | UpdateAgentToolChoiceAgentsResponse1;
1638
+ export declare const UpdateAgentResponseBodyModalities: {
1450
1639
  readonly Text: "text";
1451
1640
  readonly Audio: "audio";
1452
1641
  };
1453
- export type UpdateAgentModalities = ClosedEnum<typeof UpdateAgentModalities>;
1642
+ export type UpdateAgentResponseBodyModalities = ClosedEnum<typeof UpdateAgentResponseBodyModalities>;
1454
1643
  /**
1455
1644
  * The key of the guardrail.
1456
1645
  */
@@ -1463,44 +1652,44 @@ export declare const UpdateAgentIdAgentsResponse1: {
1463
1652
  * The key of the guardrail.
1464
1653
  */
1465
1654
  export type UpdateAgentIdAgentsResponse1 = ClosedEnum<typeof UpdateAgentIdAgentsResponse1>;
1466
- export type UpdateAgentId = UpdateAgentIdAgentsResponse1 | string;
1655
+ export type UpdateAgentResponseBodyId = UpdateAgentIdAgentsResponse1 | string;
1467
1656
  /**
1468
1657
  * Determines whether the guardrail runs on the input (user message) or output (model response).
1469
1658
  */
1470
- export declare const UpdateAgentAgentsResponse200ApplicationJSONExecuteOn: {
1659
+ export declare const UpdateAgentResponseBodyAgentsResponseExecuteOn: {
1471
1660
  readonly Input: "input";
1472
1661
  readonly Output: "output";
1473
1662
  };
1474
1663
  /**
1475
1664
  * Determines whether the guardrail runs on the input (user message) or output (model response).
1476
1665
  */
1477
- export type UpdateAgentAgentsResponse200ApplicationJSONExecuteOn = ClosedEnum<typeof UpdateAgentAgentsResponse200ApplicationJSONExecuteOn>;
1478
- export type UpdateAgentAgentsResponseGuardrails = {
1666
+ export type UpdateAgentResponseBodyAgentsResponseExecuteOn = ClosedEnum<typeof UpdateAgentResponseBodyAgentsResponseExecuteOn>;
1667
+ export type UpdateAgentResponseBodyAgentsGuardrails = {
1479
1668
  id: UpdateAgentIdAgentsResponse1 | string;
1480
1669
  /**
1481
1670
  * Determines whether the guardrail runs on the input (user message) or output (model response).
1482
1671
  */
1483
- executeOn: UpdateAgentAgentsResponse200ApplicationJSONExecuteOn;
1672
+ executeOn: UpdateAgentResponseBodyAgentsResponseExecuteOn;
1484
1673
  };
1485
- export type UpdateAgentFallbacks = {
1674
+ export type UpdateAgentResponseBodyFallbacks = {
1486
1675
  /**
1487
1676
  * Fallback model identifier
1488
1677
  */
1489
1678
  model: string;
1490
1679
  };
1491
- export declare const UpdateAgentType: {
1680
+ export declare const UpdateAgentResponseBodyAgentsResponseType: {
1492
1681
  readonly ExactMatch: "exact_match";
1493
1682
  };
1494
- export type UpdateAgentType = ClosedEnum<typeof UpdateAgentType>;
1683
+ export type UpdateAgentResponseBodyAgentsResponseType = ClosedEnum<typeof UpdateAgentResponseBodyAgentsResponseType>;
1495
1684
  /**
1496
1685
  * Cache configuration for the request.
1497
1686
  */
1498
- export type UpdateAgentCache = {
1687
+ export type UpdateAgentResponseBodyCache = {
1499
1688
  /**
1500
1689
  * Time to live for cached responses in seconds. Maximum 259200 seconds (3 days).
1501
1690
  */
1502
1691
  ttl: number;
1503
- type: UpdateAgentType;
1692
+ type: UpdateAgentResponseBodyAgentsResponseType;
1504
1693
  };
1505
1694
  export declare const UpdateAgentLoadBalancerAgentsResponseType: {
1506
1695
  readonly WeightBased: "weight_based";
@@ -1523,11 +1712,11 @@ export type UpdateAgentLoadBalancerAgentsResponse1 = {
1523
1712
  /**
1524
1713
  * Load balancer configuration for the request.
1525
1714
  */
1526
- export type UpdateAgentLoadBalancer = UpdateAgentLoadBalancerAgentsResponse1;
1715
+ export type UpdateAgentResponseBodyLoadBalancer = UpdateAgentLoadBalancerAgentsResponse1;
1527
1716
  /**
1528
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.
1529
1718
  */
1530
- export type UpdateAgentTimeout = {
1719
+ export type UpdateAgentResponseBodyTimeout = {
1531
1720
  /**
1532
1721
  * Timeout value in milliseconds
1533
1722
  */
@@ -1536,7 +1725,7 @@ export type UpdateAgentTimeout = {
1536
1725
  /**
1537
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.
1538
1727
  */
1539
- export type UpdateAgentParameters = {
1728
+ export type UpdateAgentResponseBodyParameters = {
1540
1729
  /**
1541
1730
  * The name to display on the trace. If not specified, the default system name will be used.
1542
1731
  */
@@ -1577,7 +1766,7 @@ export type UpdateAgentParameters = {
1577
1766
  *
1578
1767
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1579
1768
  */
1580
- reasoningEffort?: UpdateAgentReasoningEffort | undefined;
1769
+ reasoningEffort?: UpdateAgentResponseBodyReasoningEffort | undefined;
1581
1770
  /**
1582
1771
  * Adjusts response verbosity. Lower levels yield shorter answers.
1583
1772
  */
@@ -1614,19 +1803,19 @@ export type UpdateAgentParameters = {
1614
1803
  /**
1615
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"].
1616
1805
  */
1617
- modalities?: Array<UpdateAgentModalities> | null | undefined;
1806
+ modalities?: Array<UpdateAgentResponseBodyModalities> | null | undefined;
1618
1807
  /**
1619
1808
  * A list of guardrails to apply to the request.
1620
1809
  */
1621
- guardrails?: Array<UpdateAgentAgentsResponseGuardrails> | undefined;
1810
+ guardrails?: Array<UpdateAgentResponseBodyAgentsGuardrails> | undefined;
1622
1811
  /**
1623
1812
  * Array of fallback models to use if primary model fails
1624
1813
  */
1625
- fallbacks?: Array<UpdateAgentFallbacks> | undefined;
1814
+ fallbacks?: Array<UpdateAgentResponseBodyFallbacks> | undefined;
1626
1815
  /**
1627
1816
  * Cache configuration for the request.
1628
1817
  */
1629
- cache?: UpdateAgentCache | undefined;
1818
+ cache?: UpdateAgentResponseBodyCache | undefined;
1630
1819
  /**
1631
1820
  * Load balancer configuration for the request.
1632
1821
  */
@@ -1634,12 +1823,12 @@ export type UpdateAgentParameters = {
1634
1823
  /**
1635
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.
1636
1825
  */
1637
- timeout?: UpdateAgentTimeout | undefined;
1826
+ timeout?: UpdateAgentResponseBodyTimeout | undefined;
1638
1827
  };
1639
1828
  /**
1640
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).
1641
1830
  */
1642
- export type UpdateAgentRetry = {
1831
+ export type UpdateAgentResponseBodyRetry = {
1643
1832
  /**
1644
1833
  * Number of retry attempts (1-5)
1645
1834
  */
@@ -1990,8 +2179,8 @@ export type UpdateAgentFallbackModelConfigurationAgents2 = {
1990
2179
  /**
1991
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.
1992
2181
  */
1993
- export type UpdateAgentAgentsFallbackModelConfiguration = UpdateAgentFallbackModelConfigurationAgents2 | string;
1994
- export type UpdateAgentModel = {
2182
+ export type UpdateAgentResponseBodyFallbackModelConfiguration = UpdateAgentFallbackModelConfigurationAgents2 | string;
2183
+ export type UpdateAgentResponseBodyModel = {
1995
2184
  /**
1996
2185
  * The database ID of the primary model
1997
2186
  */
@@ -2003,67 +2192,32 @@ export type UpdateAgentModel = {
2003
2192
  /**
2004
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.
2005
2194
  */
2006
- parameters?: UpdateAgentParameters | undefined;
2195
+ parameters?: UpdateAgentResponseBodyParameters | undefined;
2007
2196
  /**
2008
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).
2009
2198
  */
2010
- retry?: UpdateAgentRetry | undefined;
2199
+ retry?: UpdateAgentResponseBodyRetry | undefined;
2011
2200
  /**
2012
2201
  * Optional array of fallback models (string IDs or config objects) that will be used automatically in order if the primary model fails
2013
2202
  */
2014
2203
  fallbackModels?: Array<UpdateAgentFallbackModelConfigurationAgents2 | string> | null | undefined;
2015
2204
  };
2016
- export type UpdateAgentAgentsTeamOfAgents = {
2017
- /**
2018
- * The unique key of the agent within the workspace
2019
- */
2020
- key: string;
2021
- /**
2022
- * 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.
2023
- */
2024
- role?: string | undefined;
2025
- };
2026
- export type UpdateAgentMetrics = {
2027
- totalCost: number;
2028
- };
2029
- export type UpdateAgentAgentsKnowledgeBases = {
2030
- /**
2031
- * Unique identifier of the knowledge base to search
2032
- */
2033
- knowledgeId: string;
2034
- };
2035
- export declare const UpdateAgentSource: {
2036
- readonly Internal: "internal";
2037
- readonly External: "external";
2038
- readonly Experiment: "experiment";
2039
- };
2040
- export type UpdateAgentSource = ClosedEnum<typeof UpdateAgentSource>;
2041
- /**
2042
- * Agent configuration successfully updated. Returns the complete updated agent manifest reflecting all changes made.
2043
- */
2044
- export type UpdateAgentResponseBody = {
2205
+ export type UpdateAgentResponseBody1 = {
2045
2206
  id: string;
2046
2207
  /**
2047
2208
  * Unique identifier for the agent within the workspace
2048
2209
  */
2049
2210
  key: string;
2050
2211
  displayName?: string | undefined;
2051
- workspaceId: string;
2052
2212
  projectId: string;
2053
2213
  createdById?: string | null | undefined;
2054
2214
  updatedById?: string | null | undefined;
2055
2215
  created?: string | undefined;
2056
2216
  updated?: string | undefined;
2057
- role: string;
2058
- description: string;
2059
- systemPrompt?: string | undefined;
2060
- instructions: string;
2061
2217
  /**
2062
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.
2063
2219
  */
2064
- status: UpdateAgentStatus;
2065
- settings?: UpdateAgentAgentsSettings | undefined;
2066
- model: UpdateAgentModel;
2220
+ status: UpdateAgentResponseBodyStatus;
2067
2221
  versionHash?: string | undefined;
2068
2222
  /**
2069
2223
  * Entity storage path in the format: `project/folder/subfolder/...`
@@ -2078,12 +2232,12 @@ export type UpdateAgentResponseBody = {
2078
2232
  /**
2079
2233
  * Array of memory store identifiers. Accepts both memory store IDs and keys.
2080
2234
  */
2081
- memoryStores: Array<string>;
2235
+ memoryStores?: Array<string> | undefined;
2082
2236
  /**
2083
2237
  * The agents that are accessible to this orchestrator. The main agent can hand off to these agents to perform tasks.
2084
2238
  */
2085
- teamOfAgents: Array<UpdateAgentAgentsTeamOfAgents>;
2086
- metrics?: UpdateAgentMetrics | undefined;
2239
+ teamOfAgents?: Array<UpdateAgentResponseBodyTeamOfAgents> | undefined;
2240
+ metrics?: UpdateAgentResponseBodyMetrics | undefined;
2087
2241
  /**
2088
2242
  * Extracted variables from agent instructions
2089
2243
  */
@@ -2093,9 +2247,23 @@ export type UpdateAgentResponseBody = {
2093
2247
  /**
2094
2248
  * Agent knowledge bases reference
2095
2249
  */
2096
- knowledgeBases?: Array<UpdateAgentAgentsKnowledgeBases> | undefined;
2097
- source?: UpdateAgentSource | undefined;
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;
2098
2262
  };
2263
+ /**
2264
+ * Agent configuration successfully updated. Returns the complete updated agent manifest reflecting all changes made.
2265
+ */
2266
+ export type UpdateAgentResponseBody = UpdateAgentResponseBody1 | UpdateAgentResponseBody2;
2099
2267
  /** @internal */
2100
2268
  export type UpdateAgentResponseFormatAgentsJsonSchema$Outbound = {
2101
2269
  description?: string | undefined;
@@ -2711,7 +2879,26 @@ export type UpdateAgentTeamOfAgents$Outbound = {
2711
2879
  export declare const UpdateAgentTeamOfAgents$outboundSchema: z.ZodType<UpdateAgentTeamOfAgents$Outbound, z.ZodTypeDef, UpdateAgentTeamOfAgents>;
2712
2880
  export declare function updateAgentTeamOfAgentsToJSON(updateAgentTeamOfAgents: UpdateAgentTeamOfAgents): string;
2713
2881
  /** @internal */
2714
- export type UpdateAgentUpdateAgentRequest$Outbound = {
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 = {
2715
2902
  key?: string | undefined;
2716
2903
  display_name?: string | undefined;
2717
2904
  project_id?: string | undefined;
@@ -2729,41 +2916,75 @@ export type UpdateAgentUpdateAgentRequest$Outbound = {
2729
2916
  variables?: {
2730
2917
  [k: string]: any;
2731
2918
  } | undefined;
2919
+ a2a?: UpdateA2AConfiguration$Outbound | undefined;
2732
2920
  };
2733
2921
  /** @internal */
2734
- export declare const UpdateAgentUpdateAgentRequest$outboundSchema: z.ZodType<UpdateAgentUpdateAgentRequest$Outbound, z.ZodTypeDef, UpdateAgentUpdateAgentRequest>;
2735
- export declare function updateAgentUpdateAgentRequestToJSON(updateAgentUpdateAgentRequest: UpdateAgentUpdateAgentRequest): string;
2922
+ export declare const UpdateAgentRequestBody$outboundSchema: z.ZodType<UpdateAgentRequestBody$Outbound, z.ZodTypeDef, UpdateAgentRequestBody>;
2923
+ export declare function updateAgentRequestBodyToJSON(updateAgentRequestBody: UpdateAgentRequestBody): string;
2736
2924
  /** @internal */
2737
2925
  export type UpdateAgentRequest$Outbound = {
2738
2926
  agent_key: string;
2739
- RequestBody: UpdateAgentUpdateAgentRequest$Outbound;
2927
+ RequestBody: UpdateAgentRequestBody$Outbound;
2740
2928
  };
2741
2929
  /** @internal */
2742
2930
  export declare const UpdateAgentRequest$outboundSchema: z.ZodType<UpdateAgentRequest$Outbound, z.ZodTypeDef, UpdateAgentRequest>;
2743
2931
  export declare function updateAgentRequestToJSON(updateAgentRequest: UpdateAgentRequest): string;
2744
2932
  /** @internal */
2745
- export declare const UpdateAgentStatus$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentStatus>;
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>;
2746
2943
  /** @internal */
2747
- export declare const UpdateAgentAgentsToolApprovalRequired$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentsToolApprovalRequired>;
2944
+ export declare const UpdateAgentResponseBodyAgentsSource$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsSource>;
2748
2945
  /** @internal */
2749
- export declare const UpdateAgentConditions$inboundSchema: z.ZodType<UpdateAgentConditions, z.ZodTypeDef, unknown>;
2750
- export declare function updateAgentConditionsFromJSON(jsonString: string): SafeParseResult<UpdateAgentConditions, SDKValidationError>;
2946
+ export declare const UpdateAgentResponseBodyHeaders$inboundSchema: z.ZodType<UpdateAgentResponseBodyHeaders, z.ZodTypeDef, unknown>;
2947
+ export declare function updateAgentResponseBodyHeadersFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyHeaders, SDKValidationError>;
2751
2948
  /** @internal */
2752
- export declare const UpdateAgentTools$inboundSchema: z.ZodType<UpdateAgentTools, z.ZodTypeDef, unknown>;
2753
- export declare function updateAgentToolsFromJSON(jsonString: string): SafeParseResult<UpdateAgentTools, SDKValidationError>;
2949
+ export declare const UpdateAgentResponseBodyA2AAgentConfiguration$inboundSchema: z.ZodType<UpdateAgentResponseBodyA2AAgentConfiguration, z.ZodTypeDef, unknown>;
2950
+ export declare function updateAgentResponseBodyA2AAgentConfigurationFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyA2AAgentConfiguration, SDKValidationError>;
2754
2951
  /** @internal */
2755
- export declare const UpdateAgentAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentsResponseExecuteOn>;
2952
+ export declare const UpdateAgentResponseBody2$inboundSchema: z.ZodType<UpdateAgentResponseBody2, z.ZodTypeDef, unknown>;
2953
+ export declare function updateAgentResponseBody2FromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody2, SDKValidationError>;
2756
2954
  /** @internal */
2757
- export declare const UpdateAgentAgentsEvaluators$inboundSchema: z.ZodType<UpdateAgentAgentsEvaluators, z.ZodTypeDef, unknown>;
2758
- export declare function updateAgentAgentsEvaluatorsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsEvaluators, SDKValidationError>;
2955
+ export declare const UpdateAgentResponseBodyStatus$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyStatus>;
2759
2956
  /** @internal */
2760
- export declare const UpdateAgentAgentsResponse200ExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentsResponse200ExecuteOn>;
2957
+ export declare const UpdateAgentResponseBodyTeamOfAgents$inboundSchema: z.ZodType<UpdateAgentResponseBodyTeamOfAgents, z.ZodTypeDef, unknown>;
2958
+ export declare function updateAgentResponseBodyTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTeamOfAgents, SDKValidationError>;
2761
2959
  /** @internal */
2762
- export declare const UpdateAgentAgentsGuardrails$inboundSchema: z.ZodType<UpdateAgentAgentsGuardrails, z.ZodTypeDef, unknown>;
2763
- export declare function updateAgentAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsGuardrails, SDKValidationError>;
2960
+ export declare const UpdateAgentResponseBodyMetrics$inboundSchema: z.ZodType<UpdateAgentResponseBodyMetrics, z.ZodTypeDef, unknown>;
2961
+ export declare function updateAgentResponseBodyMetricsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyMetrics, SDKValidationError>;
2764
2962
  /** @internal */
2765
- export declare const UpdateAgentAgentsSettings$inboundSchema: z.ZodType<UpdateAgentAgentsSettings, z.ZodTypeDef, unknown>;
2766
- export declare function updateAgentAgentsSettingsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsSettings, SDKValidationError>;
2963
+ export declare const UpdateAgentResponseBodyKnowledgeBases$inboundSchema: z.ZodType<UpdateAgentResponseBodyKnowledgeBases, z.ZodTypeDef, unknown>;
2964
+ export declare function updateAgentResponseBodyKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyKnowledgeBases, SDKValidationError>;
2965
+ /** @internal */
2966
+ export declare const UpdateAgentResponseBodySource$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodySource>;
2967
+ /** @internal */
2968
+ export declare const UpdateAgentResponseBodyToolApprovalRequired$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyToolApprovalRequired>;
2969
+ /** @internal */
2970
+ export declare const UpdateAgentResponseBodyConditions$inboundSchema: z.ZodType<UpdateAgentResponseBodyConditions, z.ZodTypeDef, unknown>;
2971
+ export declare function updateAgentResponseBodyConditionsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyConditions, SDKValidationError>;
2972
+ /** @internal */
2973
+ export declare const UpdateAgentResponseBodyTools$inboundSchema: z.ZodType<UpdateAgentResponseBodyTools, z.ZodTypeDef, unknown>;
2974
+ export declare function updateAgentResponseBodyToolsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTools, SDKValidationError>;
2975
+ /** @internal */
2976
+ export declare const UpdateAgentResponseBodyExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyExecuteOn>;
2977
+ /** @internal */
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>;
2767
2988
  /** @internal */
2768
2989
  export declare const UpdateAgentResponseFormatAgentsResponseJsonSchema$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponseJsonSchema, z.ZodTypeDef, unknown>;
2769
2990
  export declare function updateAgentResponseFormatAgentsResponseJsonSchemaFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponseJsonSchema, SDKValidationError>;
@@ -2777,16 +2998,16 @@ export declare function updateAgentResponseFormatAgentsResponseJSONObjectFromJSO
2777
2998
  export declare const UpdateAgentResponseFormatAgentsResponseText$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponseText, z.ZodTypeDef, unknown>;
2778
2999
  export declare function updateAgentResponseFormatAgentsResponseTextFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponseText, SDKValidationError>;
2779
3000
  /** @internal */
2780
- export declare const UpdateAgentResponseFormat$inboundSchema: z.ZodType<UpdateAgentResponseFormat, z.ZodTypeDef, unknown>;
2781
- export declare function updateAgentResponseFormatFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormat, SDKValidationError>;
3001
+ export declare const UpdateAgentResponseBodyResponseFormat$inboundSchema: z.ZodType<UpdateAgentResponseBodyResponseFormat, z.ZodTypeDef, unknown>;
3002
+ export declare function updateAgentResponseBodyResponseFormatFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyResponseFormat, SDKValidationError>;
2782
3003
  /** @internal */
2783
- export declare const UpdateAgentReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentReasoningEffort>;
3004
+ export declare const UpdateAgentResponseBodyReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyReasoningEffort>;
2784
3005
  /** @internal */
2785
- export declare const UpdateAgentStop$inboundSchema: z.ZodType<UpdateAgentStop, z.ZodTypeDef, unknown>;
2786
- export declare function updateAgentStopFromJSON(jsonString: string): SafeParseResult<UpdateAgentStop, SDKValidationError>;
3006
+ export declare const UpdateAgentResponseBodyStop$inboundSchema: z.ZodType<UpdateAgentResponseBodyStop, z.ZodTypeDef, unknown>;
3007
+ export declare function updateAgentResponseBodyStopFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyStop, SDKValidationError>;
2787
3008
  /** @internal */
2788
- export declare const UpdateAgentThinking$inboundSchema: z.ZodType<UpdateAgentThinking, z.ZodTypeDef, unknown>;
2789
- export declare function updateAgentThinkingFromJSON(jsonString: string): SafeParseResult<UpdateAgentThinking, SDKValidationError>;
3009
+ export declare const UpdateAgentResponseBodyThinking$inboundSchema: z.ZodType<UpdateAgentResponseBodyThinking, z.ZodTypeDef, unknown>;
3010
+ export declare function updateAgentResponseBodyThinkingFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyThinking, SDKValidationError>;
2790
3011
  /** @internal */
2791
3012
  export declare const UpdateAgentToolChoiceAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentToolChoiceAgentsResponseType>;
2792
3013
  /** @internal */
@@ -2798,28 +3019,28 @@ export declare function updateAgentToolChoiceAgentsResponse2FromJSON(jsonString:
2798
3019
  /** @internal */
2799
3020
  export declare const UpdateAgentToolChoiceAgentsResponse1$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentToolChoiceAgentsResponse1>;
2800
3021
  /** @internal */
2801
- export declare const UpdateAgentToolChoice$inboundSchema: z.ZodType<UpdateAgentToolChoice, z.ZodTypeDef, unknown>;
2802
- export declare function updateAgentToolChoiceFromJSON(jsonString: string): SafeParseResult<UpdateAgentToolChoice, SDKValidationError>;
3022
+ export declare const UpdateAgentResponseBodyToolChoice$inboundSchema: z.ZodType<UpdateAgentResponseBodyToolChoice, z.ZodTypeDef, unknown>;
3023
+ export declare function updateAgentResponseBodyToolChoiceFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyToolChoice, SDKValidationError>;
2803
3024
  /** @internal */
2804
- export declare const UpdateAgentModalities$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentModalities>;
3025
+ export declare const UpdateAgentResponseBodyModalities$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyModalities>;
2805
3026
  /** @internal */
2806
3027
  export declare const UpdateAgentIdAgentsResponse1$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentIdAgentsResponse1>;
2807
3028
  /** @internal */
2808
- export declare const UpdateAgentId$inboundSchema: z.ZodType<UpdateAgentId, z.ZodTypeDef, unknown>;
2809
- export declare function updateAgentIdFromJSON(jsonString: string): SafeParseResult<UpdateAgentId, SDKValidationError>;
3029
+ export declare const UpdateAgentResponseBodyId$inboundSchema: z.ZodType<UpdateAgentResponseBodyId, z.ZodTypeDef, unknown>;
3030
+ export declare function updateAgentResponseBodyIdFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyId, SDKValidationError>;
2810
3031
  /** @internal */
2811
- export declare const UpdateAgentAgentsResponse200ApplicationJSONExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentsResponse200ApplicationJSONExecuteOn>;
3032
+ export declare const UpdateAgentResponseBodyAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsResponseExecuteOn>;
2812
3033
  /** @internal */
2813
- export declare const UpdateAgentAgentsResponseGuardrails$inboundSchema: z.ZodType<UpdateAgentAgentsResponseGuardrails, z.ZodTypeDef, unknown>;
2814
- export declare function updateAgentAgentsResponseGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsResponseGuardrails, SDKValidationError>;
3034
+ export declare const UpdateAgentResponseBodyAgentsGuardrails$inboundSchema: z.ZodType<UpdateAgentResponseBodyAgentsGuardrails, z.ZodTypeDef, unknown>;
3035
+ export declare function updateAgentResponseBodyAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyAgentsGuardrails, SDKValidationError>;
2815
3036
  /** @internal */
2816
- export declare const UpdateAgentFallbacks$inboundSchema: z.ZodType<UpdateAgentFallbacks, z.ZodTypeDef, unknown>;
2817
- export declare function updateAgentFallbacksFromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbacks, SDKValidationError>;
3037
+ export declare const UpdateAgentResponseBodyFallbacks$inboundSchema: z.ZodType<UpdateAgentResponseBodyFallbacks, z.ZodTypeDef, unknown>;
3038
+ export declare function updateAgentResponseBodyFallbacksFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyFallbacks, SDKValidationError>;
2818
3039
  /** @internal */
2819
- export declare const UpdateAgentType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentType>;
3040
+ export declare const UpdateAgentResponseBodyAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentResponseBodyAgentsResponseType>;
2820
3041
  /** @internal */
2821
- export declare const UpdateAgentCache$inboundSchema: z.ZodType<UpdateAgentCache, z.ZodTypeDef, unknown>;
2822
- 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>;
2823
3044
  /** @internal */
2824
3045
  export declare const UpdateAgentLoadBalancerAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentLoadBalancerAgentsResponseType>;
2825
3046
  /** @internal */
@@ -2829,17 +3050,17 @@ export declare function updateAgentLoadBalancerAgentsResponseModelsFromJSON(json
2829
3050
  export declare const UpdateAgentLoadBalancerAgentsResponse1$inboundSchema: z.ZodType<UpdateAgentLoadBalancerAgentsResponse1, z.ZodTypeDef, unknown>;
2830
3051
  export declare function updateAgentLoadBalancerAgentsResponse1FromJSON(jsonString: string): SafeParseResult<UpdateAgentLoadBalancerAgentsResponse1, SDKValidationError>;
2831
3052
  /** @internal */
2832
- export declare const UpdateAgentLoadBalancer$inboundSchema: z.ZodType<UpdateAgentLoadBalancer, z.ZodTypeDef, unknown>;
2833
- export declare function updateAgentLoadBalancerFromJSON(jsonString: string): SafeParseResult<UpdateAgentLoadBalancer, SDKValidationError>;
3053
+ export declare const UpdateAgentResponseBodyLoadBalancer$inboundSchema: z.ZodType<UpdateAgentResponseBodyLoadBalancer, z.ZodTypeDef, unknown>;
3054
+ export declare function updateAgentResponseBodyLoadBalancerFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyLoadBalancer, SDKValidationError>;
2834
3055
  /** @internal */
2835
- export declare const UpdateAgentTimeout$inboundSchema: z.ZodType<UpdateAgentTimeout, z.ZodTypeDef, unknown>;
2836
- export declare function updateAgentTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentTimeout, SDKValidationError>;
3056
+ export declare const UpdateAgentResponseBodyTimeout$inboundSchema: z.ZodType<UpdateAgentResponseBodyTimeout, z.ZodTypeDef, unknown>;
3057
+ export declare function updateAgentResponseBodyTimeoutFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyTimeout, SDKValidationError>;
2837
3058
  /** @internal */
2838
- export declare const UpdateAgentParameters$inboundSchema: z.ZodType<UpdateAgentParameters, z.ZodTypeDef, unknown>;
2839
- export declare function updateAgentParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentParameters, SDKValidationError>;
3059
+ export declare const UpdateAgentResponseBodyParameters$inboundSchema: z.ZodType<UpdateAgentResponseBodyParameters, z.ZodTypeDef, unknown>;
3060
+ export declare function updateAgentResponseBodyParametersFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyParameters, SDKValidationError>;
2840
3061
  /** @internal */
2841
- export declare const UpdateAgentRetry$inboundSchema: z.ZodType<UpdateAgentRetry, z.ZodTypeDef, unknown>;
2842
- export declare function updateAgentRetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentRetry, SDKValidationError>;
3062
+ export declare const UpdateAgentResponseBodyRetry$inboundSchema: z.ZodType<UpdateAgentResponseBodyRetry, z.ZodTypeDef, unknown>;
3063
+ export declare function updateAgentResponseBodyRetryFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyRetry, SDKValidationError>;
2843
3064
  /** @internal */
2844
3065
  export declare const UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema$inboundSchema: z.ZodType<UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema, z.ZodTypeDef, unknown>;
2845
3066
  export declare function updateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchemaFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseFormatAgentsResponse200ApplicationJSONJSONSchema, SDKValidationError>;
@@ -2920,22 +3141,14 @@ export declare function updateAgentFallbackModelConfigurationAgentsRetryFromJSON
2920
3141
  export declare const UpdateAgentFallbackModelConfigurationAgents2$inboundSchema: z.ZodType<UpdateAgentFallbackModelConfigurationAgents2, z.ZodTypeDef, unknown>;
2921
3142
  export declare function updateAgentFallbackModelConfigurationAgents2FromJSON(jsonString: string): SafeParseResult<UpdateAgentFallbackModelConfigurationAgents2, SDKValidationError>;
2922
3143
  /** @internal */
2923
- export declare const UpdateAgentAgentsFallbackModelConfiguration$inboundSchema: z.ZodType<UpdateAgentAgentsFallbackModelConfiguration, z.ZodTypeDef, unknown>;
2924
- export declare function updateAgentAgentsFallbackModelConfigurationFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsFallbackModelConfiguration, SDKValidationError>;
2925
- /** @internal */
2926
- export declare const UpdateAgentModel$inboundSchema: z.ZodType<UpdateAgentModel, z.ZodTypeDef, unknown>;
2927
- export declare function updateAgentModelFromJSON(jsonString: string): SafeParseResult<UpdateAgentModel, SDKValidationError>;
2928
- /** @internal */
2929
- export declare const UpdateAgentAgentsTeamOfAgents$inboundSchema: z.ZodType<UpdateAgentAgentsTeamOfAgents, z.ZodTypeDef, unknown>;
2930
- export declare function updateAgentAgentsTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsTeamOfAgents, SDKValidationError>;
2931
- /** @internal */
2932
- export declare const UpdateAgentMetrics$inboundSchema: z.ZodType<UpdateAgentMetrics, z.ZodTypeDef, unknown>;
2933
- 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>;
2934
3146
  /** @internal */
2935
- export declare const UpdateAgentAgentsKnowledgeBases$inboundSchema: z.ZodType<UpdateAgentAgentsKnowledgeBases, z.ZodTypeDef, unknown>;
2936
- export declare function updateAgentAgentsKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<UpdateAgentAgentsKnowledgeBases, SDKValidationError>;
3147
+ export declare const UpdateAgentResponseBodyModel$inboundSchema: z.ZodType<UpdateAgentResponseBodyModel, z.ZodTypeDef, unknown>;
3148
+ export declare function updateAgentResponseBodyModelFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBodyModel, SDKValidationError>;
2937
3149
  /** @internal */
2938
- export declare const UpdateAgentSource$inboundSchema: z.ZodNativeEnum<typeof UpdateAgentSource>;
3150
+ export declare const UpdateAgentResponseBody1$inboundSchema: z.ZodType<UpdateAgentResponseBody1, z.ZodTypeDef, unknown>;
3151
+ export declare function updateAgentResponseBody1FromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody1, SDKValidationError>;
2939
3152
  /** @internal */
2940
3153
  export declare const UpdateAgentResponseBody$inboundSchema: z.ZodType<UpdateAgentResponseBody, z.ZodTypeDef, unknown>;
2941
3154
  export declare function updateAgentResponseBodyFromJSON(jsonString: string): SafeParseResult<UpdateAgentResponseBody, SDKValidationError>;