@semantha/sdk 10.2.0 → 10.4.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/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare class AnswersEndpoint {
|
|
|
1723
1723
|
* Supported Languages:
|
|
1724
1724
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
1725
1725
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
1726
|
-
* "sv", "tr", "zh"
|
|
1726
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
1727
1727
|
* @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND). Groups (single AND or OR-groups) can be negated using an "!"
|
|
1728
1728
|
*/
|
|
1729
1729
|
post(data: {
|
|
@@ -3570,7 +3570,7 @@ declare class SummarizationsEndpoint {
|
|
|
3570
3570
|
* Supported Languages:
|
|
3571
3571
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
3572
3572
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
3573
|
-
* "sv", "tr", "zh"
|
|
3573
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
3574
3574
|
* @param temperature number? - Temperature regulates the unpredictability of a language model's output. With higher temperature settings, outputs become more creative and less predictable.
|
|
3575
3575
|
* @param summarylength SummarylengthEnum? - Influences the length of the returned summary. Values are 'SHORT, 'MEDIUM', 'LONG'
|
|
3576
3576
|
* @param promptid string? - Id of the prompt to generate a summary, other parameters are ignored.
|
|
@@ -3797,7 +3797,7 @@ declare class LanguagesEndpoint {
|
|
|
3797
3797
|
* Supported Languages:
|
|
3798
3798
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
3799
3799
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
3800
|
-
* "sv", "tr", "zh"
|
|
3800
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
3801
3801
|
*
|
|
3802
3802
|
* @param file Blob? - Input document (left document).
|
|
3803
3803
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare class AnswersEndpoint {
|
|
|
1723
1723
|
* Supported Languages:
|
|
1724
1724
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
1725
1725
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
1726
|
-
* "sv", "tr", "zh"
|
|
1726
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
1727
1727
|
* @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND). Groups (single AND or OR-groups) can be negated using an "!"
|
|
1728
1728
|
*/
|
|
1729
1729
|
post(data: {
|
|
@@ -3570,7 +3570,7 @@ declare class SummarizationsEndpoint {
|
|
|
3570
3570
|
* Supported Languages:
|
|
3571
3571
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
3572
3572
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
3573
|
-
* "sv", "tr", "zh"
|
|
3573
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
3574
3574
|
* @param temperature number? - Temperature regulates the unpredictability of a language model's output. With higher temperature settings, outputs become more creative and less predictable.
|
|
3575
3575
|
* @param summarylength SummarylengthEnum? - Influences the length of the returned summary. Values are 'SHORT, 'MEDIUM', 'LONG'
|
|
3576
3576
|
* @param promptid string? - Id of the prompt to generate a summary, other parameters are ignored.
|
|
@@ -3797,7 +3797,7 @@ declare class LanguagesEndpoint {
|
|
|
3797
3797
|
* Supported Languages:
|
|
3798
3798
|
* "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
|
|
3799
3799
|
* "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
|
|
3800
|
-
* "sv", "tr", "zh"
|
|
3800
|
+
* "sv", "tr", "zh-CN", "zh-TW"
|
|
3801
3801
|
*
|
|
3802
3802
|
* @param file Blob? - Input document (left document).
|
|
3803
3803
|
*/
|