-
Notifications
You must be signed in to change notification settings - Fork 781
Add page for Maia for Microflows #10783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
content/en/docs/refguide/modeling/mendix-ai-assistance/maia-for-microflows.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| --- | ||
| title: "Maia for Microflows" | ||
| url: /refguide/maia-for-microflows/ | ||
| weight: 75 | ||
| description: "Describes the features in Maia for Microflows." | ||
| --- | ||
| ## Introduction | ||
|
|
||
| {{% alert color="info" %}} | ||
| This feature is released as part of [Make Make](/refguide/maia-make/) capabilities in Studio Pro 11.8. | ||
| {{% /alert %}} | ||
|
|
||
| Maia for Microflows is an AI-powered capability that is available when using [Maia Make](/refguide/maia-make/) in Studio Pro. Maia Make is a unified conversational interface within Studio Pro that consolidates all AI-assisted development capabilities into a single chat experience. | ||
|
|
||
| With the microflow generation capability, you can leverage Maia to generate microflow logic efficiently from your text input. It is a powerful tool for quickly setting up both simple and complex microflows, with the goal of providing ready-to-use logic that minimizes the need for manual adjustments. | ||
|
|
||
| ## Using Maia for Microflows | ||
|
|
||
| Open the Maia Make conversational interface in Studio Pro to access its microflow generation capability. Use natural language to describe your goal, Maia will generate the microflows for you, including XPath constraints and expressions. See the section below for text input best practices. | ||
|
|
||
| ### Best Practices for Text Input | ||
|
|
||
| To achieve the best results when using Maia to generate microflows, consider the following guidelines for your text input: | ||
|
|
||
| * Be specific: Clearly describe the desired outcome and the steps involved. For example, instead of using *Create a user*, use *Create a new user object, set its name attribute to 'John Doe', and commit it*. | ||
| * Use keywords: Incorporate terms relevant to microflow activities, such as *create object*, *retrieve*, *change object*, *show message*, *loop*, or *decision*. This can help with correct microflow generation. | ||
| * Provide context: If your microflow interacts with existing entities or attributes, mention them in your text input. | ||
|
|
||
| ## Limitations | ||
|
|
||
| ### Destructive Operations Are Not Supported | ||
|
|
||
| Maia for Microflows can create objects and flows and change simple ("primitive") settings, but it cannot delete objects or replace complex configuration settings. | ||
|
|
||
| ### Variability in Results | ||
|
|
||
| Due to the nature of AI generation, the exact microflow logic produced can vary between separate runs, even with identical input. It is recommended to review the generated output carefully. | ||
|
|
||
| ### Layout and Positioning | ||
|
|
||
| While Maia aims to create functional logic, the visual layout and positioning of elements within the generated microflow may not always be optimally organized. You may need to adjust the arrangement of activities for better readability and structure. | ||
|
|
||
| ## Read More | ||
|
|
||
| * [Microflows](/refguide/microflows/) | ||
| * [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/) | ||
| * [Maia Chat](/refguide/maia-chat/) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.