Skip to content

Commit 5119c9b

Browse files
Merge pull request #274988 from eric-urban/eur/copilot-flow-note
preview feature subject to change
2 parents 3d6891b + 39e8156 commit 5119c9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/ai-studio/tutorials/deploy-copilot-ai-studio.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ To facilitate node configuration and fine-tuning, a visual representation of the
181181

182182
:::image type="content" source="../media/tutorials/copilot-deploy-flow/prompt-flow-overview-graph.png" alt-text="Screenshot of the default graph exported from the playground to prompt flow." lightbox="../media/tutorials/copilot-deploy-flow/prompt-flow-overview-graph.png":::
183183

184+
> [!WARNING]
185+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
186+
184187
Nodes can be added, updated, rearranged, or removed. The nodes in your flow at this point include:
185188
- **DetermineIntent**: This node determines the intent of the user's query. It uses the system prompt to determine the intent. You can edit the system prompt to provide scenario-specific few-shot examples.
186189
- **ExtractIntent**: This node formats the output of the **DetermineIntent** node and sends it to the **RetrieveDocuments** node.
@@ -255,6 +258,9 @@ For more information on how to create an index, see [Create an index](../how-to/
255258

256259
### Add customer information to the flow
257260

261+
> [!WARNING]
262+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
263+
258264
After you're done creating your index, return to your prompt flow and follow these steps to add the customer info to the flow:
259265

260266
1. Select the **RetrieveDocuments** node from the graph and rename it **RetrieveProductInfo**. Now the retrieve product info node can be distinguished from the retrieve customer info node that you add to the flow.
@@ -295,6 +301,9 @@ After you're done creating your index, return to your prompt flow and follow the
295301

296302
### Format the retrieved documents to output
297303

304+
> [!WARNING]
305+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
306+
298307
Now that you have both the product and customer info in your prompt flow, you format the retrieved documents so that the large language model can use them.
299308

300309
1. Select the **FormatRetrievedDocuments** node from the graph.

0 commit comments

Comments
 (0)