Skip to content

Commit

Permalink
perf: add deprecate notice for api2teams in README.md (#11797)
Browse files Browse the repository at this point in the history
Co-authored-by: rentu <[email protected]>
  • Loading branch information
SLdragon and SLdragon authored Jun 12, 2024
1 parent 5f8a092 commit 68e63d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/api2teams/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Welcome to `api2teams`
> The `api2teams` and its generated project template is currently under active development. Report any issues to us [here](https://github.com/OfficeDev/TeamsFx/issues/new/choose)

> Deprecation Notice: this library has been deprecated and is no longer maintained or updated.
For continued support and enhanced features, we recommend [using the TTK to build a RAG bot in Teams](https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/build-a-rag-bot-in-teams). This will assist you in converting your Open API specification file into an AI chatbot.

`api2teams` is a command line tool to generate a complete conversational style command and response [Teams application](https://learn.microsoft.com/microsoftteams/platform/bots/how-to/conversations/command-bot-in-teams) based on your Open API specification file and represent the API response in the form of [Adaptive Cards](https://learn.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#adaptive-card).

Expand Down
2 changes: 1 addition & 1 deletion packages/api2teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api2teams",
"version": "0.1.1",
"version": "0.1.2",
"description": "openapi spec to teams app",
"main": "index.js",
"author": "Microsoft Corporation",
Expand Down

0 comments on commit 68e63d2

Please sign in to comment.