Skip to content

Commit 73ae882

Browse files
lilyydulilyduCopilot
authored
remove python devtools and AI from docs (#2734)
- removed python's devtools and associated AI docs --------- Co-authored-by: lilydu <lilydu+odspmdb@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent caba5c6 commit 73ae882

29 files changed

Lines changed: 48 additions & 1004 deletions

File tree

teams.md/src/components/include/getting-started/code-basics/python.incl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ quote-agent/
2020

2121
```python title="src/main.py"
2222
from microsoft_teams.api import MessageActivity, TypingActivityInput
23-
from microsoft_teams.apps import ActivityContext, App, AppOptions
24-
from microsoft_teams.devtools import DevToolsPlugin
23+
from microsoft_teams.apps import ActivityContext, App
2524

26-
app = App(plugins=[DevToolsPlugin()])
25+
app = App()
2726

2827
```
2928

teams.md/src/components/include/getting-started/quickstart/python.incl.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ In the console, you should see a similar output:
3434

3535
```sh
3636
[INFO] @teams/app Successfully initialized all plugins
37-
[WARNING] @teams/app.DevToolsPlugin ⚠️ Devtools is not secure and should not be used in production environments ⚠️
3837
[INFO] @teams/app.HttpPlugin Starting HTTP server on port 3978
3938
INFO: Started server process [6436]
4039
INFO: Waiting for application startup.
41-
[INFO] @teams/app.DevToolsPlugin available at http://localhost:3979/devtools
4240
[INFO] @teams/app.HttpPlugin listening on port 3978 🚀
4341
[INFO] @teams/app Teams app started successfully
44-
[INFO] @teams/app.DevToolsPlugin listening on port 3979 🚀
4542
INFO: Application startup complete..
46-
INFO: Uvicorn running on http://0.0.0.0:3979 (Press CTRL+C to quit)
43+
INFO: Uvicorn running on http://0.0.0.0:3978 (Press CTRL+C to quit)
4744
```
4845

4946
<!-- manual-install -->

teams.md/src/components/include/in-depth-guides/ai/a2a/a2a-client/python.incl.md

Lines changed: 0 additions & 181 deletions
This file was deleted.

teams.md/src/components/include/in-depth-guides/ai/a2a/a2a-server/python.incl.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

teams.md/src/components/include/in-depth-guides/ai/a2a/python.incl.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

teams.md/src/components/include/in-depth-guides/ai/best-practices/python.incl.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)