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.
- package/lib/client.d.ts +50 -0
- package/lib/client.js +337 -0
- package/lib/client.js.map +1 -1
- package/lib/generativeaiagent-waiter.d.ts +8 -0
- package/lib/generativeaiagent-waiter.js +12 -0
- package/lib/generativeaiagent-waiter.js.map +1 -1
- package/lib/model/agent-endpoint-summary.d.ts +13 -0
- package/lib/model/agent-endpoint-summary.js +18 -0
- package/lib/model/agent-endpoint-summary.js.map +1 -1
- package/lib/model/agent-endpoint.d.ts +13 -0
- package/lib/model/agent-endpoint.js +18 -0
- package/lib/model/agent-endpoint.js.map +1 -1
- package/lib/model/agent-summary.d.ts +3 -1
- package/lib/model/agent-summary.js +28 -2
- package/lib/model/agent-summary.js.map +1 -1
- package/lib/model/agent.d.ts +3 -1
- package/lib/model/agent.js +28 -2
- package/lib/model/agent.js.map +1 -1
- package/lib/model/api-schema-inline-input-location.d.ts +37 -0
- package/lib/model/api-schema-inline-input-location.js +63 -0
- package/lib/model/api-schema-inline-input-location.js.map +1 -0
- package/lib/model/api-schema-input-location.d.ts +31 -0
- package/lib/model/api-schema-input-location.js +81 -0
- package/lib/model/api-schema-input-location.js.map +1 -0
- package/lib/model/api-schema-object-storage-input-location.d.ts +46 -0
- package/lib/model/api-schema-object-storage-input-location.js +63 -0
- package/lib/model/api-schema-object-storage-input-location.js.map +1 -0
- package/lib/model/content-moderation-guardrail-config.d.ts +39 -0
- package/lib/model/content-moderation-guardrail-config.js +38 -0
- package/lib/model/content-moderation-guardrail-config.js.map +1 -0
- package/lib/model/create-agent-details.d.ts +3 -1
- package/lib/model/create-agent-details.js +28 -2
- package/lib/model/create-agent-details.js.map +1 -1
- package/lib/model/create-agent-endpoint-details.d.ts +13 -0
- package/lib/model/create-agent-endpoint-details.js +18 -0
- package/lib/model/create-agent-endpoint-details.js.map +1 -1
- package/lib/model/create-data-source-details.d.ts +6 -0
- package/lib/model/create-data-source-details.js.map +1 -1
- package/lib/model/create-tool-details.d.ts +77 -0
- package/lib/model/create-tool-details.js +64 -0
- package/lib/model/create-tool-details.js.map +1 -0
- package/lib/model/data-source.d.ts +6 -0
- package/lib/model/data-source.js.map +1 -1
- package/lib/model/function-calling-tool-config.d.ts +35 -0
- package/lib/model/function-calling-tool-config.js +65 -0
- package/lib/model/function-calling-tool-config.js.map +1 -0
- package/lib/model/function.d.ts +46 -0
- package/lib/model/function.js +38 -0
- package/lib/model/function.js.map +1 -0
- package/lib/model/guardrail-config.d.ts +34 -0
- package/lib/model/guardrail-config.js +78 -0
- package/lib/model/guardrail-config.js.map +1 -0
- package/lib/model/guardrail-mode.d.ts +38 -0
- package/lib/model/guardrail-mode.js +49 -0
- package/lib/model/guardrail-mode.js.map +1 -0
- package/lib/model/http-endpoint-auth-config.d.ts +32 -0
- package/lib/model/http-endpoint-auth-config.js +89 -0
- package/lib/model/http-endpoint-auth-config.js.map +1 -0
- package/lib/model/http-endpoint-delegated-bearer-auth-config.d.ts +35 -0
- package/lib/model/http-endpoint-delegated-bearer-auth-config.js +63 -0
- package/lib/model/http-endpoint-delegated-bearer-auth-config.js.map +1 -0
- package/lib/model/http-endpoint-idcs-auth-config.d.ts +35 -0
- package/lib/model/http-endpoint-idcs-auth-config.js +69 -0
- package/lib/model/http-endpoint-idcs-auth-config.js.map +1 -0
- package/lib/model/http-endpoint-no-auth-config.d.ts +34 -0
- package/lib/model/http-endpoint-no-auth-config.js +63 -0
- package/lib/model/http-endpoint-no-auth-config.js.map +1 -0
- package/lib/model/http-endpoint-oci-resource-principal-auth-config.d.ts +34 -0
- package/lib/model/http-endpoint-oci-resource-principal-auth-config.js +63 -0
- package/lib/model/http-endpoint-oci-resource-principal-auth-config.js.map +1 -0
- package/lib/model/http-endpoint-tool-config.d.ts +40 -0
- package/lib/model/http-endpoint-tool-config.js +75 -0
- package/lib/model/http-endpoint-tool-config.js.map +1 -0
- package/lib/model/human-input-config.d.ts +35 -0
- package/lib/model/human-input-config.js +38 -0
- package/lib/model/human-input-config.js.map +1 -0
- package/lib/model/index.d.ts +68 -0
- package/lib/model/index.js +70 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/inline-input-location.d.ts +37 -0
- package/lib/model/inline-input-location.js +61 -0
- package/lib/model/inline-input-location.js.map +1 -0
- package/lib/model/input-location.d.ts +31 -0
- package/lib/model/input-location.js +81 -0
- package/lib/model/input-location.js.map +1 -0
- package/lib/model/knowledge-base-config.d.ts +35 -0
- package/lib/model/knowledge-base-config.js +38 -0
- package/lib/model/knowledge-base-config.js.map +1 -0
- package/lib/model/llm-config.d.ts +33 -0
- package/lib/model/llm-config.js +66 -0
- package/lib/model/llm-config.js.map +1 -0
- package/lib/model/llm-customization.d.ts +35 -0
- package/lib/model/llm-customization.js +38 -0
- package/lib/model/llm-customization.js.map +1 -0
- package/lib/model/object-storage-input-location.d.ts +46 -0
- package/lib/model/object-storage-input-location.js +63 -0
- package/lib/model/object-storage-input-location.js.map +1 -0
- package/lib/model/object-storage-prefix-output-location.d.ts +46 -0
- package/lib/model/object-storage-prefix-output-location.js +63 -0
- package/lib/model/object-storage-prefix-output-location.js.map +1 -0
- package/lib/model/object-storage-prefix.d.ts +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/output-config.d.ts +37 -0
- package/lib/model/output-config.js +66 -0
- package/lib/model/output-config.js.map +1 -0
- package/lib/model/output-location.d.ts +32 -0
- package/lib/model/output-location.js +77 -0
- package/lib/model/output-location.js.map +1 -0
- package/lib/model/personally-identifiable-information-guardrail-config.d.ts +39 -0
- package/lib/model/personally-identifiable-information-guardrail-config.js +38 -0
- package/lib/model/personally-identifiable-information-guardrail-config.js.map +1 -0
- package/lib/model/prompt-injection-guardrail-config.d.ts +35 -0
- package/lib/model/prompt-injection-guardrail-config.js +38 -0
- package/lib/model/prompt-injection-guardrail-config.js.map +1 -0
- package/lib/model/rag-tool-config.d.ts +39 -0
- package/lib/model/rag-tool-config.js +77 -0
- package/lib/model/rag-tool-config.js.map +1 -0
- package/lib/model/sql-tool-config.d.ts +73 -0
- package/lib/model/sql-tool-config.js +111 -0
- package/lib/model/sql-tool-config.js.map +1 -0
- package/lib/model/tool-collection.d.ts +36 -0
- package/lib/model/tool-collection.js +70 -0
- package/lib/model/tool-collection.js.map +1 -0
- package/lib/model/tool-config.d.ts +32 -0
- package/lib/model/tool-config.js +89 -0
- package/lib/model/tool-config.js.map +1 -0
- package/lib/model/tool-summary.d.ts +110 -0
- package/lib/model/tool-summary.js +64 -0
- package/lib/model/tool-summary.js.map +1 -0
- package/lib/model/tool.d.ts +125 -0
- package/lib/model/tool.js +78 -0
- package/lib/model/tool.js.map +1 -0
- package/lib/model/update-agent-details.d.ts +3 -1
- package/lib/model/update-agent-details.js +28 -2
- package/lib/model/update-agent-details.js.map +1 -1
- package/lib/model/update-agent-endpoint-details.d.ts +13 -0
- package/lib/model/update-agent-endpoint-details.js +18 -0
- package/lib/model/update-agent-endpoint-details.js.map +1 -1
- package/lib/model/update-data-source-details.d.ts +6 -0
- package/lib/model/update-data-source-details.js.map +1 -1
- package/lib/model/update-tool-details.d.ts +69 -0
- package/lib/model/update-tool-details.js +64 -0
- package/lib/model/update-tool-details.js.map +1 -0
- package/lib/request/create-tool-request.d.ts +40 -0
- package/lib/request/create-tool-request.js +15 -0
- package/lib/request/create-tool-request.js.map +1 -0
- package/lib/request/delete-tool-request.d.ts +38 -0
- package/lib/request/delete-tool-request.js +15 -0
- package/lib/request/delete-tool-request.js.map +1 -0
- package/lib/request/get-tool-request.d.ts +30 -0
- package/lib/request/get-tool-request.js +15 -0
- package/lib/request/get-tool-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-tools-request.d.ts +75 -0
- package/lib/request/list-tools-request.js +24 -0
- package/lib/request/list-tools-request.js.map +1 -0
- package/lib/request/update-tool-request.d.ts +43 -0
- package/lib/request/update-tool-request.js +15 -0
- package/lib/request/update-tool-request.js.map +1 -0
- package/lib/response/create-tool-response.d.ts +44 -0
- package/lib/response/create-tool-response.js +15 -0
- package/lib/response/create-tool-response.js.map +1 -0
- package/lib/response/delete-tool-response.d.ts +26 -0
- package/lib/response/delete-tool-response.js +15 -0
- package/lib/response/delete-tool-response.js.map +1 -0
- package/lib/response/get-tool-response.d.ts +30 -0
- package/lib/response/get-tool-response.js +15 -0
- package/lib/response/get-tool-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-tools-response.d.ts +31 -0
- package/lib/response/list-tools-response.js +15 -0
- package/lib/response/list-tools-response.js.map +1 -0
- package/lib/response/update-tool-response.d.ts +26 -0
- package/lib/response/update-tool-response.js +15 -0
- package/lib/response/update-tool-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,89 @@
|
|
|
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.HttpEndpointAuthConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
const common = require("oci-common");
|
|
46
|
+
var HttpEndpointAuthConfig;
|
|
47
|
+
(function (HttpEndpointAuthConfig) {
|
|
48
|
+
function getJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
50
|
+
if (obj && "httpEndpointAuthConfigType" in obj && obj.httpEndpointAuthConfigType) {
|
|
51
|
+
switch (obj.httpEndpointAuthConfigType) {
|
|
52
|
+
case "HTTP_ENDPOINT_IDCS_AUTH_CONFIG":
|
|
53
|
+
return model.HttpEndpointIdcsAuthConfig.getJsonObj(jsonObj, true);
|
|
54
|
+
case "HTTP_ENDPOINT_DELEGATED_BEARER_AUTH_CONFIG":
|
|
55
|
+
return model.HttpEndpointDelegatedBearerAuthConfig.getJsonObj(jsonObj, true);
|
|
56
|
+
case "HTTP_ENDPOINT_NO_AUTH_CONFIG":
|
|
57
|
+
return model.HttpEndpointNoAuthConfig.getJsonObj(jsonObj, true);
|
|
58
|
+
case "HTTP_ENDPOINT_OCI_RESOURCE_PRINCIPAL_AUTH_CONFIG":
|
|
59
|
+
return model.HttpEndpointOciResourcePrincipalAuthConfig.getJsonObj(jsonObj, true);
|
|
60
|
+
default:
|
|
61
|
+
if (common.LOG.logger)
|
|
62
|
+
common.LOG.logger.info(`Unknown value for: ${obj.httpEndpointAuthConfigType}`);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
HttpEndpointAuthConfig.getJsonObj = getJsonObj;
|
|
68
|
+
function getDeserializedJsonObj(obj) {
|
|
69
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
70
|
+
if (obj && "httpEndpointAuthConfigType" in obj && obj.httpEndpointAuthConfigType) {
|
|
71
|
+
switch (obj.httpEndpointAuthConfigType) {
|
|
72
|
+
case "HTTP_ENDPOINT_IDCS_AUTH_CONFIG":
|
|
73
|
+
return model.HttpEndpointIdcsAuthConfig.getDeserializedJsonObj(jsonObj, true);
|
|
74
|
+
case "HTTP_ENDPOINT_DELEGATED_BEARER_AUTH_CONFIG":
|
|
75
|
+
return model.HttpEndpointDelegatedBearerAuthConfig.getDeserializedJsonObj(jsonObj, true);
|
|
76
|
+
case "HTTP_ENDPOINT_NO_AUTH_CONFIG":
|
|
77
|
+
return model.HttpEndpointNoAuthConfig.getDeserializedJsonObj(jsonObj, true);
|
|
78
|
+
case "HTTP_ENDPOINT_OCI_RESOURCE_PRINCIPAL_AUTH_CONFIG":
|
|
79
|
+
return model.HttpEndpointOciResourcePrincipalAuthConfig.getDeserializedJsonObj(jsonObj, true);
|
|
80
|
+
default:
|
|
81
|
+
if (common.LOG.logger)
|
|
82
|
+
common.LOG.logger.info(`Unknown value for: ${obj.httpEndpointAuthConfigType}`);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return jsonObj;
|
|
86
|
+
}
|
|
87
|
+
HttpEndpointAuthConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
88
|
+
})(HttpEndpointAuthConfig = exports.HttpEndpointAuthConfig || (exports.HttpEndpointAuthConfig = {}));
|
|
89
|
+
//# sourceMappingURL=http-endpoint-auth-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-auth-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-auth-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,sBAAsB,CAiEtC;AAjED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,4BAA4B,IAAI,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE;YAChF,QAAQ,GAAG,CAAC,0BAA0B,EAAE;gBACtC,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,4CAA4C;oBAC/C,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,kDAAkD;oBACrD,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACL,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,0BAA0B,EAAE,CAAC,CAAC;aACpF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,iCAAU,aA+BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,4BAA4B,IAAI,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE;YAChF,QAAQ,GAAG,CAAC,0BAA0B,EAAE;gBACtC,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,4CAA4C;oBAC/C,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,kDAAkD;oBACrD,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACjB,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,0BAA0B,EAAE,CAAC,CAAC;aACpF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,6CAAsB,yBA+BrC,CAAA;AACH,CAAC,EAjEgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiEtC"}
|
|
@@ -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
|
+
import * as model from "../model";
|
|
23
|
+
/**
|
|
24
|
+
* Specifies Bearer Token Authentication, where the same Bearer token received as part of the Agent Chat API request is used to invoke
|
|
25
|
+
* the external endpoint.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export interface HttpEndpointDelegatedBearerAuthConfig extends model.HttpEndpointAuthConfig {
|
|
29
|
+
"httpEndpointAuthConfigType": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace HttpEndpointDelegatedBearerAuthConfig {
|
|
32
|
+
function getJsonObj(obj: HttpEndpointDelegatedBearerAuthConfig, isParentJsonObj?: boolean): object;
|
|
33
|
+
const httpEndpointAuthConfigType = "HTTP_ENDPOINT_DELEGATED_BEARER_AUTH_CONFIG";
|
|
34
|
+
function getDeserializedJsonObj(obj: HttpEndpointDelegatedBearerAuthConfig, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -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.HttpEndpointDelegatedBearerAuthConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var HttpEndpointDelegatedBearerAuthConfig;
|
|
46
|
+
(function (HttpEndpointDelegatedBearerAuthConfig) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.HttpEndpointAuthConfig.getJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
HttpEndpointDelegatedBearerAuthConfig.getJsonObj = getJsonObj;
|
|
54
|
+
HttpEndpointDelegatedBearerAuthConfig.httpEndpointAuthConfigType = "HTTP_ENDPOINT_DELEGATED_BEARER_AUTH_CONFIG";
|
|
55
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
57
|
+
? obj
|
|
58
|
+
: model.HttpEndpointAuthConfig.getDeserializedJsonObj(obj))), {});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
HttpEndpointDelegatedBearerAuthConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(HttpEndpointDelegatedBearerAuthConfig = exports.HttpEndpointDelegatedBearerAuthConfig || (exports.HttpEndpointDelegatedBearerAuthConfig = {}));
|
|
63
|
+
//# sourceMappingURL=http-endpoint-delegated-bearer-auth-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-delegated-bearer-auth-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-delegated-bearer-auth-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,qCAAqC,CA8BrD;AA9BD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2C,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAU,aAYzB,CAAA;IACY,gEAA0B,GAAG,4CAA4C,CAAC;IACvF,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA8BrD"}
|
|
@@ -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
|
+
import * as model from "../model";
|
|
23
|
+
/**
|
|
24
|
+
* Specifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 for token-based authentication.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface HttpEndpointIdcsAuthConfig extends model.HttpEndpointAuthConfig {
|
|
28
|
+
"idcsSecret": model.IdcsSecret;
|
|
29
|
+
"httpEndpointAuthConfigType": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace HttpEndpointIdcsAuthConfig {
|
|
32
|
+
function getJsonObj(obj: HttpEndpointIdcsAuthConfig, isParentJsonObj?: boolean): object;
|
|
33
|
+
const httpEndpointAuthConfigType = "HTTP_ENDPOINT_IDCS_AUTH_CONFIG";
|
|
34
|
+
function getDeserializedJsonObj(obj: HttpEndpointIdcsAuthConfig, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.HttpEndpointIdcsAuthConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var HttpEndpointIdcsAuthConfig;
|
|
46
|
+
(function (HttpEndpointIdcsAuthConfig) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.HttpEndpointAuthConfig.getJsonObj(obj))), {
|
|
51
|
+
"idcsSecret": obj.idcsSecret ? model.IdcsSecret.getJsonObj(obj.idcsSecret) : undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
HttpEndpointIdcsAuthConfig.getJsonObj = getJsonObj;
|
|
56
|
+
HttpEndpointIdcsAuthConfig.httpEndpointAuthConfigType = "HTTP_ENDPOINT_IDCS_AUTH_CONFIG";
|
|
57
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
59
|
+
? obj
|
|
60
|
+
: model.HttpEndpointAuthConfig.getDeserializedJsonObj(obj))), {
|
|
61
|
+
"idcsSecret": obj.idcsSecret
|
|
62
|
+
? model.IdcsSecret.getDeserializedJsonObj(obj.idcsSecret)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
HttpEndpointIdcsAuthConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(HttpEndpointIdcsAuthConfig = exports.HttpEndpointIdcsAuthConfig || (exports.HttpEndpointIdcsAuthConfig = {}));
|
|
69
|
+
//# sourceMappingURL=http-endpoint-idcs-auth-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-idcs-auth-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-idcs-auth-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA+B1C;AA/BD,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,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAC9E;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAU,aAWzB,CAAA;IACY,qDAA0B,GAAG,gCAAgC,CAAC;IAC3E,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GAC1F;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,iDAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA+B1C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* Indicates that no authentication is required for invoking the endpoint.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface HttpEndpointNoAuthConfig extends model.HttpEndpointAuthConfig {
|
|
28
|
+
"httpEndpointAuthConfigType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace HttpEndpointNoAuthConfig {
|
|
31
|
+
function getJsonObj(obj: HttpEndpointNoAuthConfig, isParentJsonObj?: boolean): object;
|
|
32
|
+
const httpEndpointAuthConfigType = "HTTP_ENDPOINT_NO_AUTH_CONFIG";
|
|
33
|
+
function getDeserializedJsonObj(obj: HttpEndpointNoAuthConfig, isParentJsonObj?: boolean): object;
|
|
34
|
+
}
|
|
@@ -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.HttpEndpointNoAuthConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var HttpEndpointNoAuthConfig;
|
|
46
|
+
(function (HttpEndpointNoAuthConfig) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.HttpEndpointAuthConfig.getJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
HttpEndpointNoAuthConfig.getJsonObj = getJsonObj;
|
|
54
|
+
HttpEndpointNoAuthConfig.httpEndpointAuthConfigType = "HTTP_ENDPOINT_NO_AUTH_CONFIG";
|
|
55
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
57
|
+
? obj
|
|
58
|
+
: model.HttpEndpointAuthConfig.getDeserializedJsonObj(obj))), {});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
HttpEndpointNoAuthConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(HttpEndpointNoAuthConfig = exports.HttpEndpointNoAuthConfig || (exports.HttpEndpointNoAuthConfig = {}));
|
|
63
|
+
//# sourceMappingURL=http-endpoint-no-auth-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-no-auth-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-no-auth-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,wBAAwB,CAyBxC;AAzBD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,mDAA0B,GAAG,8BAA8B,CAAC;IACzE,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyBxC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* Specifies authentication using Oracle Cloud Infrastructure (OCI) Resource Principal, leveraging OCI's identity-based authentication mechanism.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface HttpEndpointOciResourcePrincipalAuthConfig extends model.HttpEndpointAuthConfig {
|
|
28
|
+
"httpEndpointAuthConfigType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace HttpEndpointOciResourcePrincipalAuthConfig {
|
|
31
|
+
function getJsonObj(obj: HttpEndpointOciResourcePrincipalAuthConfig, isParentJsonObj?: boolean): object;
|
|
32
|
+
const httpEndpointAuthConfigType = "HTTP_ENDPOINT_OCI_RESOURCE_PRINCIPAL_AUTH_CONFIG";
|
|
33
|
+
function getDeserializedJsonObj(obj: HttpEndpointOciResourcePrincipalAuthConfig, isParentJsonObj?: boolean): object;
|
|
34
|
+
}
|
|
@@ -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.HttpEndpointOciResourcePrincipalAuthConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var HttpEndpointOciResourcePrincipalAuthConfig;
|
|
46
|
+
(function (HttpEndpointOciResourcePrincipalAuthConfig) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.HttpEndpointAuthConfig.getJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
HttpEndpointOciResourcePrincipalAuthConfig.getJsonObj = getJsonObj;
|
|
54
|
+
HttpEndpointOciResourcePrincipalAuthConfig.httpEndpointAuthConfigType = "HTTP_ENDPOINT_OCI_RESOURCE_PRINCIPAL_AUTH_CONFIG";
|
|
55
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
57
|
+
? obj
|
|
58
|
+
: model.HttpEndpointAuthConfig.getDeserializedJsonObj(obj))), {});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
HttpEndpointOciResourcePrincipalAuthConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(HttpEndpointOciResourcePrincipalAuthConfig = exports.HttpEndpointOciResourcePrincipalAuthConfig || (exports.HttpEndpointOciResourcePrincipalAuthConfig = {}));
|
|
63
|
+
//# sourceMappingURL=http-endpoint-oci-resource-principal-auth-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-oci-resource-principal-auth-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-oci-resource-principal-auth-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,0CAA0C,CAgC1D;AAhCD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CACxB,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACtC,GAAG,CAC2C,CAAC,GAClD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qDAAU,aAczB,CAAA;IACY,qEAA0B,GAAG,kDAAkD,CAAC;IAC7F,SAAgB,sBAAsB,CACpC,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC2C,CAAC,GAClD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAgC1D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 configuration for HTTP endpoint Tool.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface HttpEndpointToolConfig extends model.ToolConfig {
|
|
28
|
+
"apiSchema": model.ApiSchemaObjectStorageInputLocation | model.ApiSchemaInlineInputLocation;
|
|
29
|
+
/**
|
|
30
|
+
* The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
|
31
|
+
*/
|
|
32
|
+
"subnetId": string;
|
|
33
|
+
"httpEndpointAuthConfig": model.HttpEndpointIdcsAuthConfig | model.HttpEndpointDelegatedBearerAuthConfig | model.HttpEndpointNoAuthConfig | model.HttpEndpointOciResourcePrincipalAuthConfig;
|
|
34
|
+
"toolConfigType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace HttpEndpointToolConfig {
|
|
37
|
+
function getJsonObj(obj: HttpEndpointToolConfig, isParentJsonObj?: boolean): object;
|
|
38
|
+
const toolConfigType = "HTTP_ENDPOINT_TOOL_CONFIG";
|
|
39
|
+
function getDeserializedJsonObj(obj: HttpEndpointToolConfig, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.HttpEndpointToolConfig = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var HttpEndpointToolConfig;
|
|
46
|
+
(function (HttpEndpointToolConfig) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.ToolConfig.getJsonObj(obj))), {
|
|
49
|
+
"apiSchema": obj.apiSchema
|
|
50
|
+
? model.ApiSchemaInputLocation.getJsonObj(obj.apiSchema)
|
|
51
|
+
: undefined,
|
|
52
|
+
"httpEndpointAuthConfig": obj.httpEndpointAuthConfig
|
|
53
|
+
? model.HttpEndpointAuthConfig.getJsonObj(obj.httpEndpointAuthConfig)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
HttpEndpointToolConfig.getJsonObj = getJsonObj;
|
|
59
|
+
HttpEndpointToolConfig.toolConfigType = "HTTP_ENDPOINT_TOOL_CONFIG";
|
|
60
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
61
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
62
|
+
? obj
|
|
63
|
+
: model.ToolConfig.getDeserializedJsonObj(obj))), {
|
|
64
|
+
"apiSchema": obj.apiSchema
|
|
65
|
+
? model.ApiSchemaInputLocation.getDeserializedJsonObj(obj.apiSchema)
|
|
66
|
+
: undefined,
|
|
67
|
+
"httpEndpointAuthConfig": obj.httpEndpointAuthConfig
|
|
68
|
+
? model.HttpEndpointAuthConfig.getDeserializedJsonObj(obj.httpEndpointAuthConfig)
|
|
69
|
+
: undefined
|
|
70
|
+
});
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
HttpEndpointToolConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(HttpEndpointToolConfig = exports.HttpEndpointToolConfig || (exports.HttpEndpointToolConfig = {}));
|
|
75
|
+
//# sourceMappingURL=http-endpoint-tool-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-endpoint-tool-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/http-endpoint-tool-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,sBAAsB,CAuCtC;AAvCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACtF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACxD,CAAC,CAAC,SAAS;YAEb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,iCAAU,aAezB,CAAA;IACY,qCAAc,GAAG,2BAA2B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC1E;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACpE,CAAC,CAAC,SAAS;YAEb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6CAAsB,yBAoBrC,CAAA;AACH,CAAC,EAvCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAuCtC"}
|