Skip to content

Commit 3301fa4

Browse files
Rename FlowFuse Assistant and related references to FlowFuse Expert
1 parent 5629d70 commit 3301fa4

File tree

64 files changed

+156
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+156
-156
lines changed

src/_includes/core-nodes/comment-use-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adds documentation and explanatory notes directly within your flows.
44

55
The Comment node helps document your flows by adding explanatory text that appears on the canvas. This is essential for maintaining flows over time, especially when working in teams or returning to flows after extended periods. By documenting the purpose, requirements, and logic of flow sections, you make flows more understandable, reduce interpretation errors, and speed up troubleshooting and modifications. Comments are particularly valuable for complex flows with link nodes, multi-tab workflows, or business logic that isn't obvious from the nodes alone.
66

7-
> If you need help documenting your flows, [FlowFuse Assistant](/docs/user/assistant/) can automatically generate documentation with Comment nodes. Simply select your flow and click the "Explain Flow" button, the AI will analyze your flow and create comprehensive documentation that you can add directly to your canvas.
7+
> If you need help documenting your flows, [FlowFuse Expert](/docs/user/assistant/) can automatically generate documentation with Comment nodes. Simply select your flow and click the "Explain Flow" button, the AI will analyze your flow and create comprehensive documentation that you can add directly to your canvas.
88
99
## Modes of operation
1010

src/blog/2023/02/3-quick-node-red-tips-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We hope you found these tips useful, if you'd like to suggest some of your own t
4343

4444
## Enhance Efficiency with FlowFuse
4545

46-
FlowFuse is a cloud-based platform designed to boost collaboration, security, and scalability for your Node-RED applications. It features [numerous tools and functionalities](/platform/features/) that streamline the development-to-deployment process, including one-click deployment, the [FlowFuse Assistant](/docs/user/assistant/), and other capabilities that simplify managing your Node-RED environment.
46+
FlowFuse is a cloud-based platform designed to boost collaboration, security, and scalability for your Node-RED applications. It features [numerous tools and functionalities](/platform/features/) that streamline the development-to-deployment process, including one-click deployment, the [FlowFuse Expert](/docs/user/assistant/), and other capabilities that simplify managing your Node-RED environment.
4747

4848
For more tips, tricks, and professional development techniques with Node-RED, check out our recommended eBook:
4949

src/blog/2023/03/why-should-you-use-node-red-function-nodes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Function nodes are an essential part of Node-RED. They allow you to write custom
4848

4949
FlowFuse offers a robust platform for building, scaling, and securing your Node-RED applications.
5050

51-
We are constantly adding new features to make it easy to use in the enterprise where you can rapidly improve your industrial processes. The **"FlowFuse Assistant."** for example is an AI-powered tool that simplifies the creation of Function nodes. You only need to provide a prompt, and the assistant generates the Function nodes for you.
51+
We are constantly adding new features to make it easy to use in the enterprise where you can rapidly improve your industrial processes. The **"FlowFuse Expert"** for example is an AI-powered tool that simplifies the creation of Function nodes. You only need to provide a prompt, and the assistant generates the Function nodes for you.
5252

53-
For more details on using the FlowFuse Assistant, visit [the Assistants Documentation](/docs/user/assistant/).
53+
For more details on using the FlowFuse Expert, visit [the FlowFuse Expert Documentation](/docs/user/assistant/).
5454

55-
## Conclusion:
55+
## Conclusion
5656

5757
Function nodes are particularly valuable for users who possess JavaScript programming skills. They allow for complex tasks, advanced data manipulation, and integration with external APIs, providing a high level of customization and flexibility. However, they require a good understanding of JavaScript to implement effectively and can be more challenging to manage and debug compared to standard Node-RED nodes.
5858

5959
On the other hand, standard Node-RED nodes offer a simpler and more accessible approach, making it easy for users without programming expertise to create and maintain flows. They are designed for straightforward tasks and provide modularity, benefiting from a supportive community for troubleshooting and knowledge sharing.
6060

61-
Ultimately, the choice between using function nodes and standard nodes will depend on your project's requirements and your familiarity with JavaScript. If you seek deep customization and flexibility, function nodes—enhanced by tools like FlowFuse Assistant—might be the best choice. For those who value simplicity and ease of use, standard Node-RED nodes are a great fit.
61+
Ultimately, the choice between using function nodes and standard nodes will depend on your project's requirements and your familiarity with JavaScript. If you seek deep customization and flexibility, function nodes—enhanced by tools like FlowFuse Expert—might be the best choice. For those who value simplicity and ease of use, standard Node-RED nodes are a great fit.
6262

src/blog/2023/05/chatgpt-nodered-fcn-node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ protect your API key), so Node-RED needs that in the runtime first, before a cal
7474
we'd be smarter here and pass client-side creds along with the call such that we can use any changes made by the
7575
user at the time of the call.
7676

77-
## FlowFuse Assistant - No API Keys Required!
77+
## FlowFuse Expert - No API Keys Required!
7878

79-
Great news! You no longer need to manage OpenAI API keys or configure ChatGPT nodes. The [FlowFuse Assistant](/docs/user/assistant/) is now built directly into Node-RED on FlowFuse Cloud, making AI-powered development even easier.
79+
Great news! You no longer need to manage OpenAI API keys or configure ChatGPT nodes. The [FlowFuse Expert](/docs/user/assistant/) is now built directly into Node-RED on FlowFuse Cloud, making AI-powered development even easier.
8080

8181
Available on FlowFuse Cloud, the Assistant offers:
8282

8383
- **Quick Function Node Creation**: Add function nodes to your flow without dragging from the palette
8484
- **In-line Code Generation**: Generate JavaScript code for function nodes, JSON for JSON editors, and Vue.js for FlowFuse Dashboard ui-template widgets
8585
- **Flow Explainer**: Select nodes and click "Explain Flows" to understand what they do
8686

87-
FlowFuse Assistant helps developers work faster and smarter with Node-RED. [Start your free trial]({{ site.onboardingURL }}) to experience AI-powered Node-RED development on FlowFuse Cloud.
87+
FlowFuse Expert helps developers work faster and smarter with Node-RED. [Start your free trial]({{ site.onboardingURL }}) to experience AI-powered Node-RED development on FlowFuse Cloud.

src/blog/2023/06/import-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Within two minutes, we could wire up a node to retrieve data from our API, and t
6060

6161
## Simplify Function Node Creation with FlowFuse
6262

63-
[FlowFuse](/) provides a powerful platform to enhance, scale, and secure your Node-RED applications efficiently. One of our latest features, the **FlowFuse Assistant**, is designed to streamline the process of creating Function nodes.
63+
[FlowFuse](/) provides a powerful platform to enhance, scale, and secure your Node-RED applications efficiently. One of our latest features, the **FlowFuse Expert**, is designed to streamline the process of creating Function nodes.
6464

65-
With the FlowFuse Assistant, you can leverage AI to generate Function nodes effortlessly. Just input your prompt, and the Assistant will handle the creation for you, saving time and reducing manual coding.
65+
With the FlowFuse Expert, you can leverage AI to generate Function nodes effortlessly. Just input your prompt, and the Assistant will handle the creation for you, saving time and reducing manual coding.
6666

67-
To explore how to make the most of the FlowFuse Assistant and its capabilities, check out the [Assistants Documentation](/docs/user/assistant/).
67+
To explore how to make the most of the FlowFuse Expert and its capabilities, check out the [Assistants Documentation](/docs/user/assistant/).

src/blog/2024/07/evolution-of-technology-impact-on-job-roles-and-companies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The strategic adoption of AI and low-code tools is critical for maintaining comp
4343
FlowFuse is a cloud-based platform for Node-RED, a popular low-code tool. It enhances Node-RED with real-time collaboration, version control, and remote edge device programming.
4444

4545
With the capability to integrate over 5000 applications, protocols, and technologies, FlowFuse empowers businesses to innovate and streamline operations.
46-
Recently, FlowFuse has integrated AI features like the [Function GPT](/blog/2023/05/chatgpt-nodered-fcn-node/) and [Node-RED Builder](/blog/2023/11/chatgpt-gpt/) and the [FlowFuse AI Assistant](/changelog/2024/07/flowfuse-assistant/). These tools allow users to automate flow creation, significantly boosting productivity. This combination of low-code development and AI positions FlowFuse as a transformative tool for modern businesses.
46+
Recently, FlowFuse has integrated AI features like the [Function GPT](/blog/2023/05/chatgpt-nodered-fcn-node/) and [Node-RED Builder](/blog/2023/11/chatgpt-gpt/) and the [FlowFuse Expert](/changelog/2024/07/flowfuse-assistant/). These tools allow users to automate flow creation, significantly boosting productivity. This combination of low-code development and AI positions FlowFuse as a transformative tool for modern businesses.
4747

4848
Manufacturing companies are already adopting these advanced features to optimize their operations and stay competitive. Tech professionals should also prepare to leverage these tools to harness the full potential of AI and low-code development.
4949

src/blog/2024/07/flowfuse-2-6-release.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Whilst a big part of FlowFuse is the ability to run Node-RED, we're also focussi
2727

2828
### AI-Infused Node-RED
2929

30-
![Screenshot showing the "FlowFuse Assistant" dialog box](./images/assistant-dialog-function-node-builder.png){data-zoomable}
31-
_Screenshot of an example instruction sent to FlowFuse Assistant._
30+
![Screenshot showing the "FlowFuse Expert" dialog box](./images/assistant-dialog-function-node-builder.png){data-zoomable}
31+
_Screenshot of an example instruction sent to FlowFuse Expert._
3232

3333
One of the joys of Node-RED is how it empowers users not experienced with development to create bespoke applications. A popular and very powerful node in Node-RED is the "function" node. This node allows users to write JavaScript code to manipulate messages. However, this can be daunting for users who are not familiar with JavaScript, it's a steep learning curve. As such, when you run Node-RED in FlowFuse, you'll be able to use the **Node-RED Assistant** in both the Editor toolbar, and the function nodes:
3434

35-
![Screenshot showing the "FlowFuse Assistant" button available in the Editor Toolbar](./images/assistant-toolbar.png){data-zoomable}
36-
_Screenshot showing the "FlowFuse Assistant" button available in the Editor Toolbar_
35+
![Screenshot showing the "FlowFuse Expert" button available in the Editor Toolbar](./images/assistant-toolbar.png){data-zoomable}
36+
_Screenshot showing the "FlowFuse Expert" button available in the Editor Toolbar_
3737

38-
![Screenshot showing the "Ask the FlowFuse Assistant" button available in the function node](./images/assistant-function-node-inline-code-lens.png){data-zoomable}
39-
_Screenshot showing the "Ask the FlowFuse Assistant" button available in the function node_
38+
![Screenshot showing the "Ask the FlowFuse Expert" button available in the function node](./images/assistant-function-node-inline-code-lens.png){data-zoomable}
39+
_Screenshot showing the "Ask the FlowFuse Expert" button available in the function node_
4040

4141
The Node-RED Assistant is an AI-powered tool that can help you write JavaScript code in the function node. It can suggest code snippets, help you debug your code, and even write code for you. This is a game-changer for users who are inexperienced with JavaScript, as it lowers the barrier to entry and makes it easier to create applications.
4242

68.3 KB
Loading
29.7 KB
Loading
36 KB
Loading

0 commit comments

Comments
 (0)