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
* feat: default bot in python
* feat: default bot in python
* feat: default bot in python
* feat: basic agent in python
* feat: customize data
* feat: customize data
* feat: customize data
* feat: me
* feat: me
* feat: custom api 1
* feat: custom api 1
* feat: custom api 1
* feat: custom api
* refactor: more
* update readme
* refactor: more
* feat: more
* feat: more
* feat: more
Copy file name to clipboardExpand all lines: templates/vsc/python/custom-copilot-basic/README.md.tpl
+5-17Lines changed: 5 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
# Overview of the Basic AI Chatbot template
2
2
3
-
This app template is built on top of [Teams AI library](https://aka.ms/teams-ai-library).
3
+
This app template is built on top of [Teams AI library V2](https://aka.ms/teams-ai-library-v2).
4
4
This template showcases an agent app that responds to user questions like an AI assistant. This enables your users to talk with the AI assistant in Teams to find information.
5
5
6
-
> **Note**
7
-
>
8
-
> [Teams AI library V2](https://aka.ms/teams-ai-library-v2) is recommended. This template will be upgraded to Teams AI V2 soon.
9
-
10
6
## Get started with the template
11
7
12
8
> **Prerequisites**
13
9
>
14
10
> To run the template in your local dev machine, you will need:
15
11
>
16
-
> - [Python](https://www.python.org/), version 3.8 to 3.11.
12
+
> - [Python](https://www.python.org/) v3.12 or higher.
17
13
> - [Python extension](https://code.visualstudio.com/docs/languages/python), version v2024.0.1 or higher.
18
14
> - [Microsoft 365 Agents Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) latest version or [Microsoft 365 Agents Toolkit CLI](https://aka.ms/teams-toolkit-cli).
19
15
{{#useAzureOpenAI}}
@@ -61,11 +57,9 @@ The following files can be customized and demonstrate an example implementation
61
57
62
58
| File | Contents |
63
59
| - | - |
64
-
|`src/app.py`| Hosts an aiohttp api server and exports an app module.|
65
-
|`src/bot.py`| Handles business logics for the Basic AI Chatbot.|
60
+
|`src/app.py`| Handles business logics for the Basic AI Chatbot.|
66
61
|`src/config.py`| Defines the environment variables.|
67
-
|`src/prompts/chat/skprompt.txt`| Defines the prompt.|
68
-
|`src/prompts/chat/config.json`| Configures the prompt.|
62
+
|`src/instructions.txt`| Defines the prompt.|
69
63
70
64
The following are Microsoft 365 Agents Toolkit specific project files. You can [visit a complete guide on Github](https://github.com/OfficeDev/TeamsFx/wiki/Teams-Toolkit-Visual-Studio-Code-v5-Guide#overview) to understand how Microsoft 365 Agents Toolkit works.
71
65
@@ -77,13 +71,7 @@ The following are Microsoft 365 Agents Toolkit specific project files. You can [
77
71
78
72
## Extend the template
79
73
80
-
You can follow [Build a Basic AI Chatbot in Teams](https://aka.ms/teamsfx-basic-ai-chatbot) to extend the Basic AI Chatbot template with more AI capabilities, like:
- [Customize model type](https://aka.ms/teamsfx-basic-ai-chatbot#customize-model-type)
85
-
- [Customize model parameters](https://aka.ms/teamsfx-basic-ai-chatbot#customize-model-parameters)
86
-
- [Handle messages with image](https://aka.ms/teamsfx-basic-ai-chatbot#handle-messages-with-image)
74
+
To extend the Basic AI Chatbot template with more AI capabilities, explore [Teams AI library V2 documentation](https://aka.ms/m365-agents-toolkit/teams-agent-extend-ai-python).
0 commit comments