New Features
New features introduced in Frends 6.0
We've added the new Process documentation feature where you can provide documentation for a Process with Markdown format. To ease the blank page syndrome, you can get started with your documentation by having the AI describe the Process. The LLM will be provided with the configuration data and execution graph for your Process and it will provide you with a description what the Process does.
Contextual Information: System prompts are integrated to provide contextual details for Process configuration, including the Process execution graph and used parameter data
Seamless Integration: Seamlessly connects to our LLM service (Azure Open AI) for effortless use.
Security: For security and flexibility, the LLM does not automatically use the Data provided to it for further training. It is also possible to see and modify the context that is being sent to the LLM to make sure nothing sensitive is being exposed.
Auditability: We provide an audit log for admins so they can see all the LLM sessions and the data that was sent. The admin is also able to clear entries from the audit log which may contain sensitive data.
We are introducing an advanced feature within Frends that enables users to create Code shapes efficiently through natural language prompts. This enhancement streamlines the process of writing C# code to perform complex integration tasks within your integration processes.
Contextual Information: System prompts are integrated to provide contextual details for process configuration, including Environment Variable names, Process variable names, Trigger variable names, and Task results.
Seamless Integration: When opted in the Process Editor seamlessly connects to our LLM service (Azure Open AI) for effortless use.
Security: For security and flexibility, the LLM does not automatically use the Data provided to it for further training. It is also possible to see and modify the context that is being sent to the LLM to make sure nothing sensitive is being exposed.
Auditability: We provide an audit log for admins so they can see all the LLM sessions and the data that was sent. The admin is also able to clear entries from the audit log which may contain sensitive data.
We are also introducing a feature that allows users to configure Tasks seamlessly through natural language prompts. This simplifies the process of configuring Task parameters, creating low-code mapping configurations and utilizing Task results and other variables when configuring Frends tasks.
Effortless Task Configuration: Users can effortlessly configure Tasks by describing the required functionality for the Task using plain language, eliminating the need for manual configuration.
Contextual Continuity: This feature retains the chat context, enabling users to iteratively enhance Task configurations within the same conversation as well as test out their configuration at any time.
Security: For security and flexibility, the LLM does not automatically use the Data provided to it for further training. It is also possible to see and modify the context that is being sent to the LLM to make sure nothing sensitive is being exposed.
Auditability: We provide an audit log for admins so they can see all the LLM sessions and the data that was sent. The admin is also able to clear entries from the audit log which may contain sensitive data.
We are introducing a valuable enhancement to the Frends Process Editor by incorporating Decision Model and Notation (DMN) functionality. DMN provides an efficient means of mapping data and decision-making, as described in detail here.
DMN Shape Integration: With this feature, we are introducing a dedicated DMN shape within the Frends Process Editor. This shape will allow users to create input maps following the table structure outlined in the Wikipedia article.
Mapping to Frends Variables: Users can easily associate DMN inputs with various Frends variables, streamlining the data mapping process.
Output Generation: The result of the DMN shape will provide corresponding outputs based on the input configurations ready to be used in following integration Tasks and steps.
Last updated
Was this helpful?