Skip to content

Commit c380ccd

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 14b434f commit c380ccd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/logic-apps/create-chat-assistant-prompt-template-standard-workflow.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewers: estfan, shahparth, azla
77
ms.topic: how-to
8-
98
ms.collection: ce-skilling-ai-copilot
109
ms.date: 04/21/2025
1110

@@ -78,7 +77,7 @@ This example creates and uses a prompt template that lets your workflow complete
7877
- Automatically populate the template with outputs from earlier actions in the workflow.
7978
- Generate consistent and structured prompts with minimal effort.
8079

81-
To following along with the example, get the [sample prompt template and inputs](https://github.com/Azure/logicapps/tree/shahparth-lab-patch-2/AI-sample-demo) from the Azure Logic Apps GitHub repo. The example assumes that you're simulating procurement data with test inputs.
80+
To follow the example, download the [sample prompt template and inputs](https://github.com/Azure/logicapps/tree/shahparth-lab-patch-2/AI-sample-demo) from the Azure Logic Apps GitHub repo. The example assumes that you're simulating procurement data with test inputs.
8281

8382
## Prerequisites
8483

@@ -96,7 +95,7 @@ To following along with the example, get the [sample prompt template and inputs]
9695

9796
- [Getting started with customizing a large language model (LLM)](/azure/ai-services/openai/concepts/customizing-llms)
9897

99-
- When you add the **Azure OpenAI** action to your workflow, you can create a connection to your Azure OpenAI Service resource. You'll need the endpoint URL for your **Azure OpenAI Service** resource and the following information, based on the selected [authentication type](/azure/logic-apps/connectors/built-in/reference/openai/#authentication):
98+
- When you add the **Azure OpenAI** action to your workflow, you can create a connection to your Azure OpenAI Service resource. You will need the endpoint URL for your **Azure OpenAI Service** resource and the following information, based on the selected [authentication type](/azure/logic-apps/connectors/built-in/reference/openai/#authentication):
10099

101100
| Authentication type | Requirements |
102101
|---------------------|--------------|
@@ -284,7 +283,7 @@ Now, add the Azure OpenAI action to the workflow.
284283
285284
1. From the dynamic content list, under **Employee**, select **Outputs**.
286285
287-
:::image type="content" source="media/create-chat-assistant-prompt-template-standard-workflow/template-variable.png" alt-text="Screenshot shows the action named Get chat completions using Prompt Template, Prompt Template Variable table, open dynamic content list, and selected Outputs value in the Question section." lightbox="media/create-chat-assistant-prompt-template-standard-workflow/template-variable.png":::
286+
:::image type="content" source="media/create-chat-assistant-prompt-template-standard-workflow/template-variable.png" alt-text="Screenshot shows action named Get chat completions using Prompt Template, Prompt Template Variable table, open dynamic content list, and selected Outputs value in the Question section." lightbox="media/create-chat-assistant-prompt-template-standard-workflow/template-variable.png":::
288287
289288
1. Repeat the same steps on the next row and following row for **Question** and **Products**.
290289
@@ -326,11 +325,11 @@ When you're done, your workflow looks like the following example:
326325
327326
:::image type="content" source="media/create-chat-assistant-prompt-template-standard-workflow/chat-response.png" alt-text="Screenshot shows the run history for most recently complete workflow with status for each operation and selected Azure OpenAI action with inputs and outputs." lightbox="media/create-chat-assistant-prompt-template-standard-workflow/chat-response.png":::
328327
329-
The response is entirely based on the structured context that is passed into your workflowno extra fine-tuning needed.
328+
The response is entirely based on the structured context that is passed into your workflowno extra fine-tuning needed.
330329
331330
## Clean up resources
332331
333-
If you no longer need the resources that you created after you finish this guide, make sure to delete these resources so that you don't continue to get charged. You can either follow these steps to delete the resource group that contains these resources, or you can delete each resource individually.
332+
If you don't need the resources that you created for this guide, make sure to delete these resources so that you don't continue to get charged. You can either follow these steps to delete the resource group that contains these resources, or you can delete each resource individually.
334333
335334
1. In the Azure search box, enter **resource groups**, and select **Resource groups**.
336335

0 commit comments

Comments
 (0)