You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/create-chat-completions-prompt-template.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
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.
4
4
services: logic-apps
5
5
author: ecfan
6
6
ms.suite: integration
7
7
ms.reviewers: estfan, shahparth, azla
8
8
ms.topic: how-to
9
9
ms.collection: ce-skilling-ai-copilot
10
10
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.
12
12
---
13
13
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)
> This capability is in preview and is subject to the
21
21
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22
22
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.
24
24
25
25
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.
26
26
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.
28
28
29
29
The following diagram shows the example workflow that this guide creates:
0 commit comments