oci-generativeaiagent 2.99.0 → 2.100.1

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 (196) hide show
  1. package/index.d.ts +1 -4
  2. package/index.js +1 -4
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +273 -337
  5. package/lib/client.js +279 -337
  6. package/lib/client.js.map +1 -1
  7. package/lib/generativeaiagent-waiter.d.ts +1 -4
  8. package/lib/generativeaiagent-waiter.js +1 -4
  9. package/lib/generativeaiagent-waiter.js.map +1 -1
  10. package/lib/model/action-type.d.ts +1 -4
  11. package/lib/model/action-type.js +1 -4
  12. package/lib/model/action-type.js.map +1 -1
  13. package/lib/model/agent-collection.d.ts +4 -9
  14. package/lib/model/agent-collection.js +1 -4
  15. package/lib/model/agent-collection.js.map +1 -1
  16. package/lib/model/agent-endpoint-collection.d.ts +4 -9
  17. package/lib/model/agent-endpoint-collection.js +1 -4
  18. package/lib/model/agent-endpoint-collection.js.map +1 -1
  19. package/lib/model/agent-endpoint-summary.d.ts +4 -9
  20. package/lib/model/agent-endpoint-summary.js +1 -4
  21. package/lib/model/agent-endpoint-summary.js.map +1 -1
  22. package/lib/model/agent-endpoint.d.ts +2 -7
  23. package/lib/model/agent-endpoint.js +1 -4
  24. package/lib/model/agent-endpoint.js.map +1 -1
  25. package/lib/model/agent-summary.d.ts +4 -9
  26. package/lib/model/agent-summary.js +1 -4
  27. package/lib/model/agent-summary.js.map +1 -1
  28. package/lib/model/agent.d.ts +2 -7
  29. package/lib/model/agent.js +1 -4
  30. package/lib/model/agent.js.map +1 -1
  31. package/lib/model/basic-auth-secret.d.ts +4 -9
  32. package/lib/model/basic-auth-secret.js +1 -4
  33. package/lib/model/basic-auth-secret.js.map +1 -1
  34. package/lib/model/change-agent-compartment-details.d.ts +4 -9
  35. package/lib/model/change-agent-compartment-details.js +1 -4
  36. package/lib/model/change-agent-compartment-details.js.map +1 -1
  37. package/lib/model/change-agent-endpoint-compartment-details.d.ts +4 -9
  38. package/lib/model/change-agent-endpoint-compartment-details.js +1 -4
  39. package/lib/model/change-agent-endpoint-compartment-details.js.map +1 -1
  40. package/lib/model/change-knowledge-base-compartment-details.d.ts +4 -9
  41. package/lib/model/change-knowledge-base-compartment-details.js +1 -4
  42. package/lib/model/change-knowledge-base-compartment-details.js.map +1 -1
  43. package/lib/model/content-moderation-config.d.ts +1 -4
  44. package/lib/model/content-moderation-config.js +1 -4
  45. package/lib/model/content-moderation-config.js.map +1 -1
  46. package/lib/model/create-agent-details.d.ts +4 -9
  47. package/lib/model/create-agent-details.js +1 -4
  48. package/lib/model/create-agent-details.js.map +1 -1
  49. package/lib/model/create-agent-endpoint-details.d.ts +4 -9
  50. package/lib/model/create-agent-endpoint-details.js +1 -4
  51. package/lib/model/create-agent-endpoint-details.js.map +1 -1
  52. package/lib/model/create-data-ingestion-job-details.d.ts +4 -9
  53. package/lib/model/create-data-ingestion-job-details.js +1 -4
  54. package/lib/model/create-data-ingestion-job-details.js.map +1 -1
  55. package/lib/model/create-data-source-details.d.ts +4 -9
  56. package/lib/model/create-data-source-details.js +1 -4
  57. package/lib/model/create-data-source-details.js.map +1 -1
  58. package/lib/model/create-knowledge-base-details.d.ts +4 -9
  59. package/lib/model/create-knowledge-base-details.js +1 -4
  60. package/lib/model/create-knowledge-base-details.js.map +1 -1
  61. package/lib/model/data-ingestion-job-collection.d.ts +4 -9
  62. package/lib/model/data-ingestion-job-collection.js +1 -4
  63. package/lib/model/data-ingestion-job-collection.js.map +1 -1
  64. package/lib/model/data-ingestion-job-statistics.d.ts +4 -9
  65. package/lib/model/data-ingestion-job-statistics.js +1 -4
  66. package/lib/model/data-ingestion-job-statistics.js.map +1 -1
  67. package/lib/model/data-ingestion-job-summary.d.ts +4 -9
  68. package/lib/model/data-ingestion-job-summary.js +1 -4
  69. package/lib/model/data-ingestion-job-summary.js.map +1 -1
  70. package/lib/model/data-ingestion-job.d.ts +6 -7
  71. package/lib/model/data-ingestion-job.js +1 -4
  72. package/lib/model/data-ingestion-job.js.map +1 -1
  73. package/lib/model/data-source-collection.d.ts +4 -9
  74. package/lib/model/data-source-collection.js +1 -4
  75. package/lib/model/data-source-collection.js.map +1 -1
  76. package/lib/model/data-source-config.d.ts +8 -9
  77. package/lib/model/data-source-config.js +1 -4
  78. package/lib/model/data-source-config.js.map +1 -1
  79. package/lib/model/data-source-summary.d.ts +4 -9
  80. package/lib/model/data-source-summary.js +1 -4
  81. package/lib/model/data-source-summary.js.map +1 -1
  82. package/lib/model/data-source.d.ts +2 -7
  83. package/lib/model/data-source.js +1 -4
  84. package/lib/model/data-source.js.map +1 -1
  85. package/lib/model/database-connection.d.ts +4 -9
  86. package/lib/model/database-connection.js +1 -4
  87. package/lib/model/database-connection.js.map +1 -1
  88. package/lib/model/database-function.d.ts +4 -9
  89. package/lib/model/database-function.js +1 -4
  90. package/lib/model/database-function.js.map +1 -1
  91. package/lib/model/database-tool-connection.d.ts +4 -9
  92. package/lib/model/database-tool-connection.js +1 -4
  93. package/lib/model/database-tool-connection.js.map +1 -1
  94. package/lib/model/default-index-config.d.ts +4 -9
  95. package/lib/model/default-index-config.js +1 -4
  96. package/lib/model/default-index-config.js.map +1 -1
  97. package/lib/model/idcs-secret.d.ts +4 -9
  98. package/lib/model/idcs-secret.js +1 -4
  99. package/lib/model/idcs-secret.js.map +1 -1
  100. package/lib/model/index-config.d.ts +4 -9
  101. package/lib/model/index-config.js +1 -4
  102. package/lib/model/index-config.js.map +1 -1
  103. package/lib/model/index-schema.d.ts +4 -9
  104. package/lib/model/index-schema.js +1 -4
  105. package/lib/model/index-schema.js.map +1 -1
  106. package/lib/model/index.d.ts +3 -4
  107. package/lib/model/index.js +5 -6
  108. package/lib/model/index.js.map +1 -1
  109. package/lib/model/knowledge-base-collection.d.ts +4 -9
  110. package/lib/model/knowledge-base-collection.js +1 -4
  111. package/lib/model/knowledge-base-collection.js.map +1 -1
  112. package/lib/model/knowledge-base-statistics.d.ts +34 -0
  113. package/lib/model/knowledge-base-statistics.js +38 -0
  114. package/lib/model/knowledge-base-statistics.js.map +1 -0
  115. package/lib/model/knowledge-base-summary.d.ts +4 -9
  116. package/lib/model/knowledge-base-summary.js +1 -4
  117. package/lib/model/knowledge-base-summary.js.map +1 -1
  118. package/lib/model/knowledge-base.d.ts +3 -7
  119. package/lib/model/knowledge-base.js +8 -5
  120. package/lib/model/knowledge-base.js.map +1 -1
  121. package/lib/model/model-index.d.ts +4 -9
  122. package/lib/model/model-index.js +1 -4
  123. package/lib/model/model-index.js.map +1 -1
  124. package/lib/model/object-storage-prefix.d.ts +4 -9
  125. package/lib/model/object-storage-prefix.js +1 -4
  126. package/lib/model/object-storage-prefix.js.map +1 -1
  127. package/lib/model/oci-database-config.d.ts +4 -9
  128. package/lib/model/oci-database-config.js +1 -4
  129. package/lib/model/oci-database-config.js.map +1 -1
  130. package/lib/model/oci-object-storage-data-source-config.d.ts +5 -10
  131. package/lib/model/oci-object-storage-data-source-config.js +1 -4
  132. package/lib/model/oci-object-storage-data-source-config.js.map +1 -1
  133. package/lib/model/oci-open-search-index-config.d.ts +4 -9
  134. package/lib/model/oci-open-search-index-config.js +1 -4
  135. package/lib/model/oci-open-search-index-config.js.map +1 -1
  136. package/lib/model/operation-status.d.ts +1 -4
  137. package/lib/model/operation-status.js +1 -4
  138. package/lib/model/operation-status.js.map +1 -1
  139. package/lib/model/operation-type.d.ts +4 -4
  140. package/lib/model/operation-type.js +4 -4
  141. package/lib/model/operation-type.js.map +1 -1
  142. package/lib/model/secret-detail.d.ts +4 -9
  143. package/lib/model/secret-detail.js +1 -4
  144. package/lib/model/secret-detail.js.map +1 -1
  145. package/lib/model/session-config.d.ts +4 -9
  146. package/lib/model/session-config.js +1 -4
  147. package/lib/model/session-config.js.map +1 -1
  148. package/lib/model/sort-order.d.ts +5 -11
  149. package/lib/model/sort-order.js +5 -11
  150. package/lib/model/sort-order.js.map +1 -1
  151. package/lib/model/update-agent-details.d.ts +4 -9
  152. package/lib/model/update-agent-details.js +1 -4
  153. package/lib/model/update-agent-details.js.map +1 -1
  154. package/lib/model/update-agent-endpoint-details.d.ts +4 -9
  155. package/lib/model/update-agent-endpoint-details.js +1 -4
  156. package/lib/model/update-agent-endpoint-details.js.map +1 -1
  157. package/lib/model/update-data-source-details.d.ts +4 -9
  158. package/lib/model/update-data-source-details.js +1 -4
  159. package/lib/model/update-data-source-details.js.map +1 -1
  160. package/lib/model/update-knowledge-base-details.d.ts +4 -9
  161. package/lib/model/update-knowledge-base-details.js +1 -4
  162. package/lib/model/update-knowledge-base-details.js.map +1 -1
  163. package/lib/model/work-request-error-collection.d.ts +4 -9
  164. package/lib/model/work-request-error-collection.js +1 -4
  165. package/lib/model/work-request-error-collection.js.map +1 -1
  166. package/lib/model/work-request-error.d.ts +4 -9
  167. package/lib/model/work-request-error.js +1 -4
  168. package/lib/model/work-request-error.js.map +1 -1
  169. package/lib/model/work-request-log-entry-collection.d.ts +4 -9
  170. package/lib/model/work-request-log-entry-collection.js +1 -4
  171. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  172. package/lib/model/work-request-log-entry.d.ts +4 -9
  173. package/lib/model/work-request-log-entry.js +1 -4
  174. package/lib/model/work-request-log-entry.js.map +1 -1
  175. package/lib/model/work-request-resource-metadata-key.d.ts +1 -4
  176. package/lib/model/work-request-resource-metadata-key.js +1 -4
  177. package/lib/model/work-request-resource-metadata-key.js.map +1 -1
  178. package/lib/model/work-request-resource.d.ts +4 -9
  179. package/lib/model/work-request-resource.js +1 -4
  180. package/lib/model/work-request-resource.js.map +1 -1
  181. package/lib/model/work-request-summary-collection.d.ts +4 -9
  182. package/lib/model/work-request-summary-collection.js +1 -4
  183. package/lib/model/work-request-summary-collection.js.map +1 -1
  184. package/lib/model/work-request-summary.d.ts +4 -9
  185. package/lib/model/work-request-summary.js +1 -4
  186. package/lib/model/work-request-summary.js.map +1 -1
  187. package/lib/model/work-request.d.ts +6 -11
  188. package/lib/model/work-request.js +1 -4
  189. package/lib/model/work-request.js.map +1 -1
  190. package/lib/request/index.d.ts +1 -4
  191. package/lib/request/index.js +1 -4
  192. package/lib/request/index.js.map +1 -1
  193. package/lib/response/index.d.ts +1 -4
  194. package/lib/response/index.js +1 -4
  195. package/lib/response/index.js.map +1 -1
  196. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * Generative AI Agents Management API
