Skip to content

Commit 99ad0f0

Browse files
authored
Merge pull request #14584 from OfficeDev/yuqzho/readme-update-csharp
refactor: csharp AI V2 readme
2 parents 93b8461 + 71e49b4 commit 99ad0f0

File tree

3 files changed

+3
-3
lines changed
  • templates/vs/csharp

3 files changed

+3
-3
lines changed

templates/vs/csharp/custom-copilot-basic/.{{NewProjectTypeName}}/README.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The app template is built using the Teams AI library, which provides the capabil
7171
You can follow [Get started with Teams AI library](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/how-conversation-ai-get-started) to extend the agent template with more AI capabilities.
7272

7373
## Additional information and references
74-
- [Teams AI library](https://aka.ms/teams-ai-library)
74+
- [Teams AI library V2](https://aka.ms/teams-ai-library-v2)
7575
- [Microsoft 365 Agents Toolkit Documentations](https://docs.microsoft.com/microsoftteams/platform/toolkit/teams-toolkit-fundamentals)
7676
- [Microsoft 365 Agents Toolkit CLI](https://aka.ms/teamsfx-toolkit-cli)
7777
- [Microsoft 365 Agents Toolkit Samples](https://github.com/OfficeDev/TeamsFx-Samples)

templates/vs/csharp/custom-copilot-rag-azure-ai-search/.{{NewProjectTypeName}}/README.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This app template showcases how to build one of the most powerful applications enabled by LLM - sophisticated question-answering (Q&A) agent that can answer questions about specific source information right in the Microsoft Teams.
44
This app template also demonstrates usage of techniques like:
55
- [Retrieval Augmented Generation](https://python.langchain.com/docs/use_cases/question_answering/#what-is-rag), or RAG.
6-
- [Teams AI Library](https://aka.ms/teams-ai-library-v2)
6+
- [Teams AI Library V2](https://aka.ms/teams-ai-library-v2)
77

88
## Get started with the template
99

templates/vs/csharp/custom-copilot-rag-customize/.{{NewProjectTypeName}}/README.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This app template showcases how to build one of the most powerful applications enabled by LLM - sophisticated question-answering (Q&A) chat bots that can answer questions about specific source information right in the Microsoft Teams.
44
This app template also demonstrates usage of techniques like:
55
- [Retrieval Augmented Generation](https://python.langchain.com/docs/use_cases/question_answering/#what-is-rag), or RAG.
6-
- [Teams AI Library](https://learn.microsoft.com/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview)
6+
- [Teams AI library V2](https://aka.ms/teams-ai-library-v2)
77

88
## Get started with the template
99

0 commit comments

Comments
 (0)