@n8n_io/ai-assistant-sdk
Advanced tools
Comparing version 1.10.1 to 1.10.2
# 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 @@ |
@@ -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
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
37554
931