3
- * **Generative AI Agents API**
4
-
5
-
6
- OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
7
4
 
8
5
  OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
9
6
 
@@ -48,6 +45,7 @@ export declare class GenerativeAiAgentClient {
48
45
  protected "_region": common.Region;
49
46
  protected _lastSetRegionOrRegionId: string;
50
47
  protected _httpClient: common.HttpClient;
48
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
51
49
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
52
50
  /**
53
51
  * Get the endpoint that is being used to call (ex, https://www.example.com).
@@ -97,408 +95,346 @@ export declare class GenerativeAiAgentClient {
97
95
  * Shutdown the circuit breaker used by the client when it is no longer needed
98
96
  */
99
97
  shutdownCircuitBreaker(): void;
98
+ /**
99
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
100
+ */
101
+ closeProvider(): void;
100
102
  /**
101
103
  * Close the client once it is no longer needed
102
104
  */
103
105
  close(): void;
104
106
  /**
105
- * **CancelWorkRequest**
106
- * <p>
107
- Cancels a work request.
108
- *
109
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
110
- * @param CancelWorkRequestRequest
111
- * @return CancelWorkRequestResponse
112
- * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
114
- */
107
+ * Cancels a work request.
108
+ *
109
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
110
+ * @param CancelWorkRequestRequest
111
+ * @return CancelWorkRequestResponse
112
+ * @throws OciError when an error occurs
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
114
+ */
115
115
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
116
116
  /**
117
- * **ChangeAgentCompartment**
118
- * <p>
119
- Moves an agent into a different compartment within the same tenancy. For information about moving resources between
120
- * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
121
- *
122
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
123
- * @param ChangeAgentCompartmentRequest
124
- * @return ChangeAgentCompartmentResponse
125
- * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
127
- */
117
+ * Moves an agent into a different compartment within the same tenancy. For information about moving resources between
118
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
119
+ *
120
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
121
+ * @param ChangeAgentCompartmentRequest
122
+ * @return ChangeAgentCompartmentResponse
123
+ * @throws OciError when an error occurs
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
125
+ */
128
126
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
129
127
  /**
130
- * **ChangeAgentEndpointCompartment**
131
- * <p>
132
- Moves an endpoint into a different compartment within the same tenancy. For information about moving resources between
133
- * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
134
- *
135
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
136
- * @param ChangeAgentEndpointCompartmentRequest
137
- * @return ChangeAgentEndpointCompartmentResponse
138
- * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeAgentEndpointCompartment.ts.html |here} to see how to use ChangeAgentEndpointCompartment API.
140
- */
128
+ * Moves an endpoint into a different compartment within the same tenancy. For information about moving resources between
129
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
130
+ *
131
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
132
+ * @param ChangeAgentEndpointCompartmentRequest
133
+ * @return ChangeAgentEndpointCompartmentResponse
134
+ * @throws OciError when an error occurs
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeAgentEndpointCompartment.ts.html |here} to see how to use ChangeAgentEndpointCompartment API.
136
+ */
141
137
  changeAgentEndpointCompartment(changeAgentEndpointCompartmentRequest: requests.ChangeAgentEndpointCompartmentRequest): Promise<responses.ChangeAgentEndpointCompartmentResponse>;
