Comparing version 5.0.8 to 5.0.9
{ | ||
"name": "ai-driven", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Dimitry Ivanov <2@ivanoff.org.ua> # curl -A cv ivanoff.org.ua", |
@@ -102,3 +102,3 @@ import { AssistantType, VendorsModelType, VendorsUrlType, askOptionsType } from "./types"; | ||
const c = !context ? '' : `(context: ${context})`; | ||
const message = `Translate the following text ${c} to \`${l}\` language (return only translated text): \n\n${text}`; | ||
const message = `Translate the following text ${c} to \`${l}\` language if it is not already in \`${l}\`. If the text is already in \`${l}\`, return it as is. Output only the result: \n\n${text}`; | ||
return this.sendMessage(message); | ||
@@ -105,0 +105,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99906