Skip to content

Commit 86c19ba

Browse files
authored
Merge pull request #3146 from MicrosoftDocs/QuentinSele-patch-16
Update automation-center-copilot.md
2 parents 9c1d1dd + 66b8ed8 commit 86c19ba

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

articles/automation-center-copilot.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Copilot in automation center
33
description: Use Copilot to analyze flow runs, work queues, and ask general product questions in natural language.
44
ms.topic: conceptual
5-
ms.date: 01/21/2025
5+
ms.date: 01/29/2025
66
ms.author: appapaio
77
ms.reviewer: dmartens
88
contributors:
@@ -42,7 +42,7 @@ Copilot in automation center is able to answer questions about the following fou
4242
| 1 | Cloud flow run logs | Cloud flow run status, trigger type, run duration, failure rate. |
4343
| 2 | Desktop flow run logs | Desktop flow run status, used machine, run mode, failure rate. |
4444
| 3 | Work queue data | Work queue items statuses, service level agreement (SLA) attainment, processor counts. |
45-
| 4 | Documentation (generative answers) | General Power Automate feature questions such as *how to analyze activity with Copilot*. |
45+
| 4 | Documentation (generative answers - preview) | General Power Automate feature questions such as *how to analyze activity with Copilot*. |
4646

4747
The first three skills in the prior table translate natural language queries (questions) entered by users into Microsoft Dataverse [FetchXML](/power-apps/developer/data-platform/use-fetchxml-construct-query) query syntax. This translation allows users to easily retrieve information about their automation data by asking questions in natural language. Additionally, Copilot determines the most suitable output visualization, such as a table, pie chart, bar chart, or line chart, to effectively present the insights and information to the user.
4848

@@ -116,7 +116,7 @@ This section provides example prompts you can use as a starter prompt for your o
116116
- Who were the top 10 users running flows last month?
117117
- When and by whom were desktop flows modified last week?
118118

119-
### Documentation (generative answers)
119+
### Documentation (generative answers - preview)
120120

121121
- How can I add a condition in Power Automate desktop?
122122
- Can cloud flows handle approvals and decision-making processes?
@@ -128,7 +128,7 @@ In the context of AI, *multi-turn* prompts allow you to have an ongoing conversa
128128

129129
> [!NOTE]
130130
>
131-
> - Generative answers (documentation skill) doesn't support multi-turn conversations yet.
131+
> - Generative answers (documentation skill - preview) doesn't support multi-turn conversations yet.
132132
> - When engaging in a multi-turn conversation, Copilot keeps track of the 10 most recent questions only. This means that Copilot starts clearing the prompts that were entered first and only keeps the latest 10. To improve response quality, we suggest limiting your follow-up questions or more frequently restart the chat. For more information, see [Clear previous prompt context to start over](#clear-previous-prompt-context-to-start-over).
133133
134134
#### Example
@@ -156,8 +156,6 @@ You can influence Copilot's output format by asking for explicit output types li
156156

157157
If you wish to reset the conversation with Copilot, select the three dots `...` next to the copilot name, and then select **New chat**.
158158

159-
:::image type="content" source="media/automation-center/copilot-new-chat.png" alt-text="Screenshot of the New chat option in Copilot to reset a conversation." lightbox="media/automation-center/copilot-new-chat.png":::
160-
161159
### Edit and rerun FetchXML queries returned by Copilot
162160

163161
You can fine-tune the queries returned by Copilot through in-place edits in the code area. Just change the code to match your new search criteria and select **Run**. To illustrate, let's consider the following prompt:
@@ -272,7 +270,7 @@ The following list contains known limitations of Copilot in automation center.
272270
- Copilot might return wrong or incomplete data and FetchXML queries.
273271
- Copilot is initially only capable to answer questions about desktop flow activity, cloud flow activity, work queues, and general product feature questions of Power Automate.
274272
- In multi-turn conversations, Copilot keeps context of the last 10 question only. If you encounter wrong or incomplete results, consider [resetting the conversation](#clear-previous-prompt-context-to-start-over).
275-
- Multi-turn conversations aren't supported for generative answers (documentation skill).
273+
- Multi-turn conversations aren't supported for generative answers (documentation skill -preview).
276274
- For queries that return large result-sets, Copilot might not be able return or render the result.
277275

278276
## Related information
-325 KB
Loading
-45.8 KB
Loading

0 commit comments

Comments
 (0)