Comparing version 5.0.7 to 5.0.8
{ | ||
"name": "ai-driven", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"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. Respond with only translated text: \n\n${text}`; | ||
const message = `Translate the following text ${c} to \`${l}\` language (return only translated text): \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
99826