@flowfuse/nr-assistant 0.1.2-91d5229-202407160719.0 → 0.1.2-b3dc6d0-202407160719.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ The capabilities it adds to Node-RED can be found in Node-RED editor on the main
25
25
  {
26
26
  "flowforge": {
27
27
  "assistant": {
28
- "enabled": true,
28
+ "enabled": true
29
29
  "url": "https://", // URL of the AI service
30
30
  "token": "", // API token for the AI service
31
31
  "requestTimeout": 60000 // Timeout value for the AI service request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.1.2-91d5229-202407160719.0",
3
+ "version": "0.1.2-b3dc6d0-202407160719.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {