Skip to content

Commit e7e87f2

Browse files
committed
Technical Review 1037447: Generate text and conversations with .NET and Azure OpenAI Completions
1 parent 25fae83 commit e7e87f2

8 files changed

+15
-15
lines changed

learn-pr/azure/open-ai-dotnet-text-completions/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.1-introduction
33
title: Introduction
44
metadata:
5-
title: Introduction to text completions with .NET and Azure OpenAI
5+
title: Introduction to Text Completions with .NET and Azure OpenAI
66
description: An introduction to text completions using the .NET SDK to access the Azure OpenAI service
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/2-azure-openai-text-completions-overview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.2-azure-openai-text-completions-overview
33
title: Overview Azure OpenAI and text completions
44
metadata:
5-
title: Overview Azure OpenAI and Text completions
5+
title: Overview Azure OpenAI and Text Completions
66
description: An overview of what Azure OpenAI is and the benefits of using text completions to query your data
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/3-chat-completions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.3-chat-completions
33
title: Work with text completions in Azure OpenAI
44
metadata:
5-
title: Work with text completions in Azure OpenAI
5+
title: Work with Text Completions in Azure OpenAI
66
description: Add conversation-in and message-out capabilities to your applications with Azure OpenAI text completions
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/4-exercise-install-sdk-create-completion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.4-exercise-install-sdk-create-completion
33
title: Exercise - Install the .NET SDK for Azure OpenAI and create your first app
44
metadata:
5-
title: Exercise - Install the .NET SDK for Azure OpenAI and create your first app
5+
title: Exercise - Install the .NET SDK for Azure OpenAI and Create Your First App
66
description: Install the .NET SDK for Azure OpenAI and create your first app with text completions
77
zone_pivot_groups: azure-shell-interface
8-
ms.date: 08/29/2024
8+
ms.date: 04/01/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/5-improve-completion-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.5-improve-completion-quality
33
title: Understand prompts to improve completion quality
44
metadata:
5-
title: Understand prompts to improve completion quality
5+
title: Understand Prompts to Improve Completion Quality
66
description: How to improve prompts to increase the quality of the text completion results
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/6-exercise-improve-completion-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid: learn.azure.open-ai-dotnet-text-completions.6-exercise-improve-completion-quality
33
title: Exercise - Improve completion quality
44
metadata:
5-
title: Use prompt engineering to improve the text completion result quality
5+
title: Use Prompt Engineering to Improve the Text Completion Result Quality
66
description: Use prompt engineering to improve the text completion result quality
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: Summary of using text completions, chat completions, and prompt engineering with .NET and Azure OpenAI
7-
ms.date: 08/29/2024
7+
ms.date: 04/01/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
ms.topic: unit

learn-pr/azure/open-ai-dotnet-text-completions/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:Module
22
uid: learn.azure.open-ai-dotnet-text-completions
33
metadata:
4-
title: Generate text and conversations with .NET and Azure OpenAI Completions
4+
title: Generate Text and Conversations with .NET and Azure OpenAI Completions
55
description: Learn how to use the .NET SDK with the Azure OpenAI service to have your applications carry on conversations with users in natural language.
66
author: codemillmatt
77
ms.author: masoucou
88
ms.topic: module
9-
ms.date: 08/29/2024
9+
ms.date: 04/01/2025
1010
ms.service: dotnet
1111
ms.collection:
1212
- TBD

0 commit comments

Comments
 (0)