Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ai-driven

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-driven - npm Package Compare versions

Comparing version 5.0.8 to 5.0.9

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc