From 2b1154b0ac8be6f1b924fb4f4a36e1ea693b4236 Mon Sep 17 00:00:00 2001 From: Hui Miao Date: Thu, 17 Oct 2024 16:03:00 +0800 Subject: [PATCH] fix: the readme issue in DA templates --- templates/js/api-plugin-from-scratch-bearer/README.md.tpl | 3 ++- templates/js/api-plugin-from-scratch-oauth/README.md.tpl | 3 ++- templates/js/api-plugin-from-scratch/README.md.tpl | 3 ++- templates/ts/api-plugin-from-scratch-bearer/README.md.tpl | 3 ++- templates/ts/api-plugin-from-scratch-oauth/README.md.tpl | 3 ++- templates/ts/api-plugin-from-scratch/README.md.tpl | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/templates/js/api-plugin-from-scratch-bearer/README.md.tpl b/templates/js/api-plugin-from-scratch-bearer/README.md.tpl index ac2a534b8d..a9d024030e 100644 --- a/templates/js/api-plugin-from-scratch-bearer/README.md.tpl +++ b/templates/js/api-plugin-from-scratch-bearer/README.md.tpl @@ -40,13 +40,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}} diff --git a/templates/js/api-plugin-from-scratch-oauth/README.md.tpl b/templates/js/api-plugin-from-scratch-oauth/README.md.tpl index be2c860131..b9318e12fd 100644 --- a/templates/js/api-plugin-from-scratch-oauth/README.md.tpl +++ b/templates/js/api-plugin-from-scratch-oauth/README.md.tpl @@ -40,13 +40,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}} diff --git a/templates/js/api-plugin-from-scratch/README.md.tpl b/templates/js/api-plugin-from-scratch/README.md.tpl index 6bf44bc8ad..ee067af652 100644 --- a/templates/js/api-plugin-from-scratch/README.md.tpl +++ b/templates/js/api-plugin-from-scratch/README.md.tpl @@ -41,13 +41,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}} diff --git a/templates/ts/api-plugin-from-scratch-bearer/README.md.tpl b/templates/ts/api-plugin-from-scratch-bearer/README.md.tpl index 296dc6bfed..8ae532c122 100644 --- a/templates/ts/api-plugin-from-scratch-bearer/README.md.tpl +++ b/templates/ts/api-plugin-from-scratch-bearer/README.md.tpl @@ -40,13 +40,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}} diff --git a/templates/ts/api-plugin-from-scratch-oauth/README.md.tpl b/templates/ts/api-plugin-from-scratch-oauth/README.md.tpl index 3e3e09da08..3450714c6a 100644 --- a/templates/ts/api-plugin-from-scratch-oauth/README.md.tpl +++ b/templates/ts/api-plugin-from-scratch-oauth/README.md.tpl @@ -40,13 +40,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}} diff --git a/templates/ts/api-plugin-from-scratch/README.md.tpl b/templates/ts/api-plugin-from-scratch/README.md.tpl index 58c0f545cf..d837b73138 100644 --- a/templates/ts/api-plugin-from-scratch/README.md.tpl +++ b/templates/ts/api-plugin-from-scratch/README.md.tpl @@ -40,13 +40,14 @@ You can extend declarative agents using plugins to retrieve data and execute tas 1. First, select the Teams Toolkit icon on the left in the VS Code toolbar. 2. In the Account section, sign in with your [Microsoft 365 account](https://docs.microsoft.com/microsoftteams/platform/toolkit/accounts) if you haven't already. -3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. {{^DeclarativeCopilot}} +3. Select `Debug in Teams (Edge)` or `Debug in Teams (Chrome)` from the launch configuration dropdown. 4. When Teams launches in the browser, open the `Copilot` app. 5. Select `Plugins`, and from the list of plugins, turn on the toggle for your plugin. Now, you can send a prompt to trigger your plugin. > Note: Please make sure to switch to New Teams when Teams web client has launched {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} +3. Select `Debug in Copilot (Edge)` or `Debug in Copilot (Chrome)` from the launch configuration dropdown. 4. Select your declarative agent from the `Copilot` app. 5. Send a message to Copilot to find a repair record. {{/DeclarativeCopilot}}