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

@n8n_io/ai-assistant-sdk

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n_io/ai-assistant-sdk - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

7

CHANGELOG.md
# Changelog
## [1.10.2](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.10.1...ai-assistant-sdk-v1.10.2) (2024-10-02)
### Bug Fixes
* Ignore `model` and `n8nVersion` when making the requests to the Ask AI ([#172](https://github.com/n8n-io/ai-assistant-service/issues/172)) ([0aebbd2](https://github.com/n8n-io/ai-assistant-service/commit/0aebbd24af7fbb502612d992c29606ba1e5e8d2a))
## [1.10.1](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.10.0...ai-assistant-sdk-v1.10.1) (2024-10-01)

@@ -4,0 +11,0 @@

2

dist/index.d.ts

@@ -39,5 +39,3 @@ type LogLevel = 'silent' | 'error' | 'warn' | 'info' | 'debug' | 'verbose';

};
model: string;
forNode: string;
n8nVersion: string;
}

@@ -44,0 +42,0 @@ interface AskAiResponsePayload {

@@ -30,3 +30,3 @@ "use strict";

name: "@n8n_io/ai-assistant-sdk",
version: "1.10.1",
version: "1.10.2",
description: "n8n AI assistant SDK",

@@ -33,0 +33,0 @@ author: "",

{
"name": "@n8n_io/ai-assistant-sdk",
"version": "1.10.1",
"version": "1.10.2",
"description": "n8n AI assistant SDK",

@@ -5,0 +5,0 @@ "author": "",

@@ -47,5 +47,3 @@ import packageJson from '../package.json';

};
model: string;
forNode: string;
n8nVersion: string;
}

@@ -52,0 +50,0 @@

@@ -91,4 +91,3 @@ import { SchemaType } from '../src';

},
model: 'gpt-3.5-turbo-16k',
n8nVersion: '1.59.4',
forNode: 'code',
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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