Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: add deprecate notice for api2teams in README.md #11797

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading