@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
@@ -12,7 +12,7 @@ export type RetrieveAgentRequestRequest = {
12
12
  /**
13
13
  * 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.
14
14
  */
15
- export declare const RetrieveAgentRequestStatus: {
15
+ export declare const RetrieveAgentRequestResponseBodyAgentsStatus: {
16
16
  readonly Live: "live";
17
17
  readonly Draft: "draft";
18
18
  readonly Pending: "pending";
@@ -21,11 +21,173 @@ export declare const RetrieveAgentRequestStatus: {
21
21
  /**
22
22
  * 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.
23
23
  */
24
- export type RetrieveAgentRequestStatus = ClosedEnum<typeof RetrieveAgentRequestStatus>;
24
+ export type RetrieveAgentRequestResponseBodyAgentsStatus = ClosedEnum<typeof RetrieveAgentRequestResponseBodyAgentsStatus>;
25
+ export type RetrieveAgentRequestResponseBodyAgentsTeamOfAgents = {
26
+ /**
27
+ * The unique key of the agent within the workspace
28
+ */
29
+ key: string;
30
+ /**
31
+ * 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.
32
+ */
33
+ role?: string | undefined;
34
+ };
35
+ export type RetrieveAgentRequestResponseBodyAgentsMetrics = {
36
+ totalCost: number;
37
+ };
38
+ export type RetrieveAgentRequestResponseBodyAgentsKnowledgeBases = {
39
+ /**
40
+ * Unique identifier of the knowledge base to search
41
+ */
42
+ knowledgeId: string;
43
+ };
44
+ export declare const RetrieveAgentRequestResponseBodyAgentsSource: {
45
+ readonly Internal: "internal";
46
+ readonly External: "external";
47
+ readonly Experiment: "experiment";
48
+ };
49
+ export type RetrieveAgentRequestResponseBodyAgentsSource = ClosedEnum<typeof RetrieveAgentRequestResponseBodyAgentsSource>;
50
+ export type RetrieveAgentRequestResponseBodyHeaders = {
51
+ /**
52
+ * 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.
53
+ */
54
+ value: string;
55
+ encrypted: boolean;
56
+ };
57
+ /**
58
+ * A2A configuration with agent endpoint and authentication. External agents manage their own model/settings.
59
+ */
60
+ export type ResponseBodyA2AAgentConfiguration = {
61
+ /**
62
+ * The A2A agent endpoint URL (e.g., https://example.com/agent/a2a)
63
+ */
64
+ agentUrl: string;
65
+ /**
66
+ * Optional explicit URL to fetch agent card. Defaults to {agent_url}/card if not provided
67
+ */
68
+ cardUrl?: string | undefined;
69
+ /**
70
+ * 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.
71
+ */
72
+ headers?: {
73
+ [k: string]: RetrieveAgentRequestResponseBodyHeaders;
74
+ } | undefined;
75
+ /**
76
+ * Cached agent card from discovery. Refreshed periodically.
77
+ */
78
+ cachedCard?: any | undefined;
79
+ };
80
+ export type RetrieveAgentRequestResponseBody2 = {
81
+ id: string;
82
+ /**
83
+ * Unique identifier for the agent within the workspace
84
+ */
85
+ key: string;
86
+ displayName?: string | undefined;
87
+ projectId: string;
88
+ createdById?: string | null | undefined;
89
+ updatedById?: string | null | undefined;
90
+ created?: string | undefined;
91
+ updated?: string | undefined;
92
+ /**
93
+ * 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.
94
+ */
95
+ status: RetrieveAgentRequestResponseBodyAgentsStatus;
96
+ versionHash?: string | undefined;
97
+ /**
98
+ * Entity storage path in the format: `project/folder/subfolder/...`
99
+ *
100
+ * @remarks
101
+ *
102
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
103
+ *
104
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
105
+ */
106
+ path: string;
107
+ /**
108
+ * Array of memory store identifiers. Accepts both memory store IDs and keys.
109
+ */
110
+ memoryStores?: Array<string> | undefined;
111
+ /**
112
+ * The agents that are accessible to this orchestrator. The main agent can hand off to these agents to perform tasks.
113
+ */
114
+ teamOfAgents?: Array<RetrieveAgentRequestResponseBodyAgentsTeamOfAgents> | undefined;
115
+ metrics?: RetrieveAgentRequestResponseBodyAgentsMetrics | undefined;
116
+ /**
117
+ * Extracted variables from agent instructions
118
+ */
119
+ variables?: {
120
+ [k: string]: any;
121
+ } | undefined;
122
+ /**
123
+ * Agent knowledge bases reference
124
+ */
125
+ knowledgeBases?: Array<RetrieveAgentRequestResponseBodyAgentsKnowledgeBases> | undefined;
126
+ source?: RetrieveAgentRequestResponseBodyAgentsSource | undefined;
127
+ /**
128
+ * External A2A-compliant agent
129
+ */
130
+ type: "a2a";
131
+ /**
132
+ * Role fetched from agent card name or user-provided
133
+ */
134
+ role: string;
135
+ /**
136
+ * Description fetched from agent card or user-provided
137
+ */
138
+ description: string;
139
+ systemPrompt?: string | undefined;
140
+ /**
141
+ * Instructions from agent card description or user-provided
142
+ */
143
+ instructions: string;
144
+ /**
145
+ * A2A configuration with agent endpoint and authentication. External agents manage their own model/settings.
146
+ */
147
+ a2a: ResponseBodyA2AAgentConfiguration;
148
+ };
149
+ /**
150
+ * 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.
151
+ */
152
+ export declare const RetrieveAgentRequestResponseBodyStatus: {
153
+ readonly Live: "live";
154
+ readonly Draft: "draft";
155
+ readonly Pending: "pending";
156
+ readonly Published: "published";
157
+ };
158
+ /**
159
+ * 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.
160
+ */
161
+ export type RetrieveAgentRequestResponseBodyStatus = ClosedEnum<typeof RetrieveAgentRequestResponseBodyStatus>;
162
+ export type RetrieveAgentRequestResponseBodyTeamOfAgents = {
163
+ /**
164
+ * The unique key of the agent within the workspace
165
+ */
166
+ key: string;
167
+ /**
168
+ * 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.
169
+ */
170
+ role?: string | undefined;
171
+ };
172
+ export type RetrieveAgentRequestResponseBodyMetrics = {
173
+ totalCost: number;
174
+ };
175
+ export type RetrieveAgentRequestResponseBodyKnowledgeBases = {
176
+ /**
177
+ * Unique identifier of the knowledge base to search
178
+ */
179
+ knowledgeId: string;
180
+ };
181
+ export declare const RetrieveAgentRequestResponseBodySource: {
182
+ readonly Internal: "internal";
183
+ readonly External: "external";
184
+ readonly Experiment: "experiment";
185
+ };
186
+ export type RetrieveAgentRequestResponseBodySource = ClosedEnum<typeof RetrieveAgentRequestResponseBodySource>;
25
187
  /**
26
188
  * 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.
27
189
  */
28
- export declare const RetrieveAgentRequestToolApprovalRequired: {
190
+ export declare const RetrieveAgentRequestResponseBodyToolApprovalRequired: {
29
191
  readonly All: "all";
30
192
  readonly RespectTool: "respect_tool";
31
193
  readonly None: "none";
@@ -33,8 +195,8 @@ export declare const RetrieveAgentRequestToolApprovalRequired: {
33
195
  /**
34
196
  * 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.
35
197
  */
36
- export type RetrieveAgentRequestToolApprovalRequired = ClosedEnum<typeof RetrieveAgentRequestToolApprovalRequired>;
37
- export type RetrieveAgentRequestConditions = {
198
+ export type RetrieveAgentRequestResponseBodyToolApprovalRequired = ClosedEnum<typeof RetrieveAgentRequestResponseBodyToolApprovalRequired>;
199
+ export type ResponseBodyConditions = {
38
200
  /**
39
201
  * The argument of the tool call to evaluate
40
202
  */
@@ -48,7 +210,7 @@ export type RetrieveAgentRequestConditions = {
48
210
  */
49
211
  value: string;
50
212
  };
51
- export type RetrieveAgentRequestTools = {
213
+ export type RetrieveAgentRequestResponseBodyTools = {
52
214
  /**
53
215
  * The id of the resource
54
216
  */
@@ -68,7 +230,7 @@ export type RetrieveAgentRequestTools = {
68
230
  * Nested tool ID for MCP tools (identifies specific tool within MCP server)
69
231
  */
70
232
  toolId?: string | undefined;
71
- conditions?: Array<RetrieveAgentRequestConditions> | undefined;
233
+ conditions?: Array<ResponseBodyConditions> | undefined;
72
234
  /**
73
235
  * Tool execution timeout in seconds (default: 2 minutes, max: 10 minutes)
74
236
  */
@@ -77,15 +239,15 @@ export type RetrieveAgentRequestTools = {
77
239
  /**
78
240
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
79
241
  */
80
- export declare const RetrieveAgentRequestExecuteOn: {
242
+ export declare const RetrieveAgentRequestResponseBodyExecuteOn: {
81
243
  readonly Input: "input";
82
244
  readonly Output: "output";
83
245
  };
84
246
  /**
85
247
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
86
248
  */
87
- export type RetrieveAgentRequestExecuteOn = ClosedEnum<typeof RetrieveAgentRequestExecuteOn>;
88
- export type RetrieveAgentRequestEvaluators = {
249
+ export type RetrieveAgentRequestResponseBodyExecuteOn = ClosedEnum<typeof RetrieveAgentRequestResponseBodyExecuteOn>;
250
+ export type RetrieveAgentRequestResponseBodyEvaluators = {
89
251
  /**
90
252
  * Unique key or identifier of the evaluator
91
253
  */
@@ -97,20 +259,20 @@ export type RetrieveAgentRequestEvaluators = {
97
259
  /**
98
260
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
99
261
  */
100
- executeOn: RetrieveAgentRequestExecuteOn;
262
+ executeOn: RetrieveAgentRequestResponseBodyExecuteOn;
101
263
  };
102
264
  /**
103
265
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
104
266
  */
105
- export declare const RetrieveAgentRequestAgentsExecuteOn: {
267
+ export declare const RetrieveAgentRequestResponseBodyAgentsExecuteOn: {
106
268
  readonly Input: "input";
107
269
  readonly Output: "output";
108
270
  };
109
271
  /**
110
272
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
111
273
  */
112
- export type RetrieveAgentRequestAgentsExecuteOn = ClosedEnum<typeof RetrieveAgentRequestAgentsExecuteOn>;
113
- export type RetrieveAgentRequestGuardrails = {
274
+ export type RetrieveAgentRequestResponseBodyAgentsExecuteOn = ClosedEnum<typeof RetrieveAgentRequestResponseBodyAgentsExecuteOn>;
275
+ export type RetrieveAgentRequestResponseBodyGuardrails = {
114
276
  /**
115
277
  * Unique key or identifier of the evaluator
116
278
  */
@@ -122,9 +284,9 @@ export type RetrieveAgentRequestGuardrails = {
122
284
  /**
123
285
  * Determines whether the evaluator runs on the agent input (user message) or output (agent response).
124
286
  */
125
- executeOn: RetrieveAgentRequestAgentsExecuteOn;
287
+ executeOn: RetrieveAgentRequestResponseBodyAgentsExecuteOn;
126
288
  };
127
- export type RetrieveAgentRequestSettings = {
289
+ export type RetrieveAgentRequestResponseBodySettings = {
128
290
  /**
129
291
  * Maximum iterations(llm calls) before the agent will stop executing.
130
292
  */
@@ -140,16 +302,16 @@ export type RetrieveAgentRequestSettings = {
140
302
  /**
141
303
  * 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.
142
304
  */
143
- toolApprovalRequired: RetrieveAgentRequestToolApprovalRequired;
144
- tools?: Array<RetrieveAgentRequestTools> | undefined;
305
+ toolApprovalRequired: RetrieveAgentRequestResponseBodyToolApprovalRequired;
306
+ tools?: Array<RetrieveAgentRequestResponseBodyTools> | undefined;
145
307
  /**
146
308
  * Configuration for an evaluator applied to the agent
147
309
  */
148
- evaluators?: Array<RetrieveAgentRequestEvaluators> | undefined;
310
+ evaluators?: Array<RetrieveAgentRequestResponseBodyEvaluators> | undefined;
149
311
  /**
150
312
  * Configuration for a guardrail applied to the agent
151
313
  */
152
- guardrails?: Array<RetrieveAgentRequestGuardrails> | undefined;
314
+ guardrails?: Array<RetrieveAgentRequestResponseBodyGuardrails> | undefined;
153
315
  };
154
316
  export type RetrieveAgentRequestResponseFormatJsonSchema = {
155
317
  /**
@@ -197,7 +359,7 @@ export type RetrieveAgentRequestResponseFormatText = {
197
359
  /**
198
360
  * An object specifying the format that the model must output
199
361
  */
200
- export type RetrieveAgentRequestResponseFormat = RetrieveAgentRequestResponseFormatText | RetrieveAgentRequestResponseFormatJSONObject | RetrieveAgentRequestResponseFormatAgentsJSONSchema;
362
+ export type RetrieveAgentRequestResponseBodyResponseFormat = RetrieveAgentRequestResponseFormatText | RetrieveAgentRequestResponseFormatJSONObject | RetrieveAgentRequestResponseFormatAgentsJSONSchema;
201
363
  /**
202
364
  * 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.
203
365
  *
@@ -210,7 +372,7 @@ export type RetrieveAgentRequestResponseFormat = RetrieveAgentRequestResponseFor
210
372
  *
211
373
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
212
374
  */
213
- export declare const RetrieveAgentRequestReasoningEffort: {
375
+ export declare const RetrieveAgentRequestResponseBodyReasoningEffort: {
214
376
  readonly None: "none";
215
377
  readonly Minimal: "minimal";
216
378
  readonly Low: "low";
@@ -230,12 +392,12 @@ export declare const RetrieveAgentRequestReasoningEffort: {
230
392
  *
231
393
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
232
394
  */
233
- export type RetrieveAgentRequestReasoningEffort = ClosedEnum<typeof RetrieveAgentRequestReasoningEffort>;
395
+ export type RetrieveAgentRequestResponseBodyReasoningEffort = ClosedEnum<typeof RetrieveAgentRequestResponseBodyReasoningEffort>;
234
396
  /**
235
397
  * Up to 4 sequences where the API will stop generating further tokens.
236
398
  */
237
- export type RetrieveAgentRequestStop = string | Array<string>;
238
- export type RetrieveAgentRequestThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
399
+ export type RetrieveAgentRequestResponseBodyStop = string | Array<string>;
400
+ export type RetrieveAgentRequestResponseBodyThinking = components.ThinkingConfigDisabledSchema | components.ThinkingConfigEnabledSchema;
239
401
  /**
240
402
  * The type of the tool. Currently, only function is supported.
241
403
  */
@@ -268,12 +430,12 @@ export type RetrieveAgentRequestToolChoice1 = ClosedEnum<typeof RetrieveAgentReq
268
430
  /**
269
431
  * Controls which (if any) tool is called by the model.
270
432
  */
271
- export type RetrieveAgentRequestToolChoice = RetrieveAgentRequestToolChoice2 | RetrieveAgentRequestToolChoice1;
272
- export declare const RetrieveAgentRequestModalities: {
433
+ export type RetrieveAgentRequestResponseBodyToolChoice = RetrieveAgentRequestToolChoice2 | RetrieveAgentRequestToolChoice1;
434
+ export declare const RetrieveAgentRequestResponseBodyModalities: {
273
435
  readonly Text: "text";
274
436
  readonly Audio: "audio";
275
437
  };
276
- export type RetrieveAgentRequestModalities = ClosedEnum<typeof RetrieveAgentRequestModalities>;
438
+ export type RetrieveAgentRequestResponseBodyModalities = ClosedEnum<typeof RetrieveAgentRequestResponseBodyModalities>;
277
439
  /**
278
440
  * The key of the guardrail.
279
441
  */
@@ -286,44 +448,44 @@ export declare const RetrieveAgentRequestId1: {
286
448
  * The key of the guardrail.
287
449
  */
288
450
  export type RetrieveAgentRequestId1 = ClosedEnum<typeof RetrieveAgentRequestId1>;
289
- export type RetrieveAgentRequestId = RetrieveAgentRequestId1 | string;
451
+ export type RetrieveAgentRequestResponseBodyId = RetrieveAgentRequestId1 | string;
290
452
  /**
291
453
  * Determines whether the guardrail runs on the input (user message) or output (model response).
292
454
  */
293
- export declare const RetrieveAgentRequestAgentsResponseExecuteOn: {
455
+ export declare const RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn: {
294
456
  readonly Input: "input";
295
457
  readonly Output: "output";
296
458
  };
297
459
  /**
298
460
  * Determines whether the guardrail runs on the input (user message) or output (model response).
299
461
  */
300
- export type RetrieveAgentRequestAgentsResponseExecuteOn = ClosedEnum<typeof RetrieveAgentRequestAgentsResponseExecuteOn>;
301
- export type RetrieveAgentRequestAgentsGuardrails = {
462
+ export type RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn = ClosedEnum<typeof RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn>;
463
+ export type RetrieveAgentRequestResponseBodyAgentsGuardrails = {
302
464
  id: RetrieveAgentRequestId1 | string;
303
465
  /**
304
466
  * Determines whether the guardrail runs on the input (user message) or output (model response).
305
467
  */
306
- executeOn: RetrieveAgentRequestAgentsResponseExecuteOn;
468
+ executeOn: RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn;
307
469
  };
308
- export type RetrieveAgentRequestFallbacks = {
470
+ export type RetrieveAgentRequestResponseBodyFallbacks = {
309
471
  /**
310
472
  * Fallback model identifier
311
473
  */
312
474
  model: string;
313
475
  };
314
- export declare const RetrieveAgentRequestType: {
476
+ export declare const RetrieveAgentRequestResponseBodyAgentsResponseType: {
315
477
  readonly ExactMatch: "exact_match";
316
478
  };
317
- export type RetrieveAgentRequestType = ClosedEnum<typeof RetrieveAgentRequestType>;
479
+ export type RetrieveAgentRequestResponseBodyAgentsResponseType = ClosedEnum<typeof RetrieveAgentRequestResponseBodyAgentsResponseType>;
318
480
  /**
319
481
  * Cache configuration for the request.
320
482
  */
321
- export type RetrieveAgentRequestCache = {
483
+ export type RetrieveAgentRequestResponseBodyCache = {
322
484
  /**
323
485
  * Time to live for cached responses in seconds. Maximum 259200 seconds (3 days).
324
486
  */
325
487
  ttl: number;
326
- type: RetrieveAgentRequestType;
488
+ type: RetrieveAgentRequestResponseBodyAgentsResponseType;
327
489
  };
328
490
  export declare const RetrieveAgentRequestLoadBalancerType: {
329
491
  readonly WeightBased: "weight_based";
@@ -346,11 +508,11 @@ export type RetrieveAgentRequestLoadBalancer1 = {
346
508
  /**
347
509
  * Load balancer configuration for the request.
348
510
  */
349
- export type RetrieveAgentRequestLoadBalancer = RetrieveAgentRequestLoadBalancer1;
511
+ export type RetrieveAgentRequestResponseBodyLoadBalancer = RetrieveAgentRequestLoadBalancer1;
350
512
  /**
351
513
  * 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.
352
514
  */
353
- export type RetrieveAgentRequestTimeout = {
515
+ export type RetrieveAgentRequestResponseBodyTimeout = {
354
516
  /**
355
517
  * Timeout value in milliseconds
356
518
  */
@@ -359,7 +521,7 @@ export type RetrieveAgentRequestTimeout = {
359
521
  /**
360
522
  * 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.
361
523
  */
362
- export type RetrieveAgentRequestParameters = {
524
+ export type RetrieveAgentRequestResponseBodyParameters = {
363
525
  /**
364
526
  * The name to display on the trace. If not specified, the default system name will be used.
365
527
  */
@@ -400,7 +562,7 @@ export type RetrieveAgentRequestParameters = {
400
562
  *
401
563
  * Any of "none", "minimal", "low", "medium", "high", "xhigh".
402
564
  */
403
- reasoningEffort?: RetrieveAgentRequestReasoningEffort | undefined;
565
+ reasoningEffort?: RetrieveAgentRequestResponseBodyReasoningEffort | undefined;
404
566
  /**
405
567
  * Adjusts response verbosity. Lower levels yield shorter answers.
406
568
  */
@@ -437,19 +599,19 @@ export type RetrieveAgentRequestParameters = {
437
599
  /**
438
600
  * 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"].
439
601
  */
440
- modalities?: Array<RetrieveAgentRequestModalities> | null | undefined;
602
+ modalities?: Array<RetrieveAgentRequestResponseBodyModalities> | null | undefined;
441
603
  /**
442
604
  * A list of guardrails to apply to the request.
443
605
  */
444
- guardrails?: Array<RetrieveAgentRequestAgentsGuardrails> | undefined;
606
+ guardrails?: Array<RetrieveAgentRequestResponseBodyAgentsGuardrails> | undefined;
445
607
  /**
446
608
  * Array of fallback models to use if primary model fails
447
609
  */
448
- fallbacks?: Array<RetrieveAgentRequestFallbacks> | undefined;
610
+ fallbacks?: Array<RetrieveAgentRequestResponseBodyFallbacks> | undefined;
449
611
  /**
450
612
  * Cache configuration for the request.
451
613
  */
452
- cache?: RetrieveAgentRequestCache | undefined;
614
+ cache?: RetrieveAgentRequestResponseBodyCache | undefined;
453
615
  /**
454
616
  * Load balancer configuration for the request.
455
617
  */
@@ -457,12 +619,12 @@ export type RetrieveAgentRequestParameters = {
457
619
  /**
458
620
  * 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.
459
621
  */
460
- timeout?: RetrieveAgentRequestTimeout | undefined;
622
+ timeout?: RetrieveAgentRequestResponseBodyTimeout | undefined;
461
623
  };
462
624
  /**
463
625
  * 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).
464
626
  */
465
- export type RetrieveAgentRequestRetry = {
627
+ export type RetrieveAgentRequestResponseBodyRetry = {
466
628
  /**
467
629
  * Number of retry attempts (1-5)
468
630
  */
@@ -813,8 +975,8 @@ export type RetrieveAgentRequestFallbackModelConfiguration2 = {
813
975
  /**
814
976
  * 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.
815
977
  */
816
- export type RetrieveAgentRequestFallbackModelConfiguration = RetrieveAgentRequestFallbackModelConfiguration2 | string;
817
- export type RetrieveAgentRequestModel = {
978
+ export type RetrieveAgentRequestResponseBodyFallbackModelConfiguration = RetrieveAgentRequestFallbackModelConfiguration2 | string;
979
+ export type ResponseBodyModel = {
818
980
  /**
819
981
  * The database ID of the primary model
820
982
  */
@@ -826,67 +988,32 @@ export type RetrieveAgentRequestModel = {
826
988
  /**
827
989
  * 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.
828
990
  */
829
- parameters?: RetrieveAgentRequestParameters | undefined;
991
+ parameters?: RetrieveAgentRequestResponseBodyParameters | undefined;
830
992
  /**
831
993
  * 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).
832
994
  */
833
- retry?: RetrieveAgentRequestRetry | undefined;
995
+ retry?: RetrieveAgentRequestResponseBodyRetry | undefined;
834
996
  /**
835
997
  * Optional array of fallback models (string IDs or config objects) that will be used automatically in order if the primary model fails
836
998
  */
837
999
  fallbackModels?: Array<RetrieveAgentRequestFallbackModelConfiguration2 | string> | null | undefined;
838
1000
  };
839
- export type RetrieveAgentRequestTeamOfAgents = {
840
- /**
841
- * The unique key of the agent within the workspace
842
- */
843
- key: string;
844
- /**
845
- * 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.
846
- */
847
- role?: string | undefined;
848
- };
849
- export type RetrieveAgentRequestMetrics = {
850
- totalCost: number;
851
- };
852
- export type RetrieveAgentRequestKnowledgeBases = {
853
- /**
854
- * Unique identifier of the knowledge base to search
855
- */
856
- knowledgeId: string;
857
- };
858
- export declare const RetrieveAgentRequestSource: {
859
- readonly Internal: "internal";
860
- readonly External: "external";
861
- readonly Experiment: "experiment";
862
- };
863
- export type RetrieveAgentRequestSource = ClosedEnum<typeof RetrieveAgentRequestSource>;
864
- /**
865
- * Agent successfully retrieved. Returns the complete agent manifest with all configuration details, including models, tools, knowledge bases, and execution settings.
866
- */
867
- export type RetrieveAgentRequestResponseBody = {
1001
+ export type RetrieveAgentRequestResponseBody1 = {
868
1002
  id: string;
869
1003
  /**
870
1004
  * Unique identifier for the agent within the workspace
871
1005
  */
872
1006
  key: string;
873
1007
  displayName?: string | undefined;
874
- workspaceId: string;
875
1008
  projectId: string;
876
1009
  createdById?: string | null | undefined;
877
1010
  updatedById?: string | null | undefined;
878
1011
  created?: string | undefined;
879
1012
  updated?: string | undefined;
880
- role: string;
881
- description: string;
882
- systemPrompt?: string | undefined;
883
- instructions: string;
884
1013
  /**
885
1014
  * 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.
886
1015
  */
887
- status: RetrieveAgentRequestStatus;
888
- settings?: RetrieveAgentRequestSettings | undefined;
889
- model: RetrieveAgentRequestModel;
1016
+ status: RetrieveAgentRequestResponseBodyStatus;
890
1017
  versionHash?: string | undefined;
891
1018
  /**
892
1019
  * Entity storage path in the format: `project/folder/subfolder/...`
@@ -901,12 +1028,12 @@ export type RetrieveAgentRequestResponseBody = {
901
1028
  /**
902
1029
  * Array of memory store identifiers. Accepts both memory store IDs and keys.
903
1030
  */
904
- memoryStores: Array<string>;
1031
+ memoryStores?: Array<string> | undefined;
905
1032
  /**
906
1033
  * The agents that are accessible to this orchestrator. The main agent can hand off to these agents to perform tasks.
907
1034
  */
908
- teamOfAgents: Array<RetrieveAgentRequestTeamOfAgents>;
909
- metrics?: RetrieveAgentRequestMetrics | undefined;
1035
+ teamOfAgents?: Array<RetrieveAgentRequestResponseBodyTeamOfAgents> | undefined;
1036
+ metrics?: RetrieveAgentRequestResponseBodyMetrics | undefined;
910
1037
  /**
911
1038
  * Extracted variables from agent instructions
912
1039
  */
@@ -916,9 +1043,23 @@ export type RetrieveAgentRequestResponseBody = {
916
1043
  /**
917
1044
  * Agent knowledge bases reference
918
1045
  */
919
- knowledgeBases?: Array<RetrieveAgentRequestKnowledgeBases> | undefined;
920
- source?: RetrieveAgentRequestSource | undefined;
1046
+ knowledgeBases?: Array<RetrieveAgentRequestResponseBodyKnowledgeBases> | undefined;
1047
+ source?: RetrieveAgentRequestResponseBodySource | undefined;
1048
+ /**
1049
+ * Orquesta-managed agent
1050
+ */
1051
+ type: "internal";
1052
+ role: string;
1053
+ description: string;
1054
+ systemPrompt?: string | undefined;
1055
+ instructions: string;
1056
+ settings?: RetrieveAgentRequestResponseBodySettings | undefined;
1057
+ model: ResponseBodyModel;
921
1058
  };
1059
+ /**
1060
+ * Agent successfully retrieved. Returns the complete agent manifest with all configuration details, including models, tools, knowledge bases, and execution settings.
1061
+ */
1062
+ export type RetrieveAgentRequestResponseBody = RetrieveAgentRequestResponseBody1 | RetrieveAgentRequestResponseBody2;
922
1063
  /** @internal */
923
1064
  export type RetrieveAgentRequestRequest$Outbound = {
924
1065
  agent_key: string;
@@ -927,28 +1068,61 @@ export type RetrieveAgentRequestRequest$Outbound = {
927
1068
  export declare const RetrieveAgentRequestRequest$outboundSchema: z.ZodType<RetrieveAgentRequestRequest$Outbound, z.ZodTypeDef, RetrieveAgentRequestRequest>;
928
1069
  export declare function retrieveAgentRequestRequestToJSON(retrieveAgentRequestRequest: RetrieveAgentRequestRequest): string;
929
1070
  /** @internal */
930
- export declare const RetrieveAgentRequestStatus$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestStatus>;
1071
+ export declare const RetrieveAgentRequestResponseBodyAgentsStatus$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyAgentsStatus>;
1072
+ /** @internal */
1073
+ export declare const RetrieveAgentRequestResponseBodyAgentsTeamOfAgents$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyAgentsTeamOfAgents, z.ZodTypeDef, unknown>;
1074
+ export declare function retrieveAgentRequestResponseBodyAgentsTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyAgentsTeamOfAgents, SDKValidationError>;
1075
+ /** @internal */
1076
+ export declare const RetrieveAgentRequestResponseBodyAgentsMetrics$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyAgentsMetrics, z.ZodTypeDef, unknown>;
1077
+ export declare function retrieveAgentRequestResponseBodyAgentsMetricsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyAgentsMetrics, SDKValidationError>;
1078
+ /** @internal */
1079
+ export declare const RetrieveAgentRequestResponseBodyAgentsKnowledgeBases$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyAgentsKnowledgeBases, z.ZodTypeDef, unknown>;
1080
+ export declare function retrieveAgentRequestResponseBodyAgentsKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyAgentsKnowledgeBases, SDKValidationError>;
1081
+ /** @internal */
1082
+ export declare const RetrieveAgentRequestResponseBodyAgentsSource$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyAgentsSource>;
1083
+ /** @internal */
1084
+ export declare const RetrieveAgentRequestResponseBodyHeaders$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyHeaders, z.ZodTypeDef, unknown>;
1085
+ export declare function retrieveAgentRequestResponseBodyHeadersFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyHeaders, SDKValidationError>;
931
1086
  /** @internal */
932
- export declare const RetrieveAgentRequestToolApprovalRequired$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestToolApprovalRequired>;
1087
+ export declare const ResponseBodyA2AAgentConfiguration$inboundSchema: z.ZodType<ResponseBodyA2AAgentConfiguration, z.ZodTypeDef, unknown>;
1088
+ export declare function responseBodyA2AAgentConfigurationFromJSON(jsonString: string): SafeParseResult<ResponseBodyA2AAgentConfiguration, SDKValidationError>;
933
1089
  /** @internal */
934
- export declare const RetrieveAgentRequestConditions$inboundSchema: z.ZodType<RetrieveAgentRequestConditions, z.ZodTypeDef, unknown>;
935
- export declare function retrieveAgentRequestConditionsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestConditions, SDKValidationError>;
1090
+ export declare const RetrieveAgentRequestResponseBody2$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBody2, z.ZodTypeDef, unknown>;
1091
+ export declare function retrieveAgentRequestResponseBody2FromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBody2, SDKValidationError>;
936
1092
  /** @internal */
937
- export declare const RetrieveAgentRequestTools$inboundSchema: z.ZodType<RetrieveAgentRequestTools, z.ZodTypeDef, unknown>;
938
- export declare function retrieveAgentRequestToolsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestTools, SDKValidationError>;
1093
+ export declare const RetrieveAgentRequestResponseBodyStatus$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyStatus>;
939
1094
  /** @internal */
940
- export declare const RetrieveAgentRequestExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestExecuteOn>;
1095
+ export declare const RetrieveAgentRequestResponseBodyTeamOfAgents$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyTeamOfAgents, z.ZodTypeDef, unknown>;
1096
+ export declare function retrieveAgentRequestResponseBodyTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyTeamOfAgents, SDKValidationError>;
941
1097
  /** @internal */
942
- export declare const RetrieveAgentRequestEvaluators$inboundSchema: z.ZodType<RetrieveAgentRequestEvaluators, z.ZodTypeDef, unknown>;
943
- export declare function retrieveAgentRequestEvaluatorsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestEvaluators, SDKValidationError>;
1098
+ export declare const RetrieveAgentRequestResponseBodyMetrics$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyMetrics, z.ZodTypeDef, unknown>;
1099
+ export declare function retrieveAgentRequestResponseBodyMetricsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyMetrics, SDKValidationError>;
944
1100
  /** @internal */
945
- export declare const RetrieveAgentRequestAgentsExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestAgentsExecuteOn>;
1101
+ export declare const RetrieveAgentRequestResponseBodyKnowledgeBases$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyKnowledgeBases, z.ZodTypeDef, unknown>;
1102
+ export declare function retrieveAgentRequestResponseBodyKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyKnowledgeBases, SDKValidationError>;
946
1103
  /** @internal */
947
- export declare const RetrieveAgentRequestGuardrails$inboundSchema: z.ZodType<RetrieveAgentRequestGuardrails, z.ZodTypeDef, unknown>;
948
- export declare function retrieveAgentRequestGuardrailsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestGuardrails, SDKValidationError>;
1104
+ export declare const RetrieveAgentRequestResponseBodySource$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodySource>;
949
1105
  /** @internal */
950
- export declare const RetrieveAgentRequestSettings$inboundSchema: z.ZodType<RetrieveAgentRequestSettings, z.ZodTypeDef, unknown>;
951
- export declare function retrieveAgentRequestSettingsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestSettings, SDKValidationError>;
1106
+ export declare const RetrieveAgentRequestResponseBodyToolApprovalRequired$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyToolApprovalRequired>;
1107
+ /** @internal */
1108
+ export declare const ResponseBodyConditions$inboundSchema: z.ZodType<ResponseBodyConditions, z.ZodTypeDef, unknown>;
1109
+ export declare function responseBodyConditionsFromJSON(jsonString: string): SafeParseResult<ResponseBodyConditions, SDKValidationError>;
1110
+ /** @internal */
1111
+ export declare const RetrieveAgentRequestResponseBodyTools$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyTools, z.ZodTypeDef, unknown>;
1112
+ export declare function retrieveAgentRequestResponseBodyToolsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyTools, SDKValidationError>;
1113
+ /** @internal */
1114
+ export declare const RetrieveAgentRequestResponseBodyExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyExecuteOn>;
1115
+ /** @internal */
1116
+ export declare const RetrieveAgentRequestResponseBodyEvaluators$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyEvaluators, z.ZodTypeDef, unknown>;
1117
+ export declare function retrieveAgentRequestResponseBodyEvaluatorsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyEvaluators, SDKValidationError>;
1118
+ /** @internal */
1119
+ export declare const RetrieveAgentRequestResponseBodyAgentsExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyAgentsExecuteOn>;
1120
+ /** @internal */
1121
+ export declare const RetrieveAgentRequestResponseBodyGuardrails$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyGuardrails, z.ZodTypeDef, unknown>;
1122
+ export declare function retrieveAgentRequestResponseBodyGuardrailsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyGuardrails, SDKValidationError>;
1123
+ /** @internal */
1124
+ export declare const RetrieveAgentRequestResponseBodySettings$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodySettings, z.ZodTypeDef, unknown>;
1125
+ export declare function retrieveAgentRequestResponseBodySettingsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodySettings, SDKValidationError>;
952
1126
  /** @internal */
953
1127
  export declare const RetrieveAgentRequestResponseFormatJsonSchema$inboundSchema: z.ZodType<RetrieveAgentRequestResponseFormatJsonSchema, z.ZodTypeDef, unknown>;
954
1128
  export declare function retrieveAgentRequestResponseFormatJsonSchemaFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseFormatJsonSchema, SDKValidationError>;
@@ -962,16 +1136,16 @@ export declare function retrieveAgentRequestResponseFormatJSONObjectFromJSON(jso
962
1136
  export declare const RetrieveAgentRequestResponseFormatText$inboundSchema: z.ZodType<RetrieveAgentRequestResponseFormatText, z.ZodTypeDef, unknown>;
963
1137
  export declare function retrieveAgentRequestResponseFormatTextFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseFormatText, SDKValidationError>;
964
1138
  /** @internal */
965
- export declare const RetrieveAgentRequestResponseFormat$inboundSchema: z.ZodType<RetrieveAgentRequestResponseFormat, z.ZodTypeDef, unknown>;
966
- export declare function retrieveAgentRequestResponseFormatFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseFormat, SDKValidationError>;
1139
+ export declare const RetrieveAgentRequestResponseBodyResponseFormat$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyResponseFormat, z.ZodTypeDef, unknown>;
1140
+ export declare function retrieveAgentRequestResponseBodyResponseFormatFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyResponseFormat, SDKValidationError>;
967
1141
  /** @internal */
968
- export declare const RetrieveAgentRequestReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestReasoningEffort>;
1142
+ export declare const RetrieveAgentRequestResponseBodyReasoningEffort$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyReasoningEffort>;
969
1143
  /** @internal */
970
- export declare const RetrieveAgentRequestStop$inboundSchema: z.ZodType<RetrieveAgentRequestStop, z.ZodTypeDef, unknown>;
971
- export declare function retrieveAgentRequestStopFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestStop, SDKValidationError>;
1144
+ export declare const RetrieveAgentRequestResponseBodyStop$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyStop, z.ZodTypeDef, unknown>;
1145
+ export declare function retrieveAgentRequestResponseBodyStopFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyStop, SDKValidationError>;
972
1146
  /** @internal */
973
- export declare const RetrieveAgentRequestThinking$inboundSchema: z.ZodType<RetrieveAgentRequestThinking, z.ZodTypeDef, unknown>;
974
- export declare function retrieveAgentRequestThinkingFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestThinking, SDKValidationError>;
1147
+ export declare const RetrieveAgentRequestResponseBodyThinking$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyThinking, z.ZodTypeDef, unknown>;
1148
+ export declare function retrieveAgentRequestResponseBodyThinkingFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyThinking, SDKValidationError>;
975
1149
  /** @internal */
976
1150
  export declare const RetrieveAgentRequestToolChoiceType$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestToolChoiceType>;
977
1151
  /** @internal */
@@ -983,28 +1157,28 @@ export declare function retrieveAgentRequestToolChoice2FromJSON(jsonString: stri
983
1157
  /** @internal */
984
1158
  export declare const RetrieveAgentRequestToolChoice1$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestToolChoice1>;
985
1159
  /** @internal */
986
- export declare const RetrieveAgentRequestToolChoice$inboundSchema: z.ZodType<RetrieveAgentRequestToolChoice, z.ZodTypeDef, unknown>;
987
- export declare function retrieveAgentRequestToolChoiceFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestToolChoice, SDKValidationError>;
1160
+ export declare const RetrieveAgentRequestResponseBodyToolChoice$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyToolChoice, z.ZodTypeDef, unknown>;
1161
+ export declare function retrieveAgentRequestResponseBodyToolChoiceFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyToolChoice, SDKValidationError>;
988
1162
  /** @internal */
989
- export declare const RetrieveAgentRequestModalities$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestModalities>;
1163
+ export declare const RetrieveAgentRequestResponseBodyModalities$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyModalities>;
990
1164
  /** @internal */
991
1165
  export declare const RetrieveAgentRequestId1$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestId1>;
992
1166
  /** @internal */
993
- export declare const RetrieveAgentRequestId$inboundSchema: z.ZodType<RetrieveAgentRequestId, z.ZodTypeDef, unknown>;
994
- export declare function retrieveAgentRequestIdFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestId, SDKValidationError>;
1167
+ export declare const RetrieveAgentRequestResponseBodyId$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyId, z.ZodTypeDef, unknown>;
1168
+ export declare function retrieveAgentRequestResponseBodyIdFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyId, SDKValidationError>;
995
1169
  /** @internal */
996
- export declare const RetrieveAgentRequestAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestAgentsResponseExecuteOn>;
1170
+ export declare const RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyAgentsResponseExecuteOn>;
997
1171
  /** @internal */
998
- export declare const RetrieveAgentRequestAgentsGuardrails$inboundSchema: z.ZodType<RetrieveAgentRequestAgentsGuardrails, z.ZodTypeDef, unknown>;
999
- export declare function retrieveAgentRequestAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestAgentsGuardrails, SDKValidationError>;
1172
+ export declare const RetrieveAgentRequestResponseBodyAgentsGuardrails$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyAgentsGuardrails, z.ZodTypeDef, unknown>;
1173
+ export declare function retrieveAgentRequestResponseBodyAgentsGuardrailsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyAgentsGuardrails, SDKValidationError>;
1000
1174
  /** @internal */
1001
- export declare const RetrieveAgentRequestFallbacks$inboundSchema: z.ZodType<RetrieveAgentRequestFallbacks, z.ZodTypeDef, unknown>;
1002
- export declare function retrieveAgentRequestFallbacksFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestFallbacks, SDKValidationError>;
1175
+ export declare const RetrieveAgentRequestResponseBodyFallbacks$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyFallbacks, z.ZodTypeDef, unknown>;
1176
+ export declare function retrieveAgentRequestResponseBodyFallbacksFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyFallbacks, SDKValidationError>;
1003
1177
  /** @internal */
1004
- export declare const RetrieveAgentRequestType$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestType>;
1178
+ export declare const RetrieveAgentRequestResponseBodyAgentsResponseType$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestResponseBodyAgentsResponseType>;
1005
1179
  /** @internal */
1006
- export declare const RetrieveAgentRequestCache$inboundSchema: z.ZodType<RetrieveAgentRequestCache, z.ZodTypeDef, unknown>;
1007
- export declare function retrieveAgentRequestCacheFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestCache, SDKValidationError>;
1180
+ export declare const RetrieveAgentRequestResponseBodyCache$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyCache, z.ZodTypeDef, unknown>;
1181
+ export declare function retrieveAgentRequestResponseBodyCacheFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyCache, SDKValidationError>;
1008
1182
  /** @internal */
1009
1183
  export declare const RetrieveAgentRequestLoadBalancerType$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestLoadBalancerType>;
1010
1184
  /** @internal */
@@ -1014,17 +1188,17 @@ export declare function retrieveAgentRequestLoadBalancerModelsFromJSON(jsonStrin
1014
1188
  export declare const RetrieveAgentRequestLoadBalancer1$inboundSchema: z.ZodType<RetrieveAgentRequestLoadBalancer1, z.ZodTypeDef, unknown>;
1015
1189
  export declare function retrieveAgentRequestLoadBalancer1FromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestLoadBalancer1, SDKValidationError>;
1016
1190
  /** @internal */
1017
- export declare const RetrieveAgentRequestLoadBalancer$inboundSchema: z.ZodType<RetrieveAgentRequestLoadBalancer, z.ZodTypeDef, unknown>;
1018
- export declare function retrieveAgentRequestLoadBalancerFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestLoadBalancer, SDKValidationError>;
1191
+ export declare const RetrieveAgentRequestResponseBodyLoadBalancer$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyLoadBalancer, z.ZodTypeDef, unknown>;
1192
+ export declare function retrieveAgentRequestResponseBodyLoadBalancerFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyLoadBalancer, SDKValidationError>;
1019
1193
  /** @internal */
1020
- export declare const RetrieveAgentRequestTimeout$inboundSchema: z.ZodType<RetrieveAgentRequestTimeout, z.ZodTypeDef, unknown>;
1021
- export declare function retrieveAgentRequestTimeoutFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestTimeout, SDKValidationError>;
1194
+ export declare const RetrieveAgentRequestResponseBodyTimeout$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyTimeout, z.ZodTypeDef, unknown>;
1195
+ export declare function retrieveAgentRequestResponseBodyTimeoutFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyTimeout, SDKValidationError>;
1022
1196
  /** @internal */
1023
- export declare const RetrieveAgentRequestParameters$inboundSchema: z.ZodType<RetrieveAgentRequestParameters, z.ZodTypeDef, unknown>;
1024
- export declare function retrieveAgentRequestParametersFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestParameters, SDKValidationError>;
1197
+ export declare const RetrieveAgentRequestResponseBodyParameters$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyParameters, z.ZodTypeDef, unknown>;
1198
+ export declare function retrieveAgentRequestResponseBodyParametersFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyParameters, SDKValidationError>;
1025
1199
  /** @internal */
1026
- export declare const RetrieveAgentRequestRetry$inboundSchema: z.ZodType<RetrieveAgentRequestRetry, z.ZodTypeDef, unknown>;
1027
- export declare function retrieveAgentRequestRetryFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestRetry, SDKValidationError>;
1200
+ export declare const RetrieveAgentRequestResponseBodyRetry$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyRetry, z.ZodTypeDef, unknown>;
1201
+ export declare function retrieveAgentRequestResponseBodyRetryFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyRetry, SDKValidationError>;
1028
1202
  /** @internal */
1029
1203
  export declare const RetrieveAgentRequestResponseFormatAgentsResponseJsonSchema$inboundSchema: z.ZodType<RetrieveAgentRequestResponseFormatAgentsResponseJsonSchema, z.ZodTypeDef, unknown>;
1030
1204
  export declare function retrieveAgentRequestResponseFormatAgentsResponseJsonSchemaFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseFormatAgentsResponseJsonSchema, SDKValidationError>;
@@ -1105,22 +1279,14 @@ export declare function retrieveAgentRequestFallbackModelConfigurationRetryFromJ
1105
1279
  export declare const RetrieveAgentRequestFallbackModelConfiguration2$inboundSchema: z.ZodType<RetrieveAgentRequestFallbackModelConfiguration2, z.ZodTypeDef, unknown>;
1106
1280
  export declare function retrieveAgentRequestFallbackModelConfiguration2FromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestFallbackModelConfiguration2, SDKValidationError>;
1107
1281
  /** @internal */
1108
- export declare const RetrieveAgentRequestFallbackModelConfiguration$inboundSchema: z.ZodType<RetrieveAgentRequestFallbackModelConfiguration, z.ZodTypeDef, unknown>;
1109
- export declare function retrieveAgentRequestFallbackModelConfigurationFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestFallbackModelConfiguration, SDKValidationError>;
1110
- /** @internal */
1111
- export declare const RetrieveAgentRequestModel$inboundSchema: z.ZodType<RetrieveAgentRequestModel, z.ZodTypeDef, unknown>;
1112
- export declare function retrieveAgentRequestModelFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestModel, SDKValidationError>;
1113
- /** @internal */
1114
- export declare const RetrieveAgentRequestTeamOfAgents$inboundSchema: z.ZodType<RetrieveAgentRequestTeamOfAgents, z.ZodTypeDef, unknown>;
1115
- export declare function retrieveAgentRequestTeamOfAgentsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestTeamOfAgents, SDKValidationError>;
1116
- /** @internal */
1117
- export declare const RetrieveAgentRequestMetrics$inboundSchema: z.ZodType<RetrieveAgentRequestMetrics, z.ZodTypeDef, unknown>;
1118
- export declare function retrieveAgentRequestMetricsFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestMetrics, SDKValidationError>;
1282
+ export declare const RetrieveAgentRequestResponseBodyFallbackModelConfiguration$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBodyFallbackModelConfiguration, z.ZodTypeDef, unknown>;
1283
+ export declare function retrieveAgentRequestResponseBodyFallbackModelConfigurationFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBodyFallbackModelConfiguration, SDKValidationError>;
1119
1284
  /** @internal */
1120
- export declare const RetrieveAgentRequestKnowledgeBases$inboundSchema: z.ZodType<RetrieveAgentRequestKnowledgeBases, z.ZodTypeDef, unknown>;
1121
- export declare function retrieveAgentRequestKnowledgeBasesFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestKnowledgeBases, SDKValidationError>;
1285
+ export declare const ResponseBodyModel$inboundSchema: z.ZodType<ResponseBodyModel, z.ZodTypeDef, unknown>;
1286
+ export declare function responseBodyModelFromJSON(jsonString: string): SafeParseResult<ResponseBodyModel, SDKValidationError>;
1122
1287
  /** @internal */
1123
- export declare const RetrieveAgentRequestSource$inboundSchema: z.ZodNativeEnum<typeof RetrieveAgentRequestSource>;
1288
+ export declare const RetrieveAgentRequestResponseBody1$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBody1, z.ZodTypeDef, unknown>;
1289
+ export declare function retrieveAgentRequestResponseBody1FromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBody1, SDKValidationError>;
1124
1290
  /** @internal */
1125
1291
  export declare const RetrieveAgentRequestResponseBody$inboundSchema: z.ZodType<RetrieveAgentRequestResponseBody, z.ZodTypeDef, unknown>;
1126
1292
  export declare function retrieveAgentRequestResponseBodyFromJSON(jsonString: string): SafeParseResult<RetrieveAgentRequestResponseBody, SDKValidationError>;