oci-generativeaiagentruntime 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 +10 -0
- package/lib/client.js +68 -1
- package/lib/client.js.map +1 -1
- package/lib/model/chat-details.d.ts +12 -1
- package/lib/model/chat-details.js +34 -2
- package/lib/model/chat-details.js.map +1 -1
- package/lib/model/chat-result.d.ts +15 -0
- package/lib/model/chat-result.js +10 -0
- package/lib/model/chat-result.js.map +1 -1
- package/lib/model/citation.d.ts +7 -1
- package/lib/model/citation.js.map +1 -1
- package/lib/model/function-call.d.ts +39 -0
- package/lib/model/function-call.js +38 -0
- package/lib/model/function-call.js.map +1 -0
- package/lib/model/function-calling-performed-action.d.ts +38 -0
- package/lib/model/function-calling-performed-action.js +63 -0
- package/lib/model/function-calling-performed-action.js.map +1 -0
- package/lib/model/function-calling-required-action.d.ts +35 -0
- package/lib/model/function-calling-required-action.js +71 -0
- package/lib/model/function-calling-required-action.js.map +1 -0
- package/lib/model/human-approval-performed-action.d.ts +41 -0
- package/lib/model/human-approval-performed-action.js +68 -0
- package/lib/model/human-approval-performed-action.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +25 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/knowledge-base-metadata-summary.d.ts +76 -0
- package/lib/model/knowledge-base-metadata-summary.js +70 -0
- package/lib/model/knowledge-base-metadata-summary.js.map +1 -0
- package/lib/model/knowledge-base-metadata-value.d.ts +39 -0
- package/lib/model/knowledge-base-metadata-value.js +38 -0
- package/lib/model/knowledge-base-metadata-value.js.map +1 -0
- package/lib/model/message-content.d.ts +4 -0
- package/lib/model/message-content.js +10 -0
- package/lib/model/message-content.js.map +1 -1
- package/lib/model/metadata-filter.d.ts +39 -0
- package/lib/model/metadata-filter.js +38 -0
- package/lib/model/metadata-filter.js.map +1 -0
- package/lib/model/paragraph-citation.d.ts +37 -0
- package/lib/model/paragraph-citation.js +74 -0
- package/lib/model/paragraph-citation.js.map +1 -0
- package/lib/model/paragraph.d.ts +43 -0
- package/lib/model/paragraph.js +38 -0
- package/lib/model/paragraph.js.map +1 -0
- package/lib/model/performed-action.d.ts +36 -0
- package/lib/model/performed-action.js +81 -0
- package/lib/model/performed-action.js.map +1 -0
- package/lib/model/required-action.d.ts +36 -0
- package/lib/model/required-action.js +77 -0
- package/lib/model/required-action.js.map +1 -0
- package/lib/model/retrieve-metadata-details.d.ts +36 -0
- package/lib/model/retrieve-metadata-details.js +70 -0
- package/lib/model/retrieve-metadata-details.js.map +1 -0
- package/lib/request/index.d.ts +2 -0
- package/lib/request/retrieve-metadata-request.d.ts +49 -0
- package/lib/request/retrieve-metadata-request.js +15 -0
- package/lib/request/retrieve-metadata-request.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/lib/response/retrieve-metadata-response.d.ts +30 -0
- package/lib/response/retrieve-metadata-response.js +15 -0
- package/lib/response/retrieve-metadata-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,49 @@
|
|
|
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/generativeaiagentruntime/RetrieveMetadata.ts.html |here} to see how to use RetrieveMetadataRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RetrieveMetadataRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* A unique ID for the Knowledge Base.
|
|
21
|
+
*/
|
|
22
|
+
"knowledgeBaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Input for retrieve metadata.
|
|
25
|
+
*/
|
|
26
|
+
"retrieveMetadataDetails": model.RetrieveMetadataDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -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=retrieve-metadata-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-metadata-request.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/request/retrieve-metadata-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -27,5 +27,7 @@ import * as DeleteSessionResponse from "./delete-session-response";
|
|
|
27
27
|
export import DeleteSessionResponse = DeleteSessionResponse.DeleteSessionResponse;
|
|
28
28
|
import * as GetSessionResponse from "./get-session-response";
|
|
29
29
|
export import GetSessionResponse = GetSessionResponse.GetSessionResponse;
|
|
30
|
+
import * as RetrieveMetadataResponse from "./retrieve-metadata-response";
|
|
31
|
+
export import RetrieveMetadataResponse = RetrieveMetadataResponse.RetrieveMetadataResponse;
|
|
30
32
|
import * as UpdateSessionResponse from "./update-session-response";
|
|
31
33
|
export import UpdateSessionResponse = UpdateSessionResponse.UpdateSessionResponse;
|
|
@@ -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 RetrieveMetadataResponse {
|
|
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
|
+
* A list of KnowledgeBaseMetadataSummary instances.
|
|
28
|
+
*/
|
|
29
|
+
"items": model.KnowledgeBaseMetadataSummary[];
|
|
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=retrieve-metadata-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-metadata-response.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/response/retrieve-metadata-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-generativeaiagentruntime",
|
|
3
|
-
"version": "2.106.
|
|
3
|
+
"version": "2.106.2",
|
|
4
4
|
"description": "OCI NodeJS client for Generative Ai Agent Runtime 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"
|