Flowscript Copilot
FlowScript Copilot is an AI-powered assistant (chatbot) designed to support users in creating FlowScript code.
Last updated
Was this helpful?
FlowScript Copilot is an AI-powered assistant (chatbot) designed to support users in creating FlowScript code.
Last updated
Was this helpful?
FlowScript Copilot offers a Copilot-like experience specifically tailored to FlowScript, enabling users to:
Contextually aware, FlowScript Copilot is capable of handling conversations by retaining context from previous questions and answers.
FlowScript Copilot can interpret the user intent and provide a solution to the problem.
Access syntax explanations and code examples.
Use "copy-paste" functionality for code snippets.
Receive real-time responses to FlowScript queries.
Get FlowScript function suggestions as potential solutions to problems.
Provide feedback for continuous improvement.
To find Flowscript Copilot open Designer and click "Tools" and choose "FlowScript Playground"
In Playground, launch the Flowscript Copilot by clicking the Magic button.
To start a conversation, ask questions related to FlowScript code. The Copilot can only respond to FlowScript-specific questions. It will explain how to solve the problem and provide a ready-to-use code snippet that you can copy and paste into the Playground and run it. If code is correct you will get the output in the Playground.
If the code is incorrect, it will be highlighted in the Playground, and an error message may appear with an explanation.
The Flowscript Copilot maintains the context of the conversation (up to 10 messages), allowing it to handle follow-up questions related to the same use case. To clear the chat history, click the brush icon.
The FlowScript Copilot can generate both code examples and complete functions. To verify that a function solves your problem, it's recommended to declare the necessary variables in your prompt.
Have feedback? Use the feedback icon in the app to let us know what you think.