Skip to content

Commit 1ed057c

Browse files
Apply suggestions from code review
Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com>
1 parent c12ccc8 commit 1ed057c

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

  • content/en/docs/refguide/modeling/mendix-ai-assistance

content/en/docs/refguide/modeling/mendix-ai-assistance/maia-chat.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Introduction
1313

1414
{{% alert color="info" %}}
15-
MendixChat was rebranded to Maia Chat and released in GA in Studio Pro 10.12.0 and the Mendix Portal.
15+
MendixChat was rebranded to Maia Chat and released in GA in Studio Pro 10.12.0. It is also available in the Mendix Portal.
1616
{{% /alert %}}
1717

1818
{{% alert color="info" %}}
@@ -45,32 +45,39 @@ The following steps present an example of how you can interact with Maia Chat by
4545
1. Type the following question in the chatbox: `When should I use a calculated attribute?`.
4646
2. Press <kbd>Enter</kbd> or the **Ask** button to send the question. You will then see the following:
4747
* An answer generated by Maia Chat
48-
* Studio Pro: A copy icon ({{% icon name="copy" %}}) which allows you to copy the given answer to a clipboard (this option was added in 10.7.0)
49-
* Studio Pro: Feedback icons
5048
* Top relevant references from various resources like Mendix documentation, Mendix Community, and Academy learning paths
49+
50+
#### Studio Pro Features
51+
52+
Studio Pro has additional features which are indicated by the following:
53+
54+
* A copy icon ({{% icon name="copy" %}}) which allows you to copy the given answer to a clipboard (this option was added in 10.7.0)
55+
* Feedback icons
56+
* New chat option
5157

5258
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/maia-chat/maia-chat-example.png" width="350px" >}}
5359

5460
{{% alert color="info" %}}In Studio Pro 10.7.0 and above, you can also see the Mendix version of the references, the level required if the reference comes from Mendix Academy, and the date and answer status if the reference comes from the Mendix Community.{{% /alert %}}
5561

56-
3. To give your feedback on the given answer, click the thumbs up icon ({{% icon name="thumbs-up" %}}) or the thumbs down icon ({{% icon name="thumbs-down" %}}).
62+
1. Click the thumbs up icon ({{% icon name="thumbs-up" %}}) or the thumbs down icon ({{% icon name="thumbs-down" %}}) to give your feedback on an answer.
5763

58-
4. In Studio Pro: To provide a more detailed feedback, click the add feedback icon ({{% icon name="notes-paper-edit" %}}). A detailed **Feedback** section shows below the given answer:
64+
1. Click the add feedback icon ({{% icon name="notes-paper-edit" %}}) to provide a more detailed feedback. A detailed **Feedback** section shows below the answer:
5965

6066
* You can rate the **correctness**, **completeness**, and **readability** of the provided answer.
61-
* You can add additional explanation text in the **Additional feedback** text box if you want to.
67+
* You can also provide **Additional feedback** if you want to.
6268

6369
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/maia-chat/feedback-section.png" width="250px" >}}
6470

65-
5. In Studio Pro: Click the **Submit feedback** button to send your feedback. Afterwards, you will be brought back to the main chat interface where you can continue asking new questions.
71+
1. Click the **Submit feedback** button to submit your feedback. Afterwards, you will be brought back to the main chat interface where you can continue asking questions.
6672

67-
6. In Studio Pro: If you want to clear the messages to start a new conversation in a clean state, navigate to the top of the interface and click **New chat** (this option was added in 10.7.0).
73+
1. Click **New chat** at beginning of your chat if you want to clear the messages and start a new conversation without reference to your current chat (this option was added in 10.7.0).
6874

6975
### Asking Follow-Up Questions
7076

71-
In Studio Pro 10.8.0 and above and the Mendix Portal, Maia Chat supports asking follow-up questions based on your previous question and the answer you have received. For example, you can ask it to summarize the latest answer you received by typing the following in the chat: *Can you summarize that?*.
77+
In Studio Pro 10.8.0 and above, and in Mendix Portal, Maia Chat supports asking follow-up questions based on your previous question and the answer you have received. For example, you can ask it to summarize the latest answer you received by typing the following in the chat: *Can you summarize that?*.
78+
79+
#### Conversation History
7280

73-
### Conversation History
7481
Maia Chat only keeps track of a conversation history within a session in Studio Pro or a session on a page in the Mendix Portal.
7582

7683
## Keyboard Support

0 commit comments

Comments
 (0)