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,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/ListTools.ts.html |here} to see how to use ListToolsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListToolsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources that match the given lifecycle state. The
|
|
25
|
+
* state value is case-insensitive.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"lifecycleState"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only resources that match the given display name exactly.
|
|
31
|
+
*/
|
|
32
|
+
"displayName"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the agent.
|
|
35
|
+
*/
|
|
36
|
+
"agentId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
40
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"limit"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
46
|
+
* \"List\" call. For important details about how pagination works, see
|
|
47
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
57
|
+
* is descending. Default order for {@code displayName} is ascending.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"sortBy"?: ListToolsRequest.SortBy;
|
|
61
|
+
/**
|
|
62
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
63
|
+
* Oracle about a particular request, please provide the request ID.
|
|
64
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
65
|
+
* underscore, and dash.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"opcRequestId"?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace ListToolsRequest {
|
|
71
|
+
enum SortBy {
|
|
72
|
+
TimeCreated = "timeCreated",
|
|
73
|
+
DisplayName = "displayName"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListToolsRequest = void 0;
|
|
16
|
+
var ListToolsRequest;
|
|
17
|
+
(function (ListToolsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListToolsRequest.SortBy || (ListToolsRequest.SortBy = {}));
|
|
23
|
+
})(ListToolsRequest = exports.ListToolsRequest || (exports.ListToolsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-tools-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-tools-request.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/request/list-tools-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,uBAAM,KAAN,uBAAM,QAGjB;AACH,CAAC,EALgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAKhC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagent/UpdateTool.ts.html |here} to see how to use UpdateToolRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateToolRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Tool.
|
|
21
|
+
*/
|
|
22
|
+
"toolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateToolDetails": model.UpdateToolDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
29
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
30
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
31
|
+
* matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
37
|
+
* Oracle about a particular request, please provide the request ID.
|
|
38
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
39
|
+
* underscore, and dash.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-tool-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tool-request.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/request/update-tool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateToolResponse {
|
|
15
|
+
/**
|
|
16
|
+
* URL for the created tool. The tool OCID is generated after this request is sent.
|
|
17
|
+
*/
|
|
18
|
+
"location": string;
|
|
19
|
+
/**
|
|
20
|
+
* Same as location.
|
|
21
|
+
*/
|
|
22
|
+
"contentLocation": string;
|
|
23
|
+
/**
|
|
24
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"etag": string;
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
30
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"opcWorkRequestId": string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId": string;
|
|
40
|
+
/**
|
|
41
|
+
* The returned model.Tool instance.
|
|
42
|
+
*/
|
|
43
|
+
"tool": model.Tool;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-tool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tool-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/response/create-tool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteToolResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-tool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-tool-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/response/delete-tool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetToolResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Tool instance.
|
|
28
|
+
*/
|
|
29
|
+
"tool": model.Tool;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-tool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tool-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/response/get-tool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ import * as CreateDataSourceResponse from "./create-data-source-response";
|
|
|
37
37
|
export import CreateDataSourceResponse = CreateDataSourceResponse.CreateDataSourceResponse;
|
|
38
38
|
import * as CreateKnowledgeBaseResponse from "./create-knowledge-base-response";
|
|
39
39
|
export import CreateKnowledgeBaseResponse = CreateKnowledgeBaseResponse.CreateKnowledgeBaseResponse;
|
|
40
|
+
import * as CreateToolResponse from "./create-tool-response";
|
|
41
|
+
export import CreateToolResponse = CreateToolResponse.CreateToolResponse;
|
|
40
42
|
import * as DeleteAgentResponse from "./delete-agent-response";
|
|
41
43
|
export import DeleteAgentResponse = DeleteAgentResponse.DeleteAgentResponse;
|
|
42
44
|
import * as DeleteAgentEndpointResponse from "./delete-agent-endpoint-response";
|
|
@@ -47,6 +49,8 @@ import * as DeleteDataSourceResponse from "./delete-data-source-response";
|
|
|
47
49
|
export import DeleteDataSourceResponse = DeleteDataSourceResponse.DeleteDataSourceResponse;
|
|
48
50
|
import * as DeleteKnowledgeBaseResponse from "./delete-knowledge-base-response";
|
|
49
51
|
export import DeleteKnowledgeBaseResponse = DeleteKnowledgeBaseResponse.DeleteKnowledgeBaseResponse;
|
|
52
|
+
import * as DeleteToolResponse from "./delete-tool-response";
|
|
53
|
+
export import DeleteToolResponse = DeleteToolResponse.DeleteToolResponse;
|
|
50
54
|
import * as GetAgentResponse from "./get-agent-response";
|
|
51
55
|
export import GetAgentResponse = GetAgentResponse.GetAgentResponse;
|
|
52
56
|
import * as GetAgentEndpointResponse from "./get-agent-endpoint-response";
|
|
@@ -59,6 +63,8 @@ import * as GetDataSourceResponse from "./get-data-source-response";
|
|
|
59
63
|
export import GetDataSourceResponse = GetDataSourceResponse.GetDataSourceResponse;
|
|
60
64
|
import * as GetKnowledgeBaseResponse from "./get-knowledge-base-response";
|
|
61
65
|
export import GetKnowledgeBaseResponse = GetKnowledgeBaseResponse.GetKnowledgeBaseResponse;
|
|
66
|
+
import * as GetToolResponse from "./get-tool-response";
|
|
67
|
+
export import GetToolResponse = GetToolResponse.GetToolResponse;
|
|
62
68
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
63
69
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
64
70
|
import * as ListAgentEndpointsResponse from "./list-agent-endpoints-response";
|
|
@@ -71,6 +77,8 @@ import * as ListDataSourcesResponse from "./list-data-sources-response";
|
|
|
71
77
|
export import ListDataSourcesResponse = ListDataSourcesResponse.ListDataSourcesResponse;
|
|
72
78
|
import * as ListKnowledgeBasesResponse from "./list-knowledge-bases-response";
|
|
73
79
|
export import ListKnowledgeBasesResponse = ListKnowledgeBasesResponse.ListKnowledgeBasesResponse;
|
|
80
|
+
import * as ListToolsResponse from "./list-tools-response";
|
|
81
|
+
export import ListToolsResponse = ListToolsResponse.ListToolsResponse;
|
|
74
82
|
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
75
83
|
export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
|
|
76
84
|
import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
|
|
@@ -85,3 +93,5 @@ import * as UpdateDataSourceResponse from "./update-data-source-response";
|
|
|
85
93
|
export import UpdateDataSourceResponse = UpdateDataSourceResponse.UpdateDataSourceResponse;
|
|
86
94
|
import * as UpdateKnowledgeBaseResponse from "./update-knowledge-base-response";
|
|
87
95
|
export import UpdateKnowledgeBaseResponse = UpdateKnowledgeBaseResponse.UpdateKnowledgeBaseResponse;
|
|
96
|
+
import * as UpdateToolResponse from "./update-tool-response";
|
|
97
|
+
export import UpdateToolResponse = UpdateToolResponse.UpdateToolResponse;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListToolsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages of results remain. For
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.ToolCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"toolCollection": model.ToolCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-tools-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-tools-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/response/list-tools-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateToolResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-tool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tool-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagent/lib/response/update-tool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-generativeaiagent",
|
|
3
|
-
"version": "2.106.
|
|
3
|
+
"version": "2.106.2",
|
|
4
4
|
"description": "OCI NodeJS client for Generative Ai Agent Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.106.
|
|
19
|
-
"oci-workrequests": "2.106.
|
|
18
|
+
"oci-common": "2.106.2",
|
|
19
|
+
"oci-workrequests": "2.106.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|