Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions teams.md/docs/main/developer-tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ The `new` token will create a brand new agent with `app-name` applied as the dir
The name you choose may have case changes when applied; for example, "My App" would become "my-app' due to the requirements for `package.json` files.
:::

:::warning
Our Python SDK is currently in Public Preview. As a result, we have the CLI under a feature flag.
Please run the below command to enable this language.
:::

```sh
$env:ENABLE_EXPERIMENTAL_PYTHON_OPTIONS = 1
```

### Optional parameters

:::tip
Expand Down
2 changes: 1 addition & 1 deletion teams.md/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const config: Config = {
},
announcementBar: {
id: 'teams-sdk-rename',
content: 'We have been renamed to Teams SDK! 🎉 🥳',
content: 'Our Python SDK is now Generally Available! 🎉 🥳',
isCloseable: true,
backgroundColor: '#515cc6',
textColor: '#fff'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!-- warning -->

:::warning
Our Python SDK is currently in Public Preview. We're going to do our best to not ship breaking changes, but breaking changes may happen from time to time
:::

<!-- language-name -->

Python
Loading