From 7736d2773c4fa55856e6f593e9e7bd35adeb4031 Mon Sep 17 00:00:00 2001 From: Brian Mirlenbrink <5261444+mirlenbrink@users.noreply.github.com> Date: Tue, 2 May 2023 14:35:44 -0400 Subject: [PATCH] Update azure-openai-model-pauto.md for grammar and clarity Updates needed in the **Create instructions** section Step #5 should state to name the Text input as "Topic" since it is then referred to as "topic" later in Step 7. Step #7 isn't clearly worded or complete on the actual process the user will take within the Create Instructions flyout . It also appears to have extra information (i.e., "Graphical user interface, text, application, email") after the instruction statement that needs to be removed. This proposal updates the steps and adds an 8th step to make it more clear of the full process of using and testing out the new action. --- ai-builder-docs/azure-openai-model-pauto.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ai-builder-docs/azure-openai-model-pauto.md b/ai-builder-docs/azure-openai-model-pauto.md index 84cb5f45..c9a9db5e 100644 --- a/ai-builder-docs/azure-openai-model-pauto.md +++ b/ai-builder-docs/azure-openai-model-pauto.md @@ -47,15 +47,19 @@ By combining the power of these models with Power Automate, you can automate mun 1. Name your flow, select **Manually trigger a flow** under **Choose how to trigger this flow**, and then select **Create**. -1. Expand **Manually trigger a flow**, and then select **+Add an input** > **Text as the input type**. +1. Expand **Manually trigger a flow**, and then select **+ Add an input**, choose **Text** as the input type, and name it **Topic**. 1. Select **+ New step** > **AI Builder**, and then select **Create text with GPT on Azure OpenAI Service** in the list of actions. -1. Create your instructions by selecting **Create instructions** for the model by experimenting with the prompt and sample context. Graphical user interface, text, application, email +1. Create your instructions by selecting **Create instructions** and exploring the sample templates or start from a blank. + + Experiment with the prompt and sample context and click **Test it out** to see how it performs. :::image type="content" alt-text="Screenshot of the Create instructions screen." source="media/azure-openai-model-pauto/create-instruction.png"::: - The newly created instruction should have the sample context/text replaced by dynamic content, which in this case is the topic variable from the previous step. This dynamic content can be anything that the model needs to have a context to generate new content every time (for example, an email to generate a response or text from a document to summarize). + The newly created instruction should have the sample context/text replaced by dynamic content, which in this case is the **Topic** variable from the previous step. This dynamic content can be anything that the model needs to have a context to generate new content every time (for example, an email to generate a response or text from a document to summarize). + +1. Click **Use instructions in flow** to insert the prompt into the action's **Instructions**. ## Insert human oversight