diff --git a/samples/da-PostPilotAgent/README.md b/samples/da-PostPilotAgent/README.md index 89afb66..c3e05d7 100644 --- a/samples/da-PostPilotAgent/README.md +++ b/samples/da-PostPilotAgent/README.md @@ -15,14 +15,27 @@ Helps write LinkedIn posts for Copilot prompt of the week. > - [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-toolkit-cli) > - [Microsoft 365 Copilot license](https://learn.microsoft.com/microsoft-365-copilot/extensibility/prerequisites#prerequisites) -![image](https://github.com/user-attachments/assets/e1c2a3b3-2e59-4e9b-8335-19315e92ba30) 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. Create Teams app by clicking `Provision` in "Lifecycle" section. 4. Select `Preview in Copilot (Edge)` or `Preview in Copilot (Chrome)` from the launch configuration dropdown. 5. Once the Copilot app is loaded in the browser, click on the "…" menu and select "Copilot chats". You will see your declarative agent on the right rail. Clicking on it will change the experience to showcase the logo and name of your declarative agent. -6. Ask a question to your declarative agent and it should respond based on the instructions provided. +6. Use conversation starters with your LinkedIn post prompt and send the full prompt to your declarative agent for a response based on the given instructions. + + + +## Contributors + +* [Rabia Williams](https://github.com/rabwill) + +## Version history + +Version|Date|Comments +-------|----|---- +1.0|November 14, 2025|Initial release + + ## What's included in the template diff --git a/samples/da-environmentSustainability/README.md b/samples/da-environmentSustainability/README.md index 80ff5cc..95f4af0 100644 --- a/samples/da-environmentSustainability/README.md +++ b/samples/da-environmentSustainability/README.md @@ -29,6 +29,7 @@ This sample illustrates the following concepts: Version|Date|Comments -------|----|---- 1.0|October 22, 2025|Initial release +1.1|Nov 14, 2025|Added real reports and updated conversation starters ## Disclaimer @@ -55,4 +56,4 @@ Version|Date|Comments - Declarative agent with SharePoint capability -![](https://m365-visitor-stats.azurewebsites.net/SamplesGallery/da-environmentSustainability) \ No newline at end of file + \ No newline at end of file diff --git a/samples/da-environmentSustainability/appPackage/manifest.json b/samples/da-environmentSustainability/appPackage/manifest.json index a6dd10f..b9af9c8 100644 --- a/samples/da-environmentSustainability/appPackage/manifest.json +++ b/samples/da-environmentSustainability/appPackage/manifest.json @@ -1,7 +1,7 @@ { "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", - "version": "1.0.0", + "version": "1.0.1", "id": "${{TEAMS_APP_ID}}", "developer": { "name": "Rabia Williams", diff --git a/samples/da-environmentSustainability/assets/daSus.gif b/samples/da-environmentSustainability/assets/daSus.gif index 3adb434..0098e4d 100644 Binary files a/samples/da-environmentSustainability/assets/daSus.gif and b/samples/da-environmentSustainability/assets/daSus.gif differ