Skip to content

Commit

Permalink
fix: add preview tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kuojianlu committed Sep 11, 2023
1 parent 5c6db87 commit 6e545b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".",
"core.createCapabilityQuestion.titleNew": "Capabilities",
"core.createCapabilityQuestion.placeholder": "Select a capability",
"core.createProjectQuestion.option.description.preview": "Preview",
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
Expand Down
1 change: 1 addition & 0 deletions packages/fx-core/src/question/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ export class CapabilityOptions {
id: "ai-bot",
label: getLocalizedString("core.aiBotOption.label"),
detail: getLocalizedString("core.aiBotOption.detail"),
description: getLocalizedString("core.createProjectQuestion.option.description.preview"),
};
}
}
Expand Down
4 changes: 4 additions & 0 deletions templates/js/ai-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The app template is built using the Teams AI library, which provides the capabil
> - A [Microsoft 365 account for development](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts)
> - [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teamsfx-cli)
> - An account with [OpenAI](https://platform.openai.com/).
>
> **Note**
>
> Teams AI Library is currently in preview version.
1. First, select the Teams Toolkit icon on the left in the VS Code toolbar.
1. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already.
Expand Down
4 changes: 4 additions & 0 deletions templates/ts/ai-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The app template is built using the Teams AI library, which provides the capabil
> - A [Microsoft 365 account for development](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts)
> - [Teams Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version 5.0.0 and higher or [Teams Toolkit CLI](https://aka.ms/teamsfx-cli)
> - An account with [OpenAI](https://platform.openai.com/).
>
> **Note**
>
> Teams AI Library is currently in preview version.
1. First, select the Teams Toolkit icon on the left in the VS Code toolbar.
1. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already.
Expand Down

0 comments on commit 6e545b9

Please sign in to comment.