Skip to content

Commit 71e49b4

Browse files
committed
refactor: csharp AI V2 readme
1 parent ed59d14 commit 71e49b4

File tree

3 files changed

+3
-3
lines changed
  • templates/vs/csharp
    • custom-copilot-assistant-assistants-api/.{{NewProjectTypeName}}
    • custom-copilot-assistant-new/.{{NewProjectTypeName}}
    • custom-copilot-rag-azure-ai-search/.{{NewProjectTypeName}}

3 files changed

+3
-3
lines changed

templates/vs/csharp/custom-copilot-assistant-assistants-api/.{{NewProjectTypeName}}/README.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can follow [Build an AI Agent in Teams](https://aka.ms/teamsfx-ai-agent) to
109109
- [Add functions](https://aka.ms/teamsfx-ai-agent#add-functions-with-assistants-api)
110110

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The app template is built using the Teams AI library, which provides the capabil
7676
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.
7777

7878
## Additional information and references
79-
- [Teams AI library V2](https://aka.ms/teams-ai-library-v2)
79+
- [Teams AI library](https://aka.ms/teams-ai-library)
8080
- [Microsoft 365 Agents Toolkit Documentations](https://docs.microsoft.com/microsoftteams/platform/toolkit/teams-toolkit-fundamentals)
8181
- [Microsoft 365 Agents Toolkit CLI](https://aka.ms/teamsfx-toolkit-cli)
8282
- [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

0 commit comments

Comments
 (0)