diff --git a/msteams-platform/assets/images/toolkit-v2/debug/npm-teams-app-test-tool.png b/msteams-platform/assets/images/toolkit-v2/debug/npm-teams-app-test-tool.png index 3816cc40a52..cd7aac4d75b 100644 Binary files a/msteams-platform/assets/images/toolkit-v2/debug/npm-teams-app-test-tool.png and b/msteams-platform/assets/images/toolkit-v2/debug/npm-teams-app-test-tool.png differ diff --git a/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-deploy-env-testtool.png b/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-deploy-env-testtool.png index 011ab52b868..a50cd347ebc 100644 Binary files a/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-deploy-env-testtool.png and b/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-deploy-env-testtool.png differ diff --git a/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-new.png b/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-new.png index 869d61168c1..eb56f885971 100644 Binary files a/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-new.png and b/msteams-platform/assets/images/toolkit-v2/debug/teamsapp-new.png differ diff --git a/msteams-platform/toolkit/debug-your-agents-playground.md b/msteams-platform/toolkit/debug-your-agents-playground.md index 95b294e8e62..f621b933199 100644 --- a/msteams-platform/toolkit/debug-your-agents-playground.md +++ b/msteams-platform/toolkit/debug-your-agents-playground.md @@ -156,13 +156,13 @@ Agents Playground offers a faster debug experience for applications when compare 1. Run the following command to start your app: ```cmd - npm run dev:atk:playground + npm run dev:teamsfx:testtool ``` 1. Run the following command in a separate terminal to launch Agents Playground: ```cmd - npm run dev:atk:launch-playground + npm run dev:teamsfx:launch-testtool ``` # [C#](#tab/clicsharp)