Skip to content

Commit 2e5c3b3

Browse files
author
ecfan
committed
Editorial fixes
1 parent 454bf45 commit 2e5c3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Suppose you want to automate the way that your enterprise or organization answer
2424

2525
When you use your own data with the models in Azure OpenAI Service, you create a powerful AI-powered conversational platform that provides faster communication and draws context from specific domain knowledge. To build the process that handles each question, accesses your data source, and returns a response, you can create a Standard workflow in Azure Logic Apps to automate the necessary steps - all without writing code.
2626

27-
This guide shows how to build a chat assistant by using a *prompt template* as your starting point. This template is a prebuilt reusable text-based structure that guides the interactions between the AI model and the questioners.
27+
This guide shows how to build a chat assistant by using a *prompt template* as the starting point. This template is a prebuilt reusable text-based structure that guides the interactions between the AI model and the questioners.
2828

2929
The following diagram shows the example workflow that this guide creates:
3030

@@ -283,7 +283,7 @@ Now, add the Azure OpenAI action to the workflow.
283283
284284
1. From the dynamic content list, under **Employee**, select **Outputs**.
285285
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":::
286+
:::image type="content" source="media/create-chat-assistant-prompt-template-standard-workflow/template-variable.png" alt-text="Screenshot shows an 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":::
287287
288288
1. Repeat the same steps on the next row and following row for **Question** and **Products**.
289289

0 commit comments

Comments
 (0)