142
138
  /**
143
- * **ChangeKnowledgeBaseCompartment**
144
- * <p>
145
- Moves a knowledge base into a different compartment within the same tenancy. For information about moving resources between
146
- * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
147
- *
148
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
149
- * @param ChangeKnowledgeBaseCompartmentRequest
150
- * @return ChangeKnowledgeBaseCompartmentResponse
151
- * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
153
- */
139
+ * Moves a knowledge base into a different compartment within the same tenancy. For information about moving resources between
140
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
141
+ *
142
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
143
+ * @param ChangeKnowledgeBaseCompartmentRequest
144
+ * @return ChangeKnowledgeBaseCompartmentResponse
145
+ * @throws OciError when an error occurs
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
147
+ */
154
148
  changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest: requests.ChangeKnowledgeBaseCompartmentRequest): Promise<responses.ChangeKnowledgeBaseCompartmentResponse>;
155
149
  /**
156
- * **CreateAgent**
157
- * <p>
158
- Creates an agent.
159
- *
160
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
161
- * @param CreateAgentRequest
162
- * @return CreateAgentResponse
163
- * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateAgent.ts.html |here} to see how to use CreateAgent API.
165
- */
150
+ * Creates an agent.
151
+ *
152
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
153
+ * @param CreateAgentRequest
154
+ * @return CreateAgentResponse
155
+ * @throws OciError when an error occurs
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateAgent.ts.html |here} to see how to use CreateAgent API.
157
+ */
166
158
  createAgent(createAgentRequest: requests.CreateAgentRequest): Promise<responses.CreateAgentResponse>;
167
159
  /**
168
- * **CreateAgentEndpoint**
169
- * <p>
170
- Creates an endpoint.
171
- *
172
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
173
- * @param CreateAgentEndpointRequest
174
- * @return CreateAgentEndpointResponse
175
- * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateAgentEndpoint.ts.html |here} to see how to use CreateAgentEndpoint API.
177
- */
160
+ * Creates an endpoint.
161
+ *
162
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
163
+ * @param CreateAgentEndpointRequest
164
+ * @return CreateAgentEndpointResponse
165
+ * @throws OciError when an error occurs
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateAgentEndpoint.ts.html |here} to see how to use CreateAgentEndpoint API.
167
+ */
178
168
  createAgentEndpoint(createAgentEndpointRequest: requests.CreateAgentEndpointRequest): Promise<responses.CreateAgentEndpointResponse>;
179
169
  /**
180
- * **CreateDataIngestionJob**
181
- * <p>
182
- Creates a data ingestion job.
183
- *
184
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
185
- * @param CreateDataIngestionJobRequest
186
- * @return CreateDataIngestionJobResponse
187
- * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateDataIngestionJob.ts.html |here} to see how to use CreateDataIngestionJob API.
189
- */
170
+ * Creates a data ingestion job.
171
+ *
172
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
173
+ * @param CreateDataIngestionJobRequest
174
+ * @return CreateDataIngestionJobResponse
175
+ * @throws OciError when an error occurs
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateDataIngestionJob.ts.html |here} to see how to use CreateDataIngestionJob API.
177
+ */
190
178
  createDataIngestionJob(createDataIngestionJobRequest: requests.CreateDataIngestionJobRequest): Promise<responses.CreateDataIngestionJobResponse>;
191
179
  /**
192
- * **CreateDataSource**
193
- * <p>
194
- Creates a data source.
195
- *
196
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
197
- * @param CreateDataSourceRequest
198
- * @return CreateDataSourceResponse
199
- * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
201
- */
180
+ * Creates a data source.
181
+ *
182
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
183
+ * @param CreateDataSourceRequest
184
+ * @return CreateDataSourceResponse
185
+ * @throws OciError when an error occurs
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
187
+ */
202
188
  createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
203
189
  /**
204
- * **CreateKnowledgeBase**
205
- * <p>
206
- Creates a knowledge base.
207
- *
208
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
209
- * @param CreateKnowledgeBaseRequest
210
- * @return CreateKnowledgeBaseResponse
211
- * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
213
- */
190
+ * Creates a knowledge base.
191
+ *
192
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
193
+ * @param CreateKnowledgeBaseRequest
194
+ * @return CreateKnowledgeBaseResponse
195
+ * @throws OciError when an error occurs
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
197
+ */
214
198
  createKnowledgeBase(createKnowledgeBaseRequest: requests.CreateKnowledgeBaseRequest): Promise<responses.CreateKnowledgeBaseResponse>;
215
199
  /**
216
- * **DeleteAgent**
217
- * <p>
218
- Deletes an agent.
219
- *
220
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
221
- * @param DeleteAgentRequest
222
- * @return DeleteAgentResponse
223
- * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
225
- */
200
+ * Deletes an agent.
201
+ *
202
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
203
+ * @param DeleteAgentRequest
204
+ * @return DeleteAgentResponse
205
+ * @throws OciError when an error occurs
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
207
+ */
226
208
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
227
209
  /**
228
- * **DeleteAgentEndpoint**
229
- * <p>
230
- Deletes an endpoint.
231
- *
232
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
233
- * @param DeleteAgentEndpointRequest
234
- * @return DeleteAgentEndpointResponse
235
- * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteAgentEndpoint.ts.html |here} to see how to use DeleteAgentEndpoint API.
237
- */
210
+ * Deletes an endpoint.
211
+ *
212
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
213
+ * @param DeleteAgentEndpointRequest
214
+ * @return DeleteAgentEndpointResponse
215
+ * @throws OciError when an error occurs
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteAgentEndpoint.ts.html |here} to see how to use DeleteAgentEndpoint API.
217
+ */
238
218
  deleteAgentEndpoint(deleteAgentEndpointRequest: requests.DeleteAgentEndpointRequest): Promise<responses.DeleteAgentEndpointResponse>;
239
219
  /**
240
- * **DeleteDataIngestionJob**
241
- * <p>
242
- Deletes a data ingestion job.
243
- *
244
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
245
- * @param DeleteDataIngestionJobRequest
246
- * @return DeleteDataIngestionJobResponse
247
- * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteDataIngestionJob.ts.html |here} to see how to use DeleteDataIngestionJob API.
249
- */
220
+ * Deletes a data ingestion job.
221
+ *
222
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
223
+ * @param DeleteDataIngestionJobRequest
224
+ * @return DeleteDataIngestionJobResponse
225
+ * @throws OciError when an error occurs
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteDataIngestionJob.ts.html |here} to see how to use DeleteDataIngestionJob API.
227
+ */
250
228
  deleteDataIngestionJob(deleteDataIngestionJobRequest: requests.DeleteDataIngestionJobRequest): Promise<responses.DeleteDataIngestionJobResponse>;
251
229
  /**
252
- * **DeleteDataSource**
253
- * <p>
254
- Deletes a data source.
255
- *
256
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
257
- * @param DeleteDataSourceRequest
258
- * @return DeleteDataSourceResponse
259
- * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
261
- */
230
+ * Deletes a data source.
231
+ *
232
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
233
+ * @param DeleteDataSourceRequest
234
+ * @return DeleteDataSourceResponse
235
+ * @throws OciError when an error occurs
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
237
+ */
262
238
  deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
263
239
  /**
264
- * **DeleteKnowledgeBase**
265
- * <p>
266
- Deletes a knowledge base.
267
- *
268
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
269
- * @param DeleteKnowledgeBaseRequest
270
- * @return DeleteKnowledgeBaseResponse
271
- * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
273
- */
240
+ * Deletes a knowledge base.
241
+ *
242
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
243
+ * @param DeleteKnowledgeBaseRequest
244
+ * @return DeleteKnowledgeBaseResponse
245
+ * @throws OciError when an error occurs
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
247
+ */
274
248
  deleteKnowledgeBase(deleteKnowledgeBaseRequest: requests.DeleteKnowledgeBaseRequest): Promise<responses.DeleteKnowledgeBaseResponse>;
275
249
  /**
276
- * **GetAgent**
277
- * <p>
278
- Gets information about an agent.
279
- *
280
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
281
- * @param GetAgentRequest
282
- * @return GetAgentResponse
283
- * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetAgent.ts.html |here} to see how to use GetAgent API.
285
- */
250
+ * Gets information about an agent.
251
+ *
252
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
253
+ * @param GetAgentRequest
254
+ * @return GetAgentResponse
255
+ * @throws OciError when an error occurs
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetAgent.ts.html |here} to see how to use GetAgent API.
257
+ */
286
258
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
287
259
  /**
288
- * **GetAgentEndpoint**
289
- * <p>
290
- Gets information about an endpoint.
291
- *
292
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
293
- * @param GetAgentEndpointRequest
294
- * @return GetAgentEndpointResponse
295
- * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetAgentEndpoint.ts.html |here} to see how to use GetAgentEndpoint API.
297
- */
260
+ * Gets information about an endpoint.
261
+ *
262
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
263
+ * @param GetAgentEndpointRequest
264
+ * @return GetAgentEndpointResponse
265
+ * @throws OciError when an error occurs
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetAgentEndpoint.ts.html |here} to see how to use GetAgentEndpoint API.
267
+ */
298
268
  getAgentEndpoint(getAgentEndpointRequest: requests.GetAgentEndpointRequest): Promise<responses.GetAgentEndpointResponse>;
299
269
  /**
300
- * **GetDataIngestionJob**
301
- * <p>
302
- Gets information about a data ingestion job.
303
- *
304
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
305
- * @param GetDataIngestionJobRequest
306
- * @return GetDataIngestionJobResponse
307
- * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataIngestionJob.ts.html |here} to see how to use GetDataIngestionJob API.
309
- */
270
+ * Gets information about a data ingestion job.
271
+ *
272
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
273
+ * @param GetDataIngestionJobRequest
274
+ * @return GetDataIngestionJobResponse
275
+ * @throws OciError when an error occurs
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataIngestionJob.ts.html |here} to see how to use GetDataIngestionJob API.
277
+ */
310
278
  getDataIngestionJob(getDataIngestionJobRequest: requests.GetDataIngestionJobRequest): Promise<responses.GetDataIngestionJobResponse>;
311
279
  /**
312
- * **GetDataIngestionJobLogContent**
313
- * <p>
314
- Returns the raw log file for the specified data ingestion job in text format.
315
- *
316
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
317
- * @param GetDataIngestionJobLogContentRequest
318
- * @return GetDataIngestionJobLogContentResponse
319
- * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataIngestionJobLogContent.ts.html |here} to see how to use GetDataIngestionJobLogContent API.
321
- */
280
+ * Returns the raw log file for the specified data ingestion job in text format.
281
+ *
282
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
283
+ * @param GetDataIngestionJobLogContentRequest
284
+ * @return GetDataIngestionJobLogContentResponse
285
+ * @throws OciError when an error occurs
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataIngestionJobLogContent.ts.html |here} to see how to use GetDataIngestionJobLogContent API.
287
+ */
322
288
  getDataIngestionJobLogContent(getDataIngestionJobLogContentRequest: requests.GetDataIngestionJobLogContentRequest): Promise<responses.GetDataIngestionJobLogContentResponse>;
323
289
  /**
324
- * **GetDataSource**
325
- * <p>
326
- Gets information about a data source.
327
- *
328
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
329
- * @param GetDataSourceRequest
330
- * @return GetDataSourceResponse
331
- * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
333
- */
290
+ * Gets information about a data source.
291
+ *
292
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
293
+ * @param GetDataSourceRequest
294
+ * @return GetDataSourceResponse
295
+ * @throws OciError when an error occurs
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
297
+ */
334
298
  getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
335
299
  /**
336
- * **GetKnowledgeBase**
337
- * <p>
338
- Gets information about a knowledge base.
339
- *
340
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
341
- * @param GetKnowledgeBaseRequest
342
- * @return GetKnowledgeBaseResponse
343
- * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
345
- */
300
+ * Gets information about a knowledge base.
301
+ *
302
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
303
+ * @param GetKnowledgeBaseRequest
304
+ * @return GetKnowledgeBaseResponse
305
+ * @throws OciError when an error occurs
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
307
+ */
346
308
  getKnowledgeBase(getKnowledgeBaseRequest: requests.GetKnowledgeBaseRequest): Promise<responses.GetKnowledgeBaseResponse>;
347
309
  /**
348
- * **GetWorkRequest**
349
- * <p>
350
- Gets the details of a work request.
351
- *
352
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
353
- * @param GetWorkRequestRequest
354
- * @return GetWorkRequestResponse
355
- * @throws OciError when an error occurs
356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
357
- */
310
+ * Gets the details of a work request.
311
+ *
312
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
313
+ * @param GetWorkRequestRequest
314
+ * @return GetWorkRequestResponse
315
+ * @throws OciError when an error occurs
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
317
+ */
358
318
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
359
319
  /**
360
- * **ListAgentEndpoints**
361
- * <p>
362
- Gets a list of endpoints.
363
- *
364
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
365
- * @param ListAgentEndpointsRequest
366
- * @return ListAgentEndpointsResponse
367
- * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListAgentEndpoints.ts.html |here} to see how to use ListAgentEndpoints API.
369
- */
320
+ * Gets a list of endpoints.
321
+ *
322
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
323
+ * @param ListAgentEndpointsRequest
324
+ * @return ListAgentEndpointsResponse
325
+ * @throws OciError when an error occurs
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListAgentEndpoints.ts.html |here} to see how to use ListAgentEndpoints API.
327
+ */
370
328
  listAgentEndpoints(listAgentEndpointsRequest: requests.ListAgentEndpointsRequest): Promise<responses.ListAgentEndpointsResponse>;
371
329
  /**
372
- * **ListAgents**
373
- * <p>
374
- Gets a list of agents.
375
- *
376
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
377
- * @param ListAgentsRequest
378
- * @return ListAgentsResponse
379
- * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListAgents.ts.html |here} to see how to use ListAgents API.
381
- */
330
+ * Gets a list of agents.
331
+ *
332
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
333
+ * @param ListAgentsRequest
334
+ * @return ListAgentsResponse
335
+ * @throws OciError when an error occurs
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListAgents.ts.html |here} to see how to use ListAgents API.
337
+ */
382
338
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
383
339
  /**
384
- * **ListDataIngestionJobs**
385
- * <p>
386
- Gets a list of data ingestion jobs.
387
- *
388
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
389
- * @param ListDataIngestionJobsRequest
390
- * @return ListDataIngestionJobsResponse
391
- * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListDataIngestionJobs.ts.html |here} to see how to use ListDataIngestionJobs API.
393
- */
340
+ * Gets a list of data ingestion jobs.
341
+ *
342
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
343
+ * @param ListDataIngestionJobsRequest
344
+ * @return ListDataIngestionJobsResponse
345
+ * @throws OciError when an error occurs
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListDataIngestionJobs.ts.html |here} to see how to use ListDataIngestionJobs API.
347
+ */
394
348
  listDataIngestionJobs(listDataIngestionJobsRequest: requests.ListDataIngestionJobsRequest): Promise<responses.ListDataIngestionJobsResponse>;
395
349
  /**
396
- * **ListDataSources**
397
- * <p>
398
- Gets a list of data sources.
399
- *
400
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
401
- * @param ListDataSourcesRequest
402
- * @return ListDataSourcesResponse
403
- * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
405
- */
350
+ * Gets a list of data sources.
351
+ *
352
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
353
+ * @param ListDataSourcesRequest
354
+ * @return ListDataSourcesResponse
355
+ * @throws OciError when an error occurs
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
357
+ */
406
358
  listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
407
359
  /**
408
- * **ListKnowledgeBases**
409
- * <p>
410
- Gets a list of knowledge bases.
411
- *
412
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
413
- * @param ListKnowledgeBasesRequest
414
- * @return ListKnowledgeBasesResponse
415
- * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
417
- */
360
+ * Gets a list of knowledge bases.
361
+ *
362
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
363
+ * @param ListKnowledgeBasesRequest
364
+ * @return ListKnowledgeBasesResponse
365
+ * @throws OciError when an error occurs
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
367
+ */
418
368
  listKnowledgeBases(listKnowledgeBasesRequest: requests.ListKnowledgeBasesRequest): Promise<responses.ListKnowledgeBasesResponse>;
419
369
  /**
420
- * **ListWorkRequestErrors**
421
- * <p>
422
- Lists the errors for a work request.
423
- *
424
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
425
- * @param ListWorkRequestErrorsRequest
426
- * @return ListWorkRequestErrorsResponse
427
- * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
429
- */
370
+ * Lists the errors for a work request.
371
+ *
372
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
373
+ * @param ListWorkRequestErrorsRequest
374
+ * @return ListWorkRequestErrorsResponse
375
+ * @throws OciError when an error occurs
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
377
+ */
430
378
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
431
379
  /**
432
- * **ListWorkRequestLogs**
433
- * <p>
434
- Lists the logs for a work request.
435
- *
436
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
437
- * @param ListWorkRequestLogsRequest
438
- * @return ListWorkRequestLogsResponse
439
- * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
441
- */
380
+ * Lists the logs for a work request.
381
+ *
382
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
383
+ * @param ListWorkRequestLogsRequest
384
+ * @return ListWorkRequestLogsResponse
385
+ * @throws OciError when an error occurs
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
387
+ */
442
388
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
443
389
  /**
444
- * **ListWorkRequests**
445
- * <p>
446
- Lists the work requests in a compartment.
447
- *
448
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
449
- * @param ListWorkRequestsRequest
450
- * @return ListWorkRequestsResponse
451
- * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
453
- */
390
+ * Lists the work requests in a compartment.
391
+ *
392
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
393
+ * @param ListWorkRequestsRequest
394
+ * @return ListWorkRequestsResponse
395
+ * @throws OciError when an error occurs
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
397
+ */
454
398
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
455
399
  /**
456
- * **UpdateAgent**
457
- * <p>
458
- Updates an agent.
459
- *
460
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
461
- * @param UpdateAgentRequest
462
- * @return UpdateAgentResponse
463
- * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
465
- */
400
+ * Updates an agent.
401
+ *
402
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
403
+ * @param UpdateAgentRequest
404
+ * @return UpdateAgentResponse
405
+ * @throws OciError when an error occurs
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
407
+ */
466
408
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
467
409
  /**
468
- * **UpdateAgentEndpoint**
469
- * <p>
470
- Updates an endpoint.
471
- *
472
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
473
- * @param UpdateAgentEndpointRequest
474
- * @return UpdateAgentEndpointResponse
475
- * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateAgentEndpoint.ts.html |here} to see how to use UpdateAgentEndpoint API.
477
- */
410
+ * Updates an endpoint.
411
+ *
412
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
413
+ * @param UpdateAgentEndpointRequest
414
+ * @return UpdateAgentEndpointResponse
415
+ * @throws OciError when an error occurs
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateAgentEndpoint.ts.html |here} to see how to use UpdateAgentEndpoint API.
417
+ */
478
418
  updateAgentEndpoint(updateAgentEndpointRequest: requests.UpdateAgentEndpointRequest): Promise<responses.UpdateAgentEndpointResponse>;
479
419
  /**
480
- * **UpdateDataSource**
481
- * <p>
482
- Updates a data source.
483
- *
484
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
485
- * @param UpdateDataSourceRequest
486
- * @return UpdateDataSourceResponse
487
- * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
489
- */
420
+ * Updates a data source.
421
+ *
422
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
423
+ * @param UpdateDataSourceRequest
424
+ * @return UpdateDataSourceResponse
425
+ * @throws OciError when an error occurs
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
427
+ */
490
428
  updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
491
429
  /**
492
- * **UpdateKnowledgeBase**
493
- * <p>
494
- Updates a knowledge base.
495
- *
496
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
497
- * @param UpdateKnowledgeBaseRequest
498
- * @return UpdateKnowledgeBaseResponse
499
- * @throws OciError when an error occurs
500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
501
- */
430
+ * Updates a knowledge base.
431
+ *
432
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
433
+ * @param UpdateKnowledgeBaseRequest
434
+ * @return UpdateKnowledgeBaseResponse
435
+ * @throws OciError when an error occurs
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
437
+ */
502
438
  updateKnowledgeBase(updateKnowledgeBaseRequest: requests.UpdateKnowledgeBaseRequest): Promise<responses.UpdateKnowledgeBaseResponse>;
503
439
  }
504
440
  export {};