oci-generativeaiinference 2.80.0 → 2.81.0

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 CHANGED
@@ -86,7 +86,7 @@ export declare class GenerativeAiInferenceClient {
86
86
  * @param EmbedTextRequest
87
87
  * @return EmbedTextResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedText API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedText API.
90
90
  */
91
91
  embedText(embedTextRequest: requests.EmbedTextRequest): Promise<responses.EmbedTextResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class GenerativeAiInferenceClient {
96
96
  * @param GenerateTextRequest
97
97
  * @return GenerateTextResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateText API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateText API.
100
100
  */
101
101
  generateText(generateTextRequest: requests.GenerateTextRequest): Promise<responses.GenerateTextResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class GenerativeAiInferenceClient {
106
106
  * @param SummarizeTextRequest
107
107
  * @return SummarizeTextResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeText API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeText API.
110
110
  */
111
111
  summarizeText(summarizeTextRequest: requests.SummarizeTextRequest): Promise<responses.SummarizeTextResponse>;
112
112
  }
package/lib/client.js CHANGED
@@ -184,7 +184,7 @@ class GenerativeAiInferenceClient {
184
184
  * @param EmbedTextRequest
185
185
  * @return EmbedTextResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedText API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedText API.
188
188
  */
189
189
  embedText(embedTextRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +248,7 @@ class GenerativeAiInferenceClient {
248
248
  * @param GenerateTextRequest
249
249
  * @return GenerateTextResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateText API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateText API.
252
252
  */
253
253
  generateText(generateTextRequest) {
254
254
  return __awaiter(this, void 0, void 0, function* () {
@@ -312,7 +312,7 @@ class GenerativeAiInferenceClient {
312
312
  * @param SummarizeTextRequest
313
313
  * @return SummarizeTextResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeText API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeText API.
316
316
  */
317
317
  summarizeText(summarizeTextRequest) {
318
318
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedTextRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/EmbedText.ts.html |here} to see how to use EmbedTextRequest.
17
17
  */
18
18
  export interface EmbedTextRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateTextRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/GenerateText.ts.html |here} to see how to use GenerateTextRequest.
17
17
  */
18
18
  export interface GenerateTextRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeTextRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/generativeaiinference/SummarizeText.ts.html |here} to see how to use SummarizeTextRequest.
17
17
  */
18
18
  export interface SummarizeTextRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-generativeaiinference",
3
- "version": "2.80.0",
3
+ "version": "2.81.0",
4
4
  "description": "OCI NodeJS client for Generative Ai Inference 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.80.0",
19
- "oci-workrequests": "2.80.0"
18
+ "oci-common": "2.81.0",
19
+ "oci-workrequests": "2.81.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"