Skip to content

Commit d004a71

Browse files
authored
Update author metadata (#46480)
* author and freshness metadata updates
1 parent 81e979c commit d004a71

22 files changed

+18
-37
lines changed

docs/ai/azure-ai-for-dotnet-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop .NET apps that use Azure AI services
33
description: This article provides an organized list of resources about Azure AI scenarios for .NET developers, including documentation and code samples.
4-
ms.date: 12/19/2024
4+
ms.date: 05/29/2025
55
ms.topic: overview
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
77
---

docs/ai/conceptual/chain-of-thought-prompting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Chain of Thought Prompting - .NET"
33
description: "Learn how chain of thought prompting can simplify prompt engineering."
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
6-
ms.date: 11/24/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand what chain-of-thought prompting is and how it can help me save time and get better completions out of prompt engineering.
98

docs/ai/conceptual/embeddings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "How Embeddings Extend Your AI Model's Reach"
33
description: "Learn how embeddings extend the limits and capabilities of AI models in .NET."
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
6-
ms.date: 12/19/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand how embeddings extend LLM limits and capabilities in .NET so that I have more semantic context and better outcomes for my AI apps.
98

docs/ai/conceptual/how-genai-and-llms-work.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "How Generative AI and LLMs work"
33
description: "Understand how Generative AI and large language models (LLMs) work and how they might be useful in your .NET projects."
4-
author: haywoodsloan
54
ms.topic: concept-article
6-
ms.date: 11/24/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand how Generative AI and large language models (LLMs) work and how they may be useful in my .NET projects.
98

docs/ai/conceptual/prompt-engineering-dotnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Prompt Engineering concepts
33
description: Learn basic prompt engineering concepts and how to implement them using .NET tools such as the Semantic Kernel SDK
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
65
ms.date: 04/09/2025
76

docs/ai/conceptual/rag.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Integrate Your Data into AI Apps with Retrieval-Augmented Generation"
33
description: "Learn how retrieval-augmented generation lets you use your data with LLMs to generate better completions in .NET."
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
6-
ms.date: 11/24/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand how retrieval-augmented generation works in .NET so that LLMs can use my data sources to provide more valuable completions.
98

docs/ai/conceptual/understanding-openai-functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Understanding OpenAI Function Calling"
33
description: "Understand how function calling enables you to integrate external tools with your OpenAI application."
4-
author: haywoodsloan
54
ms.topic: concept-article
6-
ms.date: 12/19/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand OpenAI function calling so that I can integrate external tools with AI completions in my .NET project.
98

docs/ai/conceptual/understanding-tokens.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Understanding tokens"
33
description: "Understand how large language models (LLMs) use tokens to analyze semantic relationships and generate natural language outputs"
4-
author: haywoodsloan
54
ms.topic: concept-article
6-
ms.date: 12/19/2024
5+
ms.date: 05/29/2025
76
#customer intent: As a .NET developer, I want understand how large language models (LLMs) use tokens so I can add semantic analysis and text generation capabilities to my .NET projects.
87
---
98
# Understand tokens

docs/ai/conceptual/vector-databases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Using Vector Databases to Extend LLM Capabilities"
33
description: "Learn how vector databases extend LLM capabilities by storing and processing embeddings in .NET."
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
6-
ms.date: 11/24/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to learn how vector databases store and process embeddings in .NET so I can make more data available to LLMs in my apps.
98

docs/ai/conceptual/zero-shot-learning.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Zero-shot and few-shot learning"
33
description: "Learn the use cases for zero-shot and few-shot learning in prompt engineering."
4-
author: catbutler
54
ms.topic: concept-article #Don't change.
6-
ms.date: 11/25/2024
5+
ms.date: 05/29/2025
76

87
#customer intent: As a .NET developer, I want to understand how zero-shot and few-shot learning techniques can help me improve my prompt engineering.
98

0 commit comments

Comments
 (0)