Skip to content

Commit 052cfb3

Browse files
author
Esther Fan
committed
Clarity edits
1 parent b5f46e0 commit 052cfb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/connectors/create-chat-completions-prompt-template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Create chat interfaces with prompt templates
3-
description: Build an AI chat interface by using Standard workflows in Azure Logic Apps and Azure OpenAI prompt templates.
2+
title: Create chat completions with prompt templates
3+
description: Add chat interactions to workflows by using Azure Logic Apps and Azure OpenAI prompt templates.
44
services: logic-apps
55
author: ecfan
66
ms.suite: integration
77
ms.reviewers: estfan, shahparth, azla
88
ms.topic: how-to
99
ms.collection: ce-skilling-ai-copilot
1010
ms.date: 05/06/2025
11-
# Customer intent: I want to create an AI chat interface by using a prompt template that makes answering questions easier. I want to know how to complete this task by building a Standard workflow that connects to an Azure OpenAI resource and uses the Azure OpenAI built-in chat completions operation with a prompt template in Azure Logic Apps.
11+
# Customer intent: I want to create chat completions in Standard workflows by using a prompt template to make answering questions easier. I want to connect to an Azure OpenAI resource and use built-in chat completions operation with the prompt template in Azure Logic Apps.
1212
---
1313

14-
# Create an AI chat interface by using prompt templates with Standard workflows in Azure Logic Apps (Preview)
14+
# Create chat completions with prompt templates in Standard workflows for Azure Logic Apps (Preview)
1515

1616
[!INCLUDE [logic-apps-sku-standard](../../../includes/logic-apps-sku-standard.md)]
1717

@@ -20,11 +20,11 @@ ms.date: 05/06/2025
2020
> This capability is in preview and is subject to the
2121
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2222
23-
Suppose you want to automate the way that your enterprise or organization answers questions from various groups of people, such as employees, customers, investors, or the media. You can build a chat interface that responds to questions by using the **Azure OpenAI Service** action named **Get chat completions using Prompt Template** and data from your enterprise or organization.
23+
Suppose you want to automate the way that your enterprise or organization answers questions from various groups of people, such as employees, customers, investors, or the media. You can add chat interactions that respond to questions by using the **Azure OpenAI Service** action named **Get chat completions using Prompt Template** and data from your enterprise or organization.
2424

2525
When you use your own data with the models in Azure OpenAI Service, you create an AI-powered conversation platform that provides faster communication and draws context from specific domain knowledge. To build a process that handles each question, accesses your data source, and returns a response, 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 interface 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.
27+
This guide shows how to add chat interactions to a Standard workflow 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

0 commit comments

Comments
 (0)