oci-generativeaiagent 2.106.0 → 2.106.2

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 (180) hide show
  1. package/lib/client.d.ts +50 -0
  2. package/lib/client.js +337 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/generativeaiagent-waiter.d.ts +8 -0
  5. package/lib/generativeaiagent-waiter.js +12 -0
  6. package/lib/generativeaiagent-waiter.js.map +1 -1
  7. package/lib/model/agent-endpoint-summary.d.ts +13 -0
  8. package/lib/model/agent-endpoint-summary.js +18 -0
  9. package/lib/model/agent-endpoint-summary.js.map +1 -1
  10. package/lib/model/agent-endpoint.d.ts +13 -0
  11. package/lib/model/agent-endpoint.js +18 -0
  12. package/lib/model/agent-endpoint.js.map +1 -1
  13. package/lib/model/agent-summary.d.ts +3 -1
  14. package/lib/model/agent-summary.js +28 -2
  15. package/lib/model/agent-summary.js.map +1 -1
  16. package/lib/model/agent.d.ts +3 -1
  17. package/lib/model/agent.js +28 -2
  18. package/lib/model/agent.js.map +1 -1
  19. package/lib/model/api-schema-inline-input-location.d.ts +37 -0
  20. package/lib/model/api-schema-inline-input-location.js +63 -0
  21. package/lib/model/api-schema-inline-input-location.js.map +1 -0
  22. package/lib/model/api-schema-input-location.d.ts +31 -0
  23. package/lib/model/api-schema-input-location.js +81 -0
  24. package/lib/model/api-schema-input-location.js.map +1 -0
  25. package/lib/model/api-schema-object-storage-input-location.d.ts +46 -0
  26. package/lib/model/api-schema-object-storage-input-location.js +63 -0
  27. package/lib/model/api-schema-object-storage-input-location.js.map +1 -0
  28. package/lib/model/content-moderation-guardrail-config.d.ts +39 -0
  29. package/lib/model/content-moderation-guardrail-config.js +38 -0
  30. package/lib/model/content-moderation-guardrail-config.js.map +1 -0
  31. package/lib/model/create-agent-details.d.ts +3 -1
  32. package/lib/model/create-agent-details.js +28 -2
  33. package/lib/model/create-agent-details.js.map +1 -1
  34. package/lib/model/create-agent-endpoint-details.d.ts +13 -0
  35. package/lib/model/create-agent-endpoint-details.js +18 -0
  36. package/lib/model/create-agent-endpoint-details.js.map +1 -1
  37. package/lib/model/create-data-source-details.d.ts +6 -0
  38. package/lib/model/create-data-source-details.js.map +1 -1
  39. package/lib/model/create-tool-details.d.ts +77 -0
  40. package/lib/model/create-tool-details.js +64 -0
  41. package/lib/model/create-tool-details.js.map +1 -0
  42. package/lib/model/data-source.d.ts +6 -0
  43. package/lib/model/data-source.js.map +1 -1
  44. package/lib/model/function-calling-tool-config.d.ts +35 -0
  45. package/lib/model/function-calling-tool-config.js +65 -0
  46. package/lib/model/function-calling-tool-config.js.map +1 -0
  47. package/lib/model/function.d.ts +46 -0
  48. package/lib/model/function.js +38 -0
  49. package/lib/model/function.js.map +1 -0
  50. package/lib/model/guardrail-config.d.ts +34 -0
  51. package/lib/model/guardrail-config.js +78 -0
  52. package/lib/model/guardrail-config.js.map +1 -0
  53. package/lib/model/guardrail-mode.d.ts +38 -0
  54. package/lib/model/guardrail-mode.js +49 -0
  55. package/lib/model/guardrail-mode.js.map +1 -0
  56. package/lib/model/http-endpoint-auth-config.d.ts +32 -0
  57. package/lib/model/http-endpoint-auth-config.js +89 -0
  58. package/lib/model/http-endpoint-auth-config.js.map +1 -0
  59. package/lib/model/http-endpoint-delegated-bearer-auth-config.d.ts +35 -0
  60. package/lib/model/http-endpoint-delegated-bearer-auth-config.js +63 -0
  61. package/lib/model/http-endpoint-delegated-bearer-auth-config.js.map +1 -0
  62. package/lib/model/http-endpoint-idcs-auth-config.d.ts +35 -0
  63. package/lib/model/http-endpoint-idcs-auth-config.js +69 -0
  64. package/lib/model/http-endpoint-idcs-auth-config.js.map +1 -0
  65. package/lib/model/http-endpoint-no-auth-config.d.ts +34 -0
  66. package/lib/model/http-endpoint-no-auth-config.js +63 -0
  67. package/lib/model/http-endpoint-no-auth-config.js.map +1 -0
  68. package/lib/model/http-endpoint-oci-resource-principal-auth-config.d.ts +34 -0
  69. package/lib/model/http-endpoint-oci-resource-principal-auth-config.js +63 -0
  70. package/lib/model/http-endpoint-oci-resource-principal-auth-config.js.map +1 -0
  71. package/lib/model/http-endpoint-tool-config.d.ts +40 -0
  72. package/lib/model/http-endpoint-tool-config.js +75 -0
  73. package/lib/model/http-endpoint-tool-config.js.map +1 -0
  74. package/lib/model/human-input-config.d.ts +35 -0
  75. package/lib/model/human-input-config.js +38 -0
  76. package/lib/model/human-input-config.js.map +1 -0
  77. package/lib/model/index.d.ts +68 -0
  78. package/lib/model/index.js +70 -2
  79. package/lib/model/index.js.map +1 -1
  80. package/lib/model/inline-input-location.d.ts +37 -0
  81. package/lib/model/inline-input-location.js +61 -0
  82. package/lib/model/inline-input-location.js.map +1 -0
  83. package/lib/model/input-location.d.ts +31 -0
  84. package/lib/model/input-location.js +81 -0
  85. package/lib/model/input-location.js.map +1 -0
  86. package/lib/model/knowledge-base-config.d.ts +35 -0
  87. package/lib/model/knowledge-base-config.js +38 -0
  88. package/lib/model/knowledge-base-config.js.map +1 -0
  89. package/lib/model/llm-config.d.ts +33 -0
  90. package/lib/model/llm-config.js +66 -0
  91. package/lib/model/llm-config.js.map +1 -0
  92. package/lib/model/llm-customization.d.ts +35 -0
  93. package/lib/model/llm-customization.js +38 -0
  94. package/lib/model/llm-customization.js.map +1 -0
  95. package/lib/model/object-storage-input-location.d.ts +46 -0
  96. package/lib/model/object-storage-input-location.js +63 -0
  97. package/lib/model/object-storage-input-location.js.map +1 -0
  98. package/lib/model/object-storage-prefix-output-location.d.ts +46 -0
  99. package/lib/model/object-storage-prefix-output-location.js +63 -0
  100. package/lib/model/object-storage-prefix-output-location.js.map +1 -0
  101. package/lib/model/object-storage-prefix.d.ts +1 -1
  102. package/lib/model/operation-type.d.ts +4 -0
  103. package/lib/model/operation-type.js +4 -0
  104. package/lib/model/operation-type.js.map +1 -1
  105. package/lib/model/output-config.d.ts +37 -0
  106. package/lib/model/output-config.js +66 -0
  107. package/lib/model/output-config.js.map +1 -0
  108. package/lib/model/output-location.d.ts +32 -0
  109. package/lib/model/output-location.js +77 -0
  110. package/lib/model/output-location.js.map +1 -0
  111. package/lib/model/personally-identifiable-information-guardrail-config.d.ts +39 -0
  112. package/lib/model/personally-identifiable-information-guardrail-config.js +38 -0
  113. package/lib/model/personally-identifiable-information-guardrail-config.js.map +1 -0
  114. package/lib/model/prompt-injection-guardrail-config.d.ts +35 -0
  115. package/lib/model/prompt-injection-guardrail-config.js +38 -0
  116. package/lib/model/prompt-injection-guardrail-config.js.map +1 -0
  117. package/lib/model/rag-tool-config.d.ts +39 -0
  118. package/lib/model/rag-tool-config.js +77 -0
  119. package/lib/model/rag-tool-config.js.map +1 -0
  120. package/lib/model/sql-tool-config.d.ts +73 -0
  121. package/lib/model/sql-tool-config.js +111 -0
  122. package/lib/model/sql-tool-config.js.map +1 -0
  123. package/lib/model/tool-collection.d.ts +36 -0
  124. package/lib/model/tool-collection.js +70 -0
  125. package/lib/model/tool-collection.js.map +1 -0
  126. package/lib/model/tool-config.d.ts +32 -0
  127. package/lib/model/tool-config.js +89 -0
  128. package/lib/model/tool-config.js.map +1 -0
  129. package/lib/model/tool-summary.d.ts +110 -0
  130. package/lib/model/tool-summary.js +64 -0
  131. package/lib/model/tool-summary.js.map +1 -0
  132. package/lib/model/tool.d.ts +125 -0
  133. package/lib/model/tool.js +78 -0
  134. package/lib/model/tool.js.map +1 -0
  135. package/lib/model/update-agent-details.d.ts +3 -1
  136. package/lib/model/update-agent-details.js +28 -2
  137. package/lib/model/update-agent-details.js.map +1 -1
  138. package/lib/model/update-agent-endpoint-details.d.ts +13 -0
  139. package/lib/model/update-agent-endpoint-details.js +18 -0
  140. package/lib/model/update-agent-endpoint-details.js.map +1 -1
  141. package/lib/model/update-data-source-details.d.ts +6 -0
  142. package/lib/model/update-data-source-details.js.map +1 -1
  143. package/lib/model/update-tool-details.d.ts +69 -0
  144. package/lib/model/update-tool-details.js +64 -0
  145. package/lib/model/update-tool-details.js.map +1 -0
  146. package/lib/request/create-tool-request.d.ts +40 -0
  147. package/lib/request/create-tool-request.js +15 -0
  148. package/lib/request/create-tool-request.js.map +1 -0
  149. package/lib/request/delete-tool-request.d.ts +38 -0
  150. package/lib/request/delete-tool-request.js +15 -0
  151. package/lib/request/delete-tool-request.js.map +1 -0
  152. package/lib/request/get-tool-request.d.ts +30 -0
  153. package/lib/request/get-tool-request.js +15 -0
  154. package/lib/request/get-tool-request.js.map +1 -0
  155. package/lib/request/index.d.ts +10 -0
  156. package/lib/request/index.js +3 -1
  157. package/lib/request/index.js.map +1 -1
  158. package/lib/request/list-tools-request.d.ts +75 -0
  159. package/lib/request/list-tools-request.js +24 -0
  160. package/lib/request/list-tools-request.js.map +1 -0
  161. package/lib/request/update-tool-request.d.ts +43 -0
  162. package/lib/request/update-tool-request.js +15 -0
  163. package/lib/request/update-tool-request.js.map +1 -0
  164. package/lib/response/create-tool-response.d.ts +44 -0
  165. package/lib/response/create-tool-response.js +15 -0
  166. package/lib/response/create-tool-response.js.map +1 -0
  167. package/lib/response/delete-tool-response.d.ts +26 -0
  168. package/lib/response/delete-tool-response.js +15 -0
  169. package/lib/response/delete-tool-response.js.map +1 -0
  170. package/lib/response/get-tool-response.d.ts +30 -0
  171. package/lib/response/get-tool-response.js +15 -0
  172. package/lib/response/get-tool-response.js.map +1 -0
  173. package/lib/response/index.d.ts +10 -0
  174. package/lib/response/list-tools-response.d.ts +31 -0
  175. package/lib/response/list-tools-response.js +15 -0
  176. package/lib/response/list-tools-response.js.map +1 -0
  177. package/lib/response/update-tool-response.d.ts +26 -0
  178. package/lib/response/update-tool-response.js +15 -0
  179. package/lib/response/update-tool-response.js.map +1 -0
  180. package/package.json +3 -3
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.InputLocation = void 0;
44
+ const model = __importStar(require("../model"));
45
+ const common = require("oci-common");
46
+ var InputLocation;
47
+ (function (InputLocation) {
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ if (obj && "inputLocationType" in obj && obj.inputLocationType) {
51
+ switch (obj.inputLocationType) {
52
+ case "OBJECT_STORAGE_PREFIX":
53
+ return model.ObjectStorageInputLocation.getJsonObj(jsonObj, true);
54
+ case "INLINE":
55
+ return model.InlineInputLocation.getJsonObj(jsonObj, true);
56
+ default:
57
+ if (common.LOG.logger)
58
+ common.LOG.logger.info(`Unknown value for: ${obj.inputLocationType}`);
59
+ }
60
+ }
61
+ return jsonObj;
62
+ }
63
+ InputLocation.getJsonObj = getJsonObj;
64
+ function getDeserializedJsonObj(obj) {
65
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
66
+ if (obj && "inputLocationType" in obj && obj.inputLocationType) {
67
+ switch (obj.inputLocationType) {
68
+ case "OBJECT_STORAGE_PREFIX":
69
+ return model.ObjectStorageInputLocation.getDeserializedJsonObj(jsonObj, true);
70
+ case "INLINE":
71
+ return model.InlineInputLocation.getDeserializedJsonObj(jsonObj, true);
72
+ default:
73
+ if (common.LOG.logger)
74
+ common.LOG.logger.info(`Unknown value for: ${obj.inputLocationType}`);
75
+ }
76
+ }
77
+ return jsonObj;
78
+ }
79
+ InputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
80
+ })(InputLocation = exports.InputLocation || (exports.InputLocation = {}));
81
+ //# sourceMappingURL=input-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/input-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,aAAa,CA6C7B;AA7CD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC;aAC3E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,wBAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC;aAC3E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,oCAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA6C7B"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Generative AI Agents Management API
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.
4
+
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.
6
+
7
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
8
+
9
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ /**
23
+ * The KnowledgeBase configuration this RAG Tool uses.
24
+ *
25
+ */
26
+ export interface KnowledgeBaseConfig {
27
+ /**
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBase this RAG Tool uses
29
+ */
30
+ "knowledgeBaseId": string;
31
+ }
32
+ export declare namespace KnowledgeBaseConfig {
33
+ function getJsonObj(obj: KnowledgeBaseConfig): object;
34
+ function getDeserializedJsonObj(obj: KnowledgeBaseConfig): object;
35
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ Object.defineProperty(exports, "__esModule", { value: true });
24
+ exports.KnowledgeBaseConfig = void 0;
25
+ var KnowledgeBaseConfig;
26
+ (function (KnowledgeBaseConfig) {
27
+ function getJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ KnowledgeBaseConfig.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ KnowledgeBaseConfig.getDeserializedJsonObj = getDeserializedJsonObj;
37
+ })(KnowledgeBaseConfig = exports.KnowledgeBaseConfig || (exports.KnowledgeBaseConfig = {}));
38
+ //# sourceMappingURL=knowledge-base-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"knowledge-base-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/knowledge-base-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AAgBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Generative AI Agents Management API
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.
4
+
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.
6
+
7
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
8
+
9
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * Configuration to Agent LLM.
25
+ *
26
+ */
27
+ export interface LlmConfig {
28
+ "routingLlmCustomization"?: model.LlmCustomization;
29
+ }
30
+ export declare namespace LlmConfig {
31
+ function getJsonObj(obj: LlmConfig): object;
32
+ function getDeserializedJsonObj(obj: LlmConfig): object;
33
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.LlmConfig = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var LlmConfig;
46
+ (function (LlmConfig) {
47
+ function getJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "routingLlmCustomization": obj.routingLlmCustomization
50
+ ? model.LlmCustomization.getJsonObj(obj.routingLlmCustomization)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ LlmConfig.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "routingLlmCustomization": obj.routingLlmCustomization
59
+ ? model.LlmCustomization.getDeserializedJsonObj(obj.routingLlmCustomization)
60
+ : undefined
61
+ });
62
+ return jsonObj;
63
+ }
64
+ LlmConfig.getDeserializedJsonObj = getDeserializedJsonObj;
65
+ })(LlmConfig = exports.LlmConfig || (exports.LlmConfig = {}));
66
+ //# sourceMappingURL=llm-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/llm-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,SAAS,CAyBzB;AAzBD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAyBzB"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Generative AI Agents Management API
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.
4
+
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.
6
+
7
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
8
+
9
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ /**
23
+ * Configuration to customize LLM.
24
+ *
25
+ */
26
+ export interface LlmCustomization {
27
+ /**
28
+ * If specified, the default instruction is replaced with provided instruction.
29
+ */
30
+ "instruction"?: string;
31
+ }
32
+ export declare namespace LlmCustomization {
33
+ function getJsonObj(obj: LlmCustomization): object;
34
+ function getDeserializedJsonObj(obj: LlmCustomization): object;
35
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ Object.defineProperty(exports, "__esModule", { value: true });
24
+ exports.LlmCustomization = void 0;
25
+ var LlmCustomization;
26
+ (function (LlmCustomization) {
27
+ function getJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ LlmCustomization.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ LlmCustomization.getDeserializedJsonObj = getDeserializedJsonObj;
37
+ })(LlmCustomization = exports.LlmCustomization || (exports.LlmCustomization = {}));
38
+ //# sourceMappingURL=llm-customization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-customization.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/llm-customization.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AAgBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Generative AI Agents Management API
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.
4
+
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.
6
+
7
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
8
+
9
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The details of OCI Object Storage object.
25
+ *
26
+ */
27
+ export interface ObjectStorageInputLocation extends model.InputLocation {
28
+ /**
29
+ * The namespace name of an object.
30
+ */
31
+ "namespaceName": string;
32
+ /**
33
+ * The bucket name of an object.
34
+ */
35
+ "bucketName": string;
36
+ /**
37
+ * The prefix of file object(s) or folder prefix.
38
+ */
39
+ "prefix"?: string;
40
+ "inputLocationType": string;
41
+ }
42
+ export declare namespace ObjectStorageInputLocation {
43
+ function getJsonObj(obj: ObjectStorageInputLocation, isParentJsonObj?: boolean): object;
44
+ const inputLocationType = "OBJECT_STORAGE_PREFIX";
45
+ function getDeserializedJsonObj(obj: ObjectStorageInputLocation, isParentJsonObj?: boolean): object;
46
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.ObjectStorageInputLocation = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var ObjectStorageInputLocation;
46
+ (function (ObjectStorageInputLocation) {
47
+ function getJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.InputLocation.getJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ ObjectStorageInputLocation.getJsonObj = getJsonObj;
54
+ ObjectStorageInputLocation.inputLocationType = "OBJECT_STORAGE_PREFIX";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.InputLocation.getDeserializedJsonObj(obj))), {});
59
+ return jsonObj;
60
+ }
61
+ ObjectStorageInputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(ObjectStorageInputLocation = exports.ObjectStorageInputLocation || (exports.ObjectStorageInputLocation = {}));
63
+ //# sourceMappingURL=object-storage-input-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-storage-input-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/object-storage-input-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,4CAAiB,GAAG,uBAAuB,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Generative AI Agents Management API
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.
4
+
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.
6
+
7
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
8
+
9
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The config of object storage.
25
+ *
26
+ */
27
+ export interface ObjectStoragePrefixOutputLocation extends model.OutputLocation {
28
+ /**
29
+ * The namespace of the object storage.
30
+ */
31
+ "namespaceName": string;
32
+ /**
33
+ * The name of the bucket.
34
+ */
35
+ "bucketName": string;
36
+ /**
37
+ * The prefix of the object storage.
38
+ */
39
+ "prefix"?: string;
40
+ "outputLocationType": string;
41
+ }
42
+ export declare namespace ObjectStoragePrefixOutputLocation {
43
+ function getJsonObj(obj: ObjectStoragePrefixOutputLocation, isParentJsonObj?: boolean): object;
44
+ const outputLocationType = "OBJECT_STORAGE_PREFIX";
45
+ function getDeserializedJsonObj(obj: ObjectStoragePrefixOutputLocation, isParentJsonObj?: boolean): object;
46
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Management API
4
+ * 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.
5
+
6
+ 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.
7
+
8
+ Use the Generative AI Agents API to create and manage agents, knowledge bases, data sources, endpoints, data ingestion jobs, and work requests.
9
+
10
+ For creating and managing client chat sessions see the {@link #eNGenerative-ai-agents-clientLatest(ENGenerative-ai-agents-clientLatestRequest) eNGenerative-ai-agents-clientLatest}.
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.ObjectStoragePrefixOutputLocation = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var ObjectStoragePrefixOutputLocation;
46
+ (function (ObjectStoragePrefixOutputLocation) {
47
+ function getJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.OutputLocation.getJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ ObjectStoragePrefixOutputLocation.getJsonObj = getJsonObj;
54
+ ObjectStoragePrefixOutputLocation.outputLocationType = "OBJECT_STORAGE_PREFIX";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.OutputLocation.getDeserializedJsonObj(obj))), {});
59
+ return jsonObj;
60
+ }
61
+ ObjectStoragePrefixOutputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(ObjectStoragePrefixOutputLocation = exports.ObjectStoragePrefixOutputLocation || (exports.ObjectStoragePrefixOutputLocation = {}));
63
+ //# sourceMappingURL=object-storage-prefix-output-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-storage-prefix-output-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/object-storage-prefix-output-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,iCAAiC,CA4BjD;AA5BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,oDAAkB,GAAG,uBAAuB,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAuC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA4BjD"}
@@ -33,7 +33,7 @@ export interface ObjectStoragePrefix {
33
33
  */
34
34
  "bucketName": string;
35
35
  /**
36
- * The name of the object (file) or prefix (folder).
36
+ * The prefix of file object(s) or folder prefix.
37
37
  */
38
38
  "prefix"?: string;
39
39
  }
@@ -43,6 +43,10 @@ export declare enum OperationType {
43
43
  CreateTool = "CREATE_TOOL",
44
44
  UpdateTool = "UPDATE_TOOL",
45
45
  DeleteTool = "DELETE_TOOL",
46
+ CreateProvisionedCapacity = "CREATE_PROVISIONED_CAPACITY",
47
+ UpdateProvisionedCapacity = "UPDATE_PROVISIONED_CAPACITY",
48
+ DeleteProvisionedCapacity = "DELETE_PROVISIONED_CAPACITY",
49
+ MoveProvisionedCapacity = "MOVE_PROVISIONED_CAPACITY",
46
50
  /**
47
51
  * This value is used if a service returns a value for this enum that is not recognized by this
48
52
  * version of the SDK.
@@ -47,6 +47,10 @@ var OperationType;
47
47
  OperationType["CreateTool"] = "CREATE_TOOL";
48
48
  OperationType["UpdateTool"] = "UPDATE_TOOL";
49
49
  OperationType["DeleteTool"] = "DELETE_TOOL";
50
+ OperationType["CreateProvisionedCapacity"] = "CREATE_PROVISIONED_CAPACITY";
51
+ OperationType["UpdateProvisionedCapacity"] = "UPDATE_PROVISIONED_CAPACITY";
52
+ OperationType["DeleteProvisionedCapacity"] = "DELETE_PROVISIONED_CAPACITY";
53
+ OperationType["MoveProvisionedCapacity"] = "MOVE_PROVISIONED_CAPACITY";
50
54
  /**
51
55
  * This value is used if a service returns a value for this enum that is not recognized by this
52
56
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AAKH;;IAEI;AACJ,IAAY,aA2BX;AA3BD,WAAY,aAAa;IACvB,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,yCAAwB,CAAA;IACxB,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,2CAA0B,CAAA;IAC1B,2CAA0B,CAAA;IAC1B,2CAA0B,CAAA;IAE1B;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EA3BW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2BxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AAKH;;IAEI;AACJ,IAAY,aA+BX;AA/BD,WAAY,aAAa;IACvB,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,yCAAwB,CAAA;IACxB,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,2CAA0B,CAAA;IAC1B,2CAA0B,CAAA;IAC1B,2CAA0B,CAAA;IAC1B,0EAAyD,CAAA;IACzD,0EAAyD,CAAA;IACzD,0EAAyD,CAAA;IACzD,sEAAqD,CAAA;IAErD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EA/BW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA+BxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}