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,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
|
+
* Human Input Configuration for an AgentEndpoint.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface HumanInputConfig {
|
|
27
|
+
/**
|
|
28
|
+
* The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
|
|
29
|
+
*/
|
|
30
|
+
"shouldEnableHumanInput": boolean;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace HumanInputConfig {
|
|
33
|
+
function getJsonObj(obj: HumanInputConfig): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: HumanInputConfig): 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.HumanInputConfig = void 0;
|
|
25
|
+
var HumanInputConfig;
|
|
26
|
+
(function (HumanInputConfig) {
|
|
27
|
+
function getJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
HumanInputConfig.getJsonObj = getJsonObj;
|
|
32
|
+
function getDeserializedJsonObj(obj) {
|
|
33
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
34
|
+
return jsonObj;
|
|
35
|
+
}
|
|
36
|
+
HumanInputConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
37
|
+
})(HumanInputConfig = exports.HumanInputConfig || (exports.HumanInputConfig = {}));
|
|
38
|
+
//# sourceMappingURL=human-input-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"human-input-config.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/human-input-config.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"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ import * as AgentEndpointSummary from "./agent-endpoint-summary";
|
|
|
33
33
|
export import AgentEndpointSummary = AgentEndpointSummary.AgentEndpointSummary;
|
|
34
34
|
import * as AgentSummary from "./agent-summary";
|
|
35
35
|
export import AgentSummary = AgentSummary.AgentSummary;
|
|
36
|
+
import * as ApiSchemaInputLocation from "./api-schema-input-location";
|
|
37
|
+
export import ApiSchemaInputLocation = ApiSchemaInputLocation.ApiSchemaInputLocation;
|
|
36
38
|
import * as ChangeAgentCompartmentDetails from "./change-agent-compartment-details";
|
|
37
39
|
export import ChangeAgentCompartmentDetails = ChangeAgentCompartmentDetails.ChangeAgentCompartmentDetails;
|
|
38
40
|
import * as ChangeAgentEndpointCompartmentDetails from "./change-agent-endpoint-compartment-details";
|
|
@@ -41,6 +43,8 @@ import * as ChangeKnowledgeBaseCompartmentDetails from "./change-knowledge-base-
|
|
|
41
43
|
export import ChangeKnowledgeBaseCompartmentDetails = ChangeKnowledgeBaseCompartmentDetails.ChangeKnowledgeBaseCompartmentDetails;
|
|
42
44
|
import * as ContentModerationConfig from "./content-moderation-config";
|
|
43
45
|
export import ContentModerationConfig = ContentModerationConfig.ContentModerationConfig;
|
|
46
|
+
import * as ContentModerationGuardrailConfig from "./content-moderation-guardrail-config";
|
|
47
|
+
export import ContentModerationGuardrailConfig = ContentModerationGuardrailConfig.ContentModerationGuardrailConfig;
|
|
44
48
|
import * as CreateAgentDetails from "./create-agent-details";
|
|
45
49
|
export import CreateAgentDetails = CreateAgentDetails.CreateAgentDetails;
|
|
46
50
|
import * as CreateAgentEndpointDetails from "./create-agent-endpoint-details";
|
|
@@ -51,6 +55,8 @@ import * as CreateDataSourceDetails from "./create-data-source-details";
|
|
|
51
55
|
export import CreateDataSourceDetails = CreateDataSourceDetails.CreateDataSourceDetails;
|
|
52
56
|
import * as CreateKnowledgeBaseDetails from "./create-knowledge-base-details";
|
|
53
57
|
export import CreateKnowledgeBaseDetails = CreateKnowledgeBaseDetails.CreateKnowledgeBaseDetails;
|
|
58
|
+
import * as CreateToolDetails from "./create-tool-details";
|
|
59
|
+
export import CreateToolDetails = CreateToolDetails.CreateToolDetails;
|
|
54
60
|
import * as DataIngestionJob from "./data-ingestion-job";
|
|
55
61
|
export import DataIngestionJob = DataIngestionJob.DataIngestionJob;
|
|
56
62
|
import * as DataIngestionJobCollection from "./data-ingestion-job-collection";
|
|
@@ -71,32 +77,66 @@ import * as DatabaseConnection from "./database-connection";
|
|
|
71
77
|
export import DatabaseConnection = DatabaseConnection.DatabaseConnection;
|
|
72
78
|
import * as DatabaseFunction from "./database-function";
|
|
73
79
|
export import DatabaseFunction = DatabaseFunction.DatabaseFunction;
|
|
80
|
+
import * as Function from "./function";
|
|
81
|
+
export import Function = Function.Function;
|
|
82
|
+
import * as GuardrailConfig from "./guardrail-config";
|
|
83
|
+
export import GuardrailConfig = GuardrailConfig.GuardrailConfig;
|
|
84
|
+
import * as GuardrailMode from "./guardrail-mode";
|
|
85
|
+
export import GuardrailMode = GuardrailMode.GuardrailMode;
|
|
86
|
+
import * as HttpEndpointAuthConfig from "./http-endpoint-auth-config";
|
|
87
|
+
export import HttpEndpointAuthConfig = HttpEndpointAuthConfig.HttpEndpointAuthConfig;
|
|
88
|
+
import * as HumanInputConfig from "./human-input-config";
|
|
89
|
+
export import HumanInputConfig = HumanInputConfig.HumanInputConfig;
|
|
74
90
|
import * as Index from "./model-index";
|
|
75
91
|
export import Index = Index.Index;
|
|
76
92
|
import * as IndexConfig from "./index-config";
|
|
77
93
|
export import IndexConfig = IndexConfig.IndexConfig;
|
|
78
94
|
import * as IndexSchema from "./index-schema";
|
|
79
95
|
export import IndexSchema = IndexSchema.IndexSchema;
|
|
96
|
+
import * as InputLocation from "./input-location";
|
|
97
|
+
export import InputLocation = InputLocation.InputLocation;
|
|
80
98
|
import * as KnowledgeBase from "./knowledge-base";
|
|
81
99
|
export import KnowledgeBase = KnowledgeBase.KnowledgeBase;
|
|
82
100
|
import * as KnowledgeBaseCollection from "./knowledge-base-collection";
|
|
83
101
|
export import KnowledgeBaseCollection = KnowledgeBaseCollection.KnowledgeBaseCollection;
|
|
102
|
+
import * as KnowledgeBaseConfig from "./knowledge-base-config";
|
|
103
|
+
export import KnowledgeBaseConfig = KnowledgeBaseConfig.KnowledgeBaseConfig;
|
|
84
104
|
import * as KnowledgeBaseStatistics from "./knowledge-base-statistics";
|
|
85
105
|
export import KnowledgeBaseStatistics = KnowledgeBaseStatistics.KnowledgeBaseStatistics;
|
|
86
106
|
import * as KnowledgeBaseSummary from "./knowledge-base-summary";
|
|
87
107
|
export import KnowledgeBaseSummary = KnowledgeBaseSummary.KnowledgeBaseSummary;
|
|
108
|
+
import * as LlmConfig from "./llm-config";
|
|
109
|
+
export import LlmConfig = LlmConfig.LlmConfig;
|
|
110
|
+
import * as LlmCustomization from "./llm-customization";
|
|
111
|
+
export import LlmCustomization = LlmCustomization.LlmCustomization;
|
|
88
112
|
import * as ObjectStoragePrefix from "./object-storage-prefix";
|
|
89
113
|
export import ObjectStoragePrefix = ObjectStoragePrefix.ObjectStoragePrefix;
|
|
90
114
|
import * as OperationStatus from "./operation-status";
|
|
91
115
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
92
116
|
import * as OperationType from "./operation-type";
|
|
93
117
|
export import OperationType = OperationType.OperationType;
|
|
118
|
+
import * as OutputConfig from "./output-config";
|
|
119
|
+
export import OutputConfig = OutputConfig.OutputConfig;
|
|
120
|
+
import * as OutputLocation from "./output-location";
|
|
121
|
+
export import OutputLocation = OutputLocation.OutputLocation;
|
|
122
|
+
import * as PersonallyIdentifiableInformationGuardrailConfig from "./personally-identifiable-information-guardrail-config";
|
|
123
|
+
export import PersonallyIdentifiableInformationGuardrailConfig = PersonallyIdentifiableInformationGuardrailConfig.PersonallyIdentifiableInformationGuardrailConfig;
|
|
124
|
+
import * as PromptInjectionGuardrailConfig from "./prompt-injection-guardrail-config";
|
|
125
|
+
export import PromptInjectionGuardrailConfig = PromptInjectionGuardrailConfig.PromptInjectionGuardrailConfig;
|
|
94
126
|
import * as SecretDetail from "./secret-detail";
|
|
95
127
|
export import SecretDetail = SecretDetail.SecretDetail;
|
|
96
128
|
import * as SessionConfig from "./session-config";
|
|
97
129
|
export import SessionConfig = SessionConfig.SessionConfig;
|
|
98
130
|
import * as SortOrder from "./sort-order";
|
|
99
131
|
export import SortOrder = SortOrder.SortOrder;
|
|
132
|
+
import * as Tool from "./tool";
|
|
133
|
+
export import Tool = Tool.Tool;
|
|
134
|
+
import * as ToolCollection from "./tool-collection";
|
|
135
|
+
export import ToolCollection = ToolCollection.ToolCollection;
|
|
136
|
+
import * as ToolConfig from "./tool-config";
|
|
137
|
+
export import ToolConfig = ToolConfig.ToolConfig;
|
|
138
|
+
import * as ToolSummary from "./tool-summary";
|
|
139
|
+
export import ToolSummary = ToolSummary.ToolSummary;
|
|
100
140
|
import * as UpdateAgentDetails from "./update-agent-details";
|
|
101
141
|
export import UpdateAgentDetails = UpdateAgentDetails.UpdateAgentDetails;
|
|
102
142
|
import * as UpdateAgentEndpointDetails from "./update-agent-endpoint-details";
|
|
@@ -105,6 +145,8 @@ import * as UpdateDataSourceDetails from "./update-data-source-details";
|
|
|
105
145
|
export import UpdateDataSourceDetails = UpdateDataSourceDetails.UpdateDataSourceDetails;
|
|
106
146
|
import * as UpdateKnowledgeBaseDetails from "./update-knowledge-base-details";
|
|
107
147
|
export import UpdateKnowledgeBaseDetails = UpdateKnowledgeBaseDetails.UpdateKnowledgeBaseDetails;
|
|
148
|
+
import * as UpdateToolDetails from "./update-tool-details";
|
|
149
|
+
export import UpdateToolDetails = UpdateToolDetails.UpdateToolDetails;
|
|
108
150
|
import * as WorkRequest from "./work-request";
|
|
109
151
|
export import WorkRequest = WorkRequest.WorkRequest;
|
|
110
152
|
import * as WorkRequestError from "./work-request-error";
|
|
@@ -123,17 +165,43 @@ import * as WorkRequestSummary from "./work-request-summary";
|
|
|
123
165
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
124
166
|
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
125
167
|
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
168
|
+
import * as ApiSchemaInlineInputLocation from "./api-schema-inline-input-location";
|
|
169
|
+
export import ApiSchemaInlineInputLocation = ApiSchemaInlineInputLocation.ApiSchemaInlineInputLocation;
|
|
170
|
+
import * as ApiSchemaObjectStorageInputLocation from "./api-schema-object-storage-input-location";
|
|
171
|
+
export import ApiSchemaObjectStorageInputLocation = ApiSchemaObjectStorageInputLocation.ApiSchemaObjectStorageInputLocation;
|
|
126
172
|
import * as BasicAuthSecret from "./basic-auth-secret";
|
|
127
173
|
export import BasicAuthSecret = BasicAuthSecret.BasicAuthSecret;
|
|
128
174
|
import * as DatabaseToolConnection from "./database-tool-connection";
|
|
129
175
|
export import DatabaseToolConnection = DatabaseToolConnection.DatabaseToolConnection;
|
|
130
176
|
import * as DefaultIndexConfig from "./default-index-config";
|
|
131
177
|
export import DefaultIndexConfig = DefaultIndexConfig.DefaultIndexConfig;
|
|
178
|
+
import * as FunctionCallingToolConfig from "./function-calling-tool-config";
|
|
179
|
+
export import FunctionCallingToolConfig = FunctionCallingToolConfig.FunctionCallingToolConfig;
|
|
180
|
+
import * as HttpEndpointDelegatedBearerAuthConfig from "./http-endpoint-delegated-bearer-auth-config";
|
|
181
|
+
export import HttpEndpointDelegatedBearerAuthConfig = HttpEndpointDelegatedBearerAuthConfig.HttpEndpointDelegatedBearerAuthConfig;
|
|
182
|
+
import * as HttpEndpointIdcsAuthConfig from "./http-endpoint-idcs-auth-config";
|
|
183
|
+
export import HttpEndpointIdcsAuthConfig = HttpEndpointIdcsAuthConfig.HttpEndpointIdcsAuthConfig;
|
|
184
|
+
import * as HttpEndpointNoAuthConfig from "./http-endpoint-no-auth-config";
|
|
185
|
+
export import HttpEndpointNoAuthConfig = HttpEndpointNoAuthConfig.HttpEndpointNoAuthConfig;
|
|
186
|
+
import * as HttpEndpointOciResourcePrincipalAuthConfig from "./http-endpoint-oci-resource-principal-auth-config";
|
|
187
|
+
export import HttpEndpointOciResourcePrincipalAuthConfig = HttpEndpointOciResourcePrincipalAuthConfig.HttpEndpointOciResourcePrincipalAuthConfig;
|
|
188
|
+
import * as HttpEndpointToolConfig from "./http-endpoint-tool-config";
|
|
189
|
+
export import HttpEndpointToolConfig = HttpEndpointToolConfig.HttpEndpointToolConfig;
|
|
132
190
|
import * as IdcsSecret from "./idcs-secret";
|
|
133
191
|
export import IdcsSecret = IdcsSecret.IdcsSecret;
|
|
192
|
+
import * as InlineInputLocation from "./inline-input-location";
|
|
193
|
+
export import InlineInputLocation = InlineInputLocation.InlineInputLocation;
|
|
194
|
+
import * as ObjectStorageInputLocation from "./object-storage-input-location";
|
|
195
|
+
export import ObjectStorageInputLocation = ObjectStorageInputLocation.ObjectStorageInputLocation;
|
|
196
|
+
import * as ObjectStoragePrefixOutputLocation from "./object-storage-prefix-output-location";
|
|
197
|
+
export import ObjectStoragePrefixOutputLocation = ObjectStoragePrefixOutputLocation.ObjectStoragePrefixOutputLocation;
|
|
134
198
|
import * as OciDatabaseConfig from "./oci-database-config";
|
|
135
199
|
export import OciDatabaseConfig = OciDatabaseConfig.OciDatabaseConfig;
|
|
136
200
|
import * as OciObjectStorageDataSourceConfig from "./oci-object-storage-data-source-config";
|
|
137
201
|
export import OciObjectStorageDataSourceConfig = OciObjectStorageDataSourceConfig.OciObjectStorageDataSourceConfig;
|
|
138
202
|
import * as OciOpenSearchIndexConfig from "./oci-open-search-index-config";
|
|
139
203
|
export import OciOpenSearchIndexConfig = OciOpenSearchIndexConfig.OciOpenSearchIndexConfig;
|
|
204
|
+
import * as RagToolConfig from "./rag-tool-config";
|
|
205
|
+
export import RagToolConfig = RagToolConfig.RagToolConfig;
|
|
206
|
+
import * as SqlToolConfig from "./sql-tool-config";
|
|
207
|
+
export import SqlToolConfig = SqlToolConfig.SqlToolConfig;
|
package/lib/model/index.js
CHANGED
|
@@ -40,8 +40,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
40
40
|
return result;
|
|
41
41
|
};
|
|
42
42
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
-
exports.
|
|
44
|
-
exports.OciOpenSearchIndexConfig = exports.OciObjectStorageDataSourceConfig = exports.OciDatabaseConfig = exports.IdcsSecret = exports.DefaultIndexConfig = exports.DatabaseToolConnection = exports.BasicAuthSecret = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = void 0;
|
|
43
|
+
exports.OutputLocation = exports.OutputConfig = exports.OperationType = exports.OperationStatus = exports.ObjectStoragePrefix = exports.LlmCustomization = exports.LlmConfig = exports.KnowledgeBaseSummary = exports.KnowledgeBaseStatistics = exports.KnowledgeBaseConfig = exports.KnowledgeBaseCollection = exports.KnowledgeBase = exports.InputLocation = exports.IndexSchema = exports.IndexConfig = exports.Index = exports.HumanInputConfig = exports.HttpEndpointAuthConfig = exports.GuardrailMode = exports.GuardrailConfig = exports.Function = exports.DatabaseFunction = exports.DatabaseConnection = exports.DataSourceSummary = exports.DataSourceConfig = exports.DataSourceCollection = exports.DataSource = exports.DataIngestionJobSummary = exports.DataIngestionJobStatistics = exports.DataIngestionJobCollection = exports.DataIngestionJob = exports.CreateToolDetails = exports.CreateKnowledgeBaseDetails = exports.CreateDataSourceDetails = exports.CreateDataIngestionJobDetails = exports.CreateAgentEndpointDetails = exports.CreateAgentDetails = exports.ContentModerationGuardrailConfig = exports.ContentModerationConfig = exports.ChangeKnowledgeBaseCompartmentDetails = exports.ChangeAgentEndpointCompartmentDetails = exports.ChangeAgentCompartmentDetails = exports.ApiSchemaInputLocation = exports.AgentSummary = exports.AgentEndpointSummary = exports.AgentEndpointCollection = exports.AgentEndpoint = exports.AgentCollection = exports.Agent = exports.ActionType = void 0;
|
|
44
|
+
exports.SqlToolConfig = exports.RagToolConfig = exports.OciOpenSearchIndexConfig = exports.OciObjectStorageDataSourceConfig = exports.OciDatabaseConfig = exports.ObjectStoragePrefixOutputLocation = exports.ObjectStorageInputLocation = exports.InlineInputLocation = exports.IdcsSecret = exports.HttpEndpointToolConfig = exports.HttpEndpointOciResourcePrincipalAuthConfig = exports.HttpEndpointNoAuthConfig = exports.HttpEndpointIdcsAuthConfig = exports.HttpEndpointDelegatedBearerAuthConfig = exports.FunctionCallingToolConfig = exports.DefaultIndexConfig = exports.DatabaseToolConnection = exports.BasicAuthSecret = exports.ApiSchemaObjectStorageInputLocation = exports.ApiSchemaInlineInputLocation = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateToolDetails = exports.UpdateKnowledgeBaseDetails = exports.UpdateDataSourceDetails = exports.UpdateAgentEndpointDetails = exports.UpdateAgentDetails = exports.ToolSummary = exports.ToolConfig = exports.ToolCollection = exports.Tool = exports.SortOrder = exports.SessionConfig = exports.SecretDetail = exports.PromptInjectionGuardrailConfig = exports.PersonallyIdentifiableInformationGuardrailConfig = void 0;
|
|
45
45
|
const ActionType = __importStar(require("./action-type"));
|
|
46
46
|
exports.ActionType = ActionType.ActionType;
|
|
47
47
|
const Agent = __importStar(require("./agent"));
|
|
@@ -56,6 +56,8 @@ const AgentEndpointSummary = __importStar(require("./agent-endpoint-summary"));
|
|
|
56
56
|
exports.AgentEndpointSummary = AgentEndpointSummary.AgentEndpointSummary;
|
|
57
57
|
const AgentSummary = __importStar(require("./agent-summary"));
|
|
58
58
|
exports.AgentSummary = AgentSummary.AgentSummary;
|
|
59
|
+
const ApiSchemaInputLocation = __importStar(require("./api-schema-input-location"));
|
|
60
|
+
exports.ApiSchemaInputLocation = ApiSchemaInputLocation.ApiSchemaInputLocation;
|
|
59
61
|
const ChangeAgentCompartmentDetails = __importStar(require("./change-agent-compartment-details"));
|
|
60
62
|
exports.ChangeAgentCompartmentDetails = ChangeAgentCompartmentDetails.ChangeAgentCompartmentDetails;
|
|
61
63
|
const ChangeAgentEndpointCompartmentDetails = __importStar(require("./change-agent-endpoint-compartment-details"));
|
|
@@ -64,6 +66,8 @@ const ChangeKnowledgeBaseCompartmentDetails = __importStar(require("./change-kno
|
|
|
64
66
|
exports.ChangeKnowledgeBaseCompartmentDetails = ChangeKnowledgeBaseCompartmentDetails.ChangeKnowledgeBaseCompartmentDetails;
|
|
65
67
|
const ContentModerationConfig = __importStar(require("./content-moderation-config"));
|
|
66
68
|
exports.ContentModerationConfig = ContentModerationConfig.ContentModerationConfig;
|
|
69
|
+
const ContentModerationGuardrailConfig = __importStar(require("./content-moderation-guardrail-config"));
|
|
70
|
+
exports.ContentModerationGuardrailConfig = ContentModerationGuardrailConfig.ContentModerationGuardrailConfig;
|
|
67
71
|
const CreateAgentDetails = __importStar(require("./create-agent-details"));
|
|
68
72
|
exports.CreateAgentDetails = CreateAgentDetails.CreateAgentDetails;
|
|
69
73
|
const CreateAgentEndpointDetails = __importStar(require("./create-agent-endpoint-details"));
|
|
@@ -74,6 +78,8 @@ const CreateDataSourceDetails = __importStar(require("./create-data-source-detai
|
|
|
74
78
|
exports.CreateDataSourceDetails = CreateDataSourceDetails.CreateDataSourceDetails;
|
|
75
79
|
const CreateKnowledgeBaseDetails = __importStar(require("./create-knowledge-base-details"));
|
|
76
80
|
exports.CreateKnowledgeBaseDetails = CreateKnowledgeBaseDetails.CreateKnowledgeBaseDetails;
|
|
81
|
+
const CreateToolDetails = __importStar(require("./create-tool-details"));
|
|
82
|
+
exports.CreateToolDetails = CreateToolDetails.CreateToolDetails;
|
|
77
83
|
const DataIngestionJob = __importStar(require("./data-ingestion-job"));
|
|
78
84
|
exports.DataIngestionJob = DataIngestionJob.DataIngestionJob;
|
|
79
85
|
const DataIngestionJobCollection = __importStar(require("./data-ingestion-job-collection"));
|
|
@@ -94,32 +100,66 @@ const DatabaseConnection = __importStar(require("./database-connection"));
|
|
|
94
100
|
exports.DatabaseConnection = DatabaseConnection.DatabaseConnection;
|
|
95
101
|
const DatabaseFunction = __importStar(require("./database-function"));
|
|
96
102
|
exports.DatabaseFunction = DatabaseFunction.DatabaseFunction;
|
|
103
|
+
const Function = __importStar(require("./function"));
|
|
104
|
+
exports.Function = Function.Function;
|
|
105
|
+
const GuardrailConfig = __importStar(require("./guardrail-config"));
|
|
106
|
+
exports.GuardrailConfig = GuardrailConfig.GuardrailConfig;
|
|
107
|
+
const GuardrailMode = __importStar(require("./guardrail-mode"));
|
|
108
|
+
exports.GuardrailMode = GuardrailMode.GuardrailMode;
|
|
109
|
+
const HttpEndpointAuthConfig = __importStar(require("./http-endpoint-auth-config"));
|
|
110
|
+
exports.HttpEndpointAuthConfig = HttpEndpointAuthConfig.HttpEndpointAuthConfig;
|
|
111
|
+
const HumanInputConfig = __importStar(require("./human-input-config"));
|
|
112
|
+
exports.HumanInputConfig = HumanInputConfig.HumanInputConfig;
|
|
97
113
|
const Index = __importStar(require("./model-index"));
|
|
98
114
|
exports.Index = Index.Index;
|
|
99
115
|
const IndexConfig = __importStar(require("./index-config"));
|
|
100
116
|
exports.IndexConfig = IndexConfig.IndexConfig;
|
|
101
117
|
const IndexSchema = __importStar(require("./index-schema"));
|
|
102
118
|
exports.IndexSchema = IndexSchema.IndexSchema;
|
|
119
|
+
const InputLocation = __importStar(require("./input-location"));
|
|
120
|
+
exports.InputLocation = InputLocation.InputLocation;
|
|
103
121
|
const KnowledgeBase = __importStar(require("./knowledge-base"));
|
|
104
122
|
exports.KnowledgeBase = KnowledgeBase.KnowledgeBase;
|
|
105
123
|
const KnowledgeBaseCollection = __importStar(require("./knowledge-base-collection"));
|
|
106
124
|
exports.KnowledgeBaseCollection = KnowledgeBaseCollection.KnowledgeBaseCollection;
|
|
125
|
+
const KnowledgeBaseConfig = __importStar(require("./knowledge-base-config"));
|
|
126
|
+
exports.KnowledgeBaseConfig = KnowledgeBaseConfig.KnowledgeBaseConfig;
|
|
107
127
|
const KnowledgeBaseStatistics = __importStar(require("./knowledge-base-statistics"));
|
|
108
128
|
exports.KnowledgeBaseStatistics = KnowledgeBaseStatistics.KnowledgeBaseStatistics;
|
|
109
129
|
const KnowledgeBaseSummary = __importStar(require("./knowledge-base-summary"));
|
|
110
130
|
exports.KnowledgeBaseSummary = KnowledgeBaseSummary.KnowledgeBaseSummary;
|
|
131
|
+
const LlmConfig = __importStar(require("./llm-config"));
|
|
132
|
+
exports.LlmConfig = LlmConfig.LlmConfig;
|
|
133
|
+
const LlmCustomization = __importStar(require("./llm-customization"));
|
|
134
|
+
exports.LlmCustomization = LlmCustomization.LlmCustomization;
|
|
111
135
|
const ObjectStoragePrefix = __importStar(require("./object-storage-prefix"));
|
|
112
136
|
exports.ObjectStoragePrefix = ObjectStoragePrefix.ObjectStoragePrefix;
|
|
113
137
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
114
138
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
115
139
|
const OperationType = __importStar(require("./operation-type"));
|
|
116
140
|
exports.OperationType = OperationType.OperationType;
|
|
141
|
+
const OutputConfig = __importStar(require("./output-config"));
|
|
142
|
+
exports.OutputConfig = OutputConfig.OutputConfig;
|
|
143
|
+
const OutputLocation = __importStar(require("./output-location"));
|
|
144
|
+
exports.OutputLocation = OutputLocation.OutputLocation;
|
|
145
|
+
const PersonallyIdentifiableInformationGuardrailConfig = __importStar(require("./personally-identifiable-information-guardrail-config"));
|
|
146
|
+
exports.PersonallyIdentifiableInformationGuardrailConfig = PersonallyIdentifiableInformationGuardrailConfig.PersonallyIdentifiableInformationGuardrailConfig;
|
|
147
|
+
const PromptInjectionGuardrailConfig = __importStar(require("./prompt-injection-guardrail-config"));
|
|
148
|
+
exports.PromptInjectionGuardrailConfig = PromptInjectionGuardrailConfig.PromptInjectionGuardrailConfig;
|
|
117
149
|
const SecretDetail = __importStar(require("./secret-detail"));
|
|
118
150
|
exports.SecretDetail = SecretDetail.SecretDetail;
|
|
119
151
|
const SessionConfig = __importStar(require("./session-config"));
|
|
120
152
|
exports.SessionConfig = SessionConfig.SessionConfig;
|
|
121
153
|
const SortOrder = __importStar(require("./sort-order"));
|
|
122
154
|
exports.SortOrder = SortOrder.SortOrder;
|
|
155
|
+
const Tool = __importStar(require("./tool"));
|
|
156
|
+
exports.Tool = Tool.Tool;
|
|
157
|
+
const ToolCollection = __importStar(require("./tool-collection"));
|
|
158
|
+
exports.ToolCollection = ToolCollection.ToolCollection;
|
|
159
|
+
const ToolConfig = __importStar(require("./tool-config"));
|
|
160
|
+
exports.ToolConfig = ToolConfig.ToolConfig;
|
|
161
|
+
const ToolSummary = __importStar(require("./tool-summary"));
|
|
162
|
+
exports.ToolSummary = ToolSummary.ToolSummary;
|
|
123
163
|
const UpdateAgentDetails = __importStar(require("./update-agent-details"));
|
|
124
164
|
exports.UpdateAgentDetails = UpdateAgentDetails.UpdateAgentDetails;
|
|
125
165
|
const UpdateAgentEndpointDetails = __importStar(require("./update-agent-endpoint-details"));
|
|
@@ -128,6 +168,8 @@ const UpdateDataSourceDetails = __importStar(require("./update-data-source-detai
|
|
|
128
168
|
exports.UpdateDataSourceDetails = UpdateDataSourceDetails.UpdateDataSourceDetails;
|
|
129
169
|
const UpdateKnowledgeBaseDetails = __importStar(require("./update-knowledge-base-details"));
|
|
130
170
|
exports.UpdateKnowledgeBaseDetails = UpdateKnowledgeBaseDetails.UpdateKnowledgeBaseDetails;
|
|
171
|
+
const UpdateToolDetails = __importStar(require("./update-tool-details"));
|
|
172
|
+
exports.UpdateToolDetails = UpdateToolDetails.UpdateToolDetails;
|
|
131
173
|
const WorkRequest = __importStar(require("./work-request"));
|
|
132
174
|
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
133
175
|
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
@@ -146,18 +188,44 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
|
146
188
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
147
189
|
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
148
190
|
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
191
|
+
const ApiSchemaInlineInputLocation = __importStar(require("./api-schema-inline-input-location"));
|
|
192
|
+
exports.ApiSchemaInlineInputLocation = ApiSchemaInlineInputLocation.ApiSchemaInlineInputLocation;
|
|
193
|
+
const ApiSchemaObjectStorageInputLocation = __importStar(require("./api-schema-object-storage-input-location"));
|
|
194
|
+
exports.ApiSchemaObjectStorageInputLocation = ApiSchemaObjectStorageInputLocation.ApiSchemaObjectStorageInputLocation;
|
|
149
195
|
const BasicAuthSecret = __importStar(require("./basic-auth-secret"));
|
|
150
196
|
exports.BasicAuthSecret = BasicAuthSecret.BasicAuthSecret;
|
|
151
197
|
const DatabaseToolConnection = __importStar(require("./database-tool-connection"));
|
|
152
198
|
exports.DatabaseToolConnection = DatabaseToolConnection.DatabaseToolConnection;
|
|
153
199
|
const DefaultIndexConfig = __importStar(require("./default-index-config"));
|
|
154
200
|
exports.DefaultIndexConfig = DefaultIndexConfig.DefaultIndexConfig;
|
|
201
|
+
const FunctionCallingToolConfig = __importStar(require("./function-calling-tool-config"));
|
|
202
|
+
exports.FunctionCallingToolConfig = FunctionCallingToolConfig.FunctionCallingToolConfig;
|
|
203
|
+
const HttpEndpointDelegatedBearerAuthConfig = __importStar(require("./http-endpoint-delegated-bearer-auth-config"));
|
|
204
|
+
exports.HttpEndpointDelegatedBearerAuthConfig = HttpEndpointDelegatedBearerAuthConfig.HttpEndpointDelegatedBearerAuthConfig;
|
|
205
|
+
const HttpEndpointIdcsAuthConfig = __importStar(require("./http-endpoint-idcs-auth-config"));
|
|
206
|
+
exports.HttpEndpointIdcsAuthConfig = HttpEndpointIdcsAuthConfig.HttpEndpointIdcsAuthConfig;
|
|
207
|
+
const HttpEndpointNoAuthConfig = __importStar(require("./http-endpoint-no-auth-config"));
|
|
208
|
+
exports.HttpEndpointNoAuthConfig = HttpEndpointNoAuthConfig.HttpEndpointNoAuthConfig;
|
|
209
|
+
const HttpEndpointOciResourcePrincipalAuthConfig = __importStar(require("./http-endpoint-oci-resource-principal-auth-config"));
|
|
210
|
+
exports.HttpEndpointOciResourcePrincipalAuthConfig = HttpEndpointOciResourcePrincipalAuthConfig.HttpEndpointOciResourcePrincipalAuthConfig;
|
|
211
|
+
const HttpEndpointToolConfig = __importStar(require("./http-endpoint-tool-config"));
|
|
212
|
+
exports.HttpEndpointToolConfig = HttpEndpointToolConfig.HttpEndpointToolConfig;
|
|
155
213
|
const IdcsSecret = __importStar(require("./idcs-secret"));
|
|
156
214
|
exports.IdcsSecret = IdcsSecret.IdcsSecret;
|
|
215
|
+
const InlineInputLocation = __importStar(require("./inline-input-location"));
|
|
216
|
+
exports.InlineInputLocation = InlineInputLocation.InlineInputLocation;
|
|
217
|
+
const ObjectStorageInputLocation = __importStar(require("./object-storage-input-location"));
|
|
218
|
+
exports.ObjectStorageInputLocation = ObjectStorageInputLocation.ObjectStorageInputLocation;
|
|
219
|
+
const ObjectStoragePrefixOutputLocation = __importStar(require("./object-storage-prefix-output-location"));
|
|
220
|
+
exports.ObjectStoragePrefixOutputLocation = ObjectStoragePrefixOutputLocation.ObjectStoragePrefixOutputLocation;
|
|
157
221
|
const OciDatabaseConfig = __importStar(require("./oci-database-config"));
|
|
158
222
|
exports.OciDatabaseConfig = OciDatabaseConfig.OciDatabaseConfig;
|
|
159
223
|
const OciObjectStorageDataSourceConfig = __importStar(require("./oci-object-storage-data-source-config"));
|
|
160
224
|
exports.OciObjectStorageDataSourceConfig = OciObjectStorageDataSourceConfig.OciObjectStorageDataSourceConfig;
|
|
161
225
|
const OciOpenSearchIndexConfig = __importStar(require("./oci-open-search-index-config"));
|
|
162
226
|
exports.OciOpenSearchIndexConfig = OciOpenSearchIndexConfig.OciOpenSearchIndexConfig;
|
|
227
|
+
const RagToolConfig = __importStar(require("./rag-tool-config"));
|
|
228
|
+
exports.RagToolConfig = RagToolConfig.RagToolConfig;
|
|
229
|
+
const SqlToolConfig = __importStar(require("./sql-tool-config"));
|
|
230
|
+
exports.SqlToolConfig = SqlToolConfig.SqlToolConfig;
|
|
163
231
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 inline input location.
|
|
25
|
+
*/
|
|
26
|
+
export interface InlineInputLocation extends model.InputLocation {
|
|
27
|
+
/**
|
|
28
|
+
* Inline content as input.
|
|
29
|
+
*/
|
|
30
|
+
"content"?: string;
|
|
31
|
+
"inputLocationType": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace InlineInputLocation {
|
|
34
|
+
function getJsonObj(obj: InlineInputLocation, isParentJsonObj?: boolean): object;
|
|
35
|
+
const inputLocationType = "INLINE";
|
|
36
|
+
function getDeserializedJsonObj(obj: InlineInputLocation, isParentJsonObj?: boolean): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.InlineInputLocation = void 0;
|
|
44
|
+
const model = __importStar(require("../model"));
|
|
45
|
+
var InlineInputLocation;
|
|
46
|
+
(function (InlineInputLocation) {
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.InputLocation.getJsonObj(obj))), {});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
InlineInputLocation.getJsonObj = getJsonObj;
|
|
52
|
+
InlineInputLocation.inputLocationType = "INLINE";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.InputLocation.getDeserializedJsonObj(obj))), {});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
InlineInputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(InlineInputLocation = exports.InlineInputLocation || (exports.InlineInputLocation = {}));
|
|
61
|
+
//# sourceMappingURL=inline-input-location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline-input-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/model/inline-input-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,mBAAmB,CAuBnC;AAvBD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAyB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,8BAAU,aAOzB,CAAA;IACY,qCAAiB,GAAG,QAAQ,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAwB,EACxB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAyB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuBnC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 input location definition.
|
|
24
|
+
*/
|
|
25
|
+
export interface InputLocation {
|
|
26
|
+
"inputLocationType": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace InputLocation {
|
|
29
|
+
function getJsonObj(obj: InputLocation): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: InputLocation): object;
|
|
31
|
+
}
|