├── .DS_Store ├── .github ├── CODEOWNERS └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── custom_analytics_report.md │ ├── feature_request.md │ ├── implementation-guide-feedback.md │ └── sharepoint-sso-component.md ├── .gitignore ├── A2ASamples └── Simple-A2A-Sample │ ├── .gitignore │ ├── A2A-Agent-Framework.csproj │ ├── JsonRpcMiddleware.cs │ ├── Program.cs │ ├── README.md │ ├── appsettings.json │ └── test_agent.http ├── AdaptiveCardSamples ├── ConversationStart.json ├── DisplayCarousel.yml ├── ai-feedback-adaptive-card.fx └── thumbs-feedback-card.json ├── AssistantUICopilotStudioClient └── assistant-ui-mcs │ ├── README.md │ ├── app │ ├── api │ │ └── chat │ │ │ └── route.ts │ ├── assistant.tsx │ ├── favicon.ico │ ├── globals.css │ ├── layout.tsx │ └── page.tsx │ ├── components.json │ ├── components │ ├── app-sidebar.tsx │ ├── assistant-ui │ │ ├── markdown-text.tsx │ │ ├── thread-list.tsx │ │ ├── thread.tsx │ │ ├── tool-fallback.tsx │ │ └── tooltip-icon-button.tsx │ ├── citation-link-handler.tsx │ ├── copilot-studio-runtime-provider.tsx │ └── ui │ │ ├── breadcrumb.tsx │ │ ├── button.tsx │ │ ├── input.tsx │ │ ├── separator.tsx │ │ ├── sheet.tsx │ │ ├── sidebar.tsx │ │ ├── skeleton.tsx │ │ └── tooltip.tsx │ ├── docs │ └── images │ │ └── screenshot.png │ ├── eslint.config.mjs │ ├── hooks │ └── use-mobile.ts │ ├── lib │ ├── auth.ts │ ├── settings.ts │ └── utils.ts │ ├── next.config.ts │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.mjs │ └── tsconfig.json ├── AutoDetectLanguageSample ├── README.MD └── autoDetectLanguage_1755448929760_1_1.zip ├── CODE_OF_CONDUCT.md ├── CallAgentConnector ├── Connector │ ├── README.md │ ├── apiDefinition.json │ ├── apiProperties.json │ └── icon.png ├── README.md ├── SyncToAsyncService │ ├── .DS_Store │ ├── .funcignore │ ├── .gitignore │ ├── .vscode │ │ ├── extensions.json │ │ ├── launch.json │ │ ├── settings.json │ │ └── tasks.json │ ├── README.md │ ├── deploy.sh │ ├── host.json │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── functions │ │ │ └── SyncToAsyncService.ts │ │ └── index.ts │ └── tsconfig.json └── img │ └── flow.png ├── CopilotStudioWorkshop ├── Lab files.zip ├── Microsoft Copilot Studio - Workshop.pdf ├── Microsoft Copilot Studio - Workshop.pptx ├── PROCTOR_INSTRUCTIONS.md ├── Proctor files.zip └── README.md ├── CustomExternalUI ├── README.MD ├── assets │ └── chatbot_ui_comparison.png └── src │ └── CustomChatbotUI.html ├── DataverseIndexer ├── Conversational boosting.yml ├── CopilotStudioDataverseIndexer_1_0_0_15_managed.zip └── README.MD ├── EmployeeSelfServiceAgent ├── Facilities │ ├── EmployeeCreateFacilitiesManagementTicket │ │ ├── Extract Location Information.md │ │ ├── Extract Problem category.md │ │ ├── msdyn_msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml │ │ └── topic.yaml │ ├── EmployeeGetDiningMenu │ │ ├── msdyn_DiningGetMenusQuery..xml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningDisplayMenus.yaml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafeStations.yaml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafesList.yaml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningHandleMultipleCafeMatches_JAK.yaml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningSearchCafesQuery.yaml │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningSelectCafe.yaml │ │ └── topic.yaml │ ├── EmployeeInviteGuest │ │ ├── msdyn_copilotforemployeeselfserviceInviteGuests.xml │ │ └── topic.yaml │ ├── EmployeeRegisterVehicle │ │ ├── msdyn_copilotforemployeeselfserviceRegisterVehicle.xml │ │ └── topic.yaml │ ├── EmployeeSearchDiningStations │ │ ├── msdyn_copilotforemployeeselfservice.topic.FacDiningSearchStations.xml │ │ └── topic.yaml │ └── Readme.md └── Workday │ ├── EmployeeScenarios │ ├── EmployeeGetVacationBalance │ │ ├── msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml │ │ └── topic.yaml │ ├── WorkdayEmployeeRequestTimeOff │ │ ├── msdyn_HRWorkdayAbsenceEnterTimeOff_EnterTimeOffInfo.xml │ │ └── topic.yaml │ ├── WorkdayEmployeesviewtheirjobtaxonomy │ │ ├── msdyn_HRWorkdayHCMEmployeeGetJobTaxonomy.xml │ │ └── topic.yaml │ ├── WorkdayGetContactInformation │ │ ├── msdyn_HRWorkdayHCMEmployeeGetHomeContactInformation.xml │ │ └── topic.yaml │ ├── WorkdayGetEducation │ │ ├── msdyn_HRWorkdayHCMEmployeeGetEducation.xml │ │ └── topic.yaml │ ├── WorkdayGetGovernmentIDs │ │ ├── msdyn_HRWorkdayHCMEmployeeGetGovernmentIds.xml │ │ └── topic.yaml │ └── WorkdayGivePeerFeedback │ │ ├── msdyn_HRWorkdayHCMEmployeeGiveFeedback.xml │ │ └── topic.yaml │ ├── ManagerScenarios │ ├── WorkdayManagerServiceAnniversary │ │ ├── msdyn_HRWorkdayHCMManagerServiceAnniversary.xml │ │ └── topic.yaml │ ├── WorkdayManagersdirect-CompanyCode │ │ ├── msdyn_HRWorkdayHCMManagerDirectCompanyCode.xml │ │ └── topic.yaml │ ├── WorkdayManagersdirect-CostCenter │ │ ├── msdyn_HRWorkdayHCMManagerDirectCostCenter.xml │ │ └── topic.yaml │ └── WorkdayManagersdirect-Jobtaxanomy │ │ ├── msdyn_HRWorkdayHCMManagerJobTaxonomy.xml │ │ └── topic.yaml │ └── README.md ├── FeedbackAnalyzer ├── MCSResponsesAnalyzer_2_0_0_2_managed.zip ├── README.md └── docs │ └── images │ ├── feedback_addcomponent.png │ ├── feedback_addcomponentconfirm.png │ ├── feedback_apprecordview.png │ ├── feedback_appview.png │ ├── feedback_availablecomponents.png │ ├── feedback_flowsprocessing.png │ ├── feedback_m365adhoc.png │ ├── feedback_m365everyresponse.png │ ├── feedback_m365topics.png │ ├── feedback_useridentitytopic.png │ ├── feedback_viewconversationbutton.png │ └── feedback_viewconvotranscript.png ├── FunctionalTesting ├── PytestAgentsSDK │ ├── .env.template │ ├── README.md │ ├── input │ │ └── test_cases.csv │ ├── pytest.ini │ ├── reports │ │ └── multi_turn_eval_openai.html │ ├── requirements.txt │ ├── testinglib │ │ ├── config.py │ │ ├── copilot_client.py │ │ └── msal_cache_plugin.py │ └── tests │ │ ├── conftest.py │ │ └── multi_turn_eval_openai.py └── ResponseAnalysisAgentsSDK │ ├── .env │ ├── .local_token_cache.json │ ├── README.md │ ├── data │ ├── input - Sample.txt │ └── input.txt │ ├── gradio │ └── src │ │ └── main.py │ ├── img │ ├── DataSet.png │ ├── RunningURL.png │ ├── Screen-Data-Planner.png │ ├── Screen-Data-Query.png │ ├── Screen-Statistics.png │ ├── StartTestRun.png │ └── URLLoad.png │ ├── requirements.txt │ └── src │ ├── AgentProcessor.py │ ├── local_token_cache.py │ ├── main.py │ └── theme_dropdown.py ├── GenerativeChitChat ├── README.MD └── chitChat_1754499294831_1_3.zip ├── ImplementationGuide ├── Microsoft Copilot Studio - Implementation Guide.pptx └── README.md ├── IntegrateWithEngagementHub └── ServiceNow │ ├── DirectLineAzureFunction │ ├── .funcignore │ ├── .gitignore │ ├── .vscode │ │ ├── extensions.json │ │ ├── launch.json │ │ ├── settings.json │ │ └── tasks.json │ ├── host.json │ ├── package-lock.json │ ├── package.json │ └── src │ │ ├── functions │ │ └── relayToDirectLine.js │ │ └── index.js │ ├── README.md │ └── ScriptIncludes │ └── CustomDirectLineInboundTransformer.js ├── LICENSE ├── LoadTesting └── JMeterMultiThreadGroup │ ├── Multi Group WebSocket.jmx │ ├── README.md │ ├── check_account_balance_utterances.csv │ ├── images │ ├── activeThreadsOverTime.png │ ├── responseTime.png │ ├── responseTimesVsThreads.png │ ├── shareConfig.png │ └── threadGRPConfig.png │ └── make_payment_utterances.csv ├── MCPSamples ├── pass-resources-as-inputs │ ├── README.md │ ├── package.json │ ├── src │ │ ├── data │ │ │ └── resources.ts │ │ ├── index.ts │ │ ├── types.ts │ │ └── utils │ │ │ ├── datetime.ts │ │ │ ├── text.ts │ │ │ └── utils.ts │ └── tsconfig.json └── search-species-resources-typescript │ ├── README.md │ ├── build │ ├── assets │ │ ├── blue-whale.png │ │ ├── butterfly.png │ │ └── red-panda.png │ ├── data │ │ ├── resources.d.ts │ │ ├── resources.js │ │ ├── species.d.ts │ │ └── species.js │ ├── index.d.ts │ ├── index.js │ ├── types.d.ts │ ├── types.js │ ├── utils.d.ts │ ├── utils.js │ └── utils │ │ ├── datetime.d.ts │ │ ├── datetime.js │ │ ├── formatting.d.ts │ │ ├── formatting.js │ │ ├── imageEncoder.d.ts │ │ ├── imageEncoder.js │ │ ├── utils.d.ts │ │ └── utils.js │ ├── package.json │ ├── src │ ├── .DS_Store │ ├── assets │ │ ├── blue-whale.png │ │ ├── butterfly.png │ │ └── red-panda.png │ ├── data │ │ ├── resources.ts │ │ └── species.ts │ ├── index.ts │ ├── types.ts │ └── utils │ │ ├── datetime.ts │ │ ├── formatting.ts │ │ ├── imageEncoder.ts │ │ └── utils.ts │ └── tsconfig.json ├── MultilingualBotSample ├── Bot │ ├── AdapterWithErrorHandler.cs │ ├── Controllers │ │ └── BotController.cs │ ├── DeploymentTemplates │ │ ├── DeployUseExistResourceGroup │ │ │ ├── parameters-for-template-AzureBot-with-rg.json │ │ │ ├── parameters-for-template-BotApp-with-rg.json │ │ │ ├── readme.md │ │ │ ├── template-AzureBot-with-rg.json │ │ │ └── template-BotApp-with-rg.json │ │ └── DeployWithNewResourceGroup │ │ │ ├── parameters-for-template-AzureBot-new-rg.json │ │ │ ├── parameters-for-template-BotApp-new-rg.json │ │ │ ├── readme.md │ │ │ ├── template-AzureBot-new-rg.json │ │ │ └── template-BotApp-new-rg.json │ ├── Program.cs │ ├── README.md │ ├── Startup.cs │ ├── Translation │ │ ├── DirectLineService.cs │ │ ├── Helpers │ │ │ ├── HandoffHelper.cs │ │ │ ├── OmnichannelBotClient.cs │ │ │ ├── OmnichannelCommandTypes.cs │ │ │ ├── TranslationSettings.cs │ │ │ ├── TranslatorDictionary.cs │ │ │ └── UserLanguage.cs │ │ ├── Model │ │ │ ├── BotEndpoint.cs │ │ │ ├── BotResponse.cs │ │ │ ├── DetectorResponse.cs │ │ │ ├── DirectLineToken.cs │ │ │ ├── HandoffContext.cs │ │ │ ├── TranslatorResponse.cs │ │ │ └── TranslatorResult.cs │ │ ├── TokenService.cs │ │ ├── TranslationMiddleware.cs │ │ └── TranslatorService.cs │ ├── TranslationBot.cs │ ├── TranslationBot.csproj │ ├── TranslationBot.sln │ ├── appsettings.Development.json │ ├── appsettings.json │ └── wwwroot │ │ └── default.htm ├── README.md └── images │ ├── DevResources.png │ ├── Diagram-2.jpg │ ├── add-bot-workstream.png │ ├── add-users-queue.png │ ├── add-users.png │ ├── advanced-tools.png │ ├── app-settings.png │ ├── ask-question.png │ ├── azure_portal_channels.png │ ├── azurre_portal_oc_channel.png │ ├── behaviors.png │ ├── bot-in-queue.png │ ├── bot-workstream-area.png │ ├── chat-name.png │ ├── command-1.png │ ├── command-2.png │ ├── command-3.png │ ├── command-4.png │ ├── config-file.png │ ├── configure-bot-context-variable.png │ ├── copy-key-region.png │ ├── create-messaging-workstream.png │ ├── create-ruleset.png │ ├── customer_service_home.png │ ├── customer_service_trial.png │ ├── deployment-1.png │ ├── deployment-2.png │ ├── dl-config-1.jpg │ ├── dl-config-2.jpg │ ├── dl-config-3.jpg │ ├── dl-config-4.jpg │ ├── dl-config-5.jpg │ ├── dl-config-6.jpg │ ├── dynamics365.png │ ├── exception1.jpg │ ├── exception2.jpg │ ├── messagingEndpoint - Copy.jpg │ ├── messagingEndpoint.jpg │ ├── new-topic.png │ ├── new-workstream.png │ ├── ngrok-route.png │ ├── obtain-bot-id.png │ ├── obtain-tenant-id.png │ ├── pipeline-1.png │ ├── pipeline-10.png │ ├── pipeline-11.png │ ├── pipeline-2.png │ ├── pipeline-3.png │ ├── pipeline-4.png │ ├── pipeline-5.png │ ├── pipeline-6.png │ ├── pipeline-7.png │ ├── pipeline-8.png │ ├── pipeline-9.png │ ├── power_platform_admin_center2.png │ ├── power_platform_admin_center3.png │ ├── power_platform_admin_center4.png │ ├── power_platform_admin_center5.png │ ├── secrets-5.jpg │ ├── secrets-6.jpg │ ├── select-application-user.png │ ├── select-workstreams.png │ ├── service-connection-1.png │ ├── service-connection-2.png │ ├── setup-chat.png │ ├── sign-in.png │ ├── skill-host-endpoint.png │ ├── start-bot.png │ ├── test-web-chat.png │ ├── transfer-no-oc.png │ ├── try-free-trial.png │ ├── widget-code.png │ ├── widget-test.png │ └── zip-folder.png ├── OnGeneratedResponse ├── README.MD └── swap-citations.yml ├── Playbook ├── Intent_Test_Matrix.xlsx ├── PVA - Customer Engagement Playbook.pdf ├── PVA Bot Building Handbook.pdf ├── PVA_Req_Template.xlsx └── PVA_action_dev_template.xlsx ├── README.md ├── RelayBotSample ├── AdapterWithErrorHandler.cs ├── BotConnector │ ├── BotService.cs │ ├── ConversationManager.cs │ ├── DirectLineToken.cs │ ├── IBotService.cs │ ├── RelayConversation.cs │ └── ResponseConverter.cs ├── Bots │ └── RelayBot.cs ├── Controllers │ └── BotController.cs ├── DeploymentTemplates │ ├── new-rg-parameters.json │ ├── preexisting-rg-parameters.json │ ├── template-with-new-rg.json │ └── template-with-preexisting-rg.json ├── Program.cs ├── README.md ├── SampleBot.csproj ├── Startup.cs ├── appsettings.Development.json ├── appsettings.json └── wwwroot │ └── default.html ├── SECURITY.md ├── SSOSamples ├── 3rdPartySSOWithOKTA - Copilot+D365OC │ ├── .env │ ├── .gitignore │ ├── README.md │ ├── app.js │ ├── copilot │ │ ├── SingIn - Introspection Flow.yaml │ │ └── SingIn - Pass Through Pattern Flow.yaml │ ├── docs │ │ ├── README-RunOnAzure.md │ │ ├── README-RunOnLocalMachine.md │ │ └── images │ │ │ ├── 1-OpenFolder.png │ │ │ ├── 2-ShowRunCommand.png │ │ │ ├── 3-CreateNewApp.png │ │ │ ├── 3-SelectName.png │ │ │ ├── 4-SelectLocation.png │ │ │ ├── 5-SelectRuntime.png │ │ │ ├── 6-SelectPricing.png │ │ │ ├── 7-ConfirmSuccess.png │ │ │ ├── 8-DefaultDomain.png │ │ │ ├── 9-Deploy.png │ │ │ ├── CheckAgent.png │ │ │ ├── OktaUserName.png │ │ │ ├── PublicKey.png │ │ │ ├── Step1GotoToLogin.png │ │ │ ├── Step2SignedIn.png │ │ │ ├── Step3OpenChatWidget.png │ │ │ ├── Step4LoggedIn.png │ │ │ ├── Step5Escalate.png │ │ │ ├── Step7Escalate.png │ │ │ ├── Step8Final.png │ │ │ └── bloburl.png │ ├── keys │ │ └── public.key │ ├── package.json │ ├── public │ │ └── css │ │ │ └── style │ │ │ └── style.css │ ├── routes │ │ ├── constants.js │ │ ├── params.js │ │ ├── privatekey.js │ │ └── publickey.js │ └── views │ │ ├── chatwidget.html │ │ ├── layout.pug │ │ └── signout.html ├── 3rdPartySSOWithOKTA │ ├── README.md │ ├── img │ │ ├── placeholder.png │ │ ├── token.png │ │ └── widget.png │ └── public │ │ ├── index.html │ │ └── signout.html ├── CopilotStudioChatAPI │ ├── README.md │ └── index.html ├── DynamicsLiveChatSSO │ ├── .eslintrc.js │ ├── .gitignore │ ├── .npmignore │ ├── .yo-rc.json │ ├── README.md │ ├── config │ │ ├── config.json │ │ ├── deploy-azure-storage.json │ │ ├── package-solution.json │ │ ├── sass.json │ │ ├── serve.json │ │ └── write-manifests.json │ ├── gulpfile.js │ ├── package-lock.json │ ├── package.json │ ├── sample.png │ ├── src │ │ ├── index.ts │ │ └── webparts │ │ │ └── dynamicsLiveChatSso │ │ │ ├── DynamicsLiveChatSsoWebPart.manifest.json │ │ │ ├── DynamicsLiveChatSsoWebPart.module.scss │ │ │ ├── DynamicsLiveChatSsoWebPart.ts │ │ │ └── utils │ │ │ ├── chat.ts │ │ │ └── msal.ts │ └── tsconfig.json ├── README.md ├── SSOwithEntraID │ ├── README.md │ └── index.html ├── SharePointSSOAppCustomizer │ ├── .eslintrc.js │ ├── .gitignore │ ├── .npmignore │ ├── .vscode │ │ ├── launch.json │ │ └── settings.json │ ├── .yo-rc.json │ ├── README.md │ ├── config │ │ ├── config.json │ │ ├── deploy-azure-storage.json │ │ ├── package-solution.json │ │ ├── sass.json │ │ ├── serve.json │ │ └── write-manifests.json │ ├── gulpfile.js │ ├── images │ │ └── agent sidepanel.png │ ├── package-lock.json │ ├── package.json │ ├── sharepoint │ │ └── assets │ │ │ ├── ClientSideInstance.xml │ │ │ └── elements.xml │ ├── src │ │ ├── extensions │ │ │ └── sidebarAgent │ │ │ │ ├── SidebarAgentApplicationCustomizer.manifest.json │ │ │ │ ├── SidebarAgentApplicationCustomizer.tsx │ │ │ │ ├── components │ │ │ │ ├── Chat │ │ │ │ │ ├── Chat.tsx │ │ │ │ │ └── acquireToken.ts │ │ │ │ └── SidePanel │ │ │ │ │ ├── SidePanel.module.scss │ │ │ │ │ └── SidePanel.tsx │ │ │ │ ├── loc │ │ │ │ ├── en-us.js │ │ │ │ └── myStrings.d.ts │ │ │ │ └── models │ │ │ │ └── ISidebarAgentProperties.ts │ │ ├── index.ts │ │ └── scss.d.ts │ └── tsconfig.json └── SharePointSSOComponent │ ├── .eslintrc.js │ ├── .gitignore │ ├── .npmignore │ ├── .vscode │ ├── launch.json │ └── settings.json │ ├── .yo-rc.json │ ├── Configure-McsForSite.ps1 │ ├── README.md │ ├── SETUP.md │ ├── config │ ├── config.json │ ├── deploy-azure-storage.json │ ├── package-solution.json │ ├── sass.json │ ├── serve.json │ └── write-manifests.json │ ├── gulpfile.js │ ├── image.png │ ├── images │ ├── SharePointSSOComponent.png │ ├── apiPermissions.png │ ├── apisMyOrganization.png │ ├── clientID.png │ ├── customScope.png │ ├── folderStructure.png │ ├── scopePermissions.png │ └── toeknExchangeURL.png │ ├── package-lock.json │ ├── package.json │ ├── populate_elements_xml.py │ ├── sharepoint │ ├── assets │ │ ├── ClientSideInstance.xml │ │ └── elements.xml │ └── solution │ │ └── pva-extension-sso.sppkg │ ├── src │ ├── extensions │ │ └── pvaSso │ │ │ ├── PvaSsoApplicationCustomizer.manifest.json │ │ │ ├── PvaSsoApplicationCustomizer.ts │ │ │ ├── components │ │ │ ├── ChatBot.tsx │ │ │ ├── IChatBotProps.ts │ │ │ └── MSALWrapper.ts │ │ │ └── loc │ │ │ ├── en-us.js │ │ │ └── myStrings.d.ts │ └── index.ts │ └── tsconfig.json ├── ShowReasoningSample ├── README.md ├── copilotstudio │ ├── acquireToken.js │ ├── index.js │ └── settings.js ├── index.html ├── pkg │ └── agents-copilotstudio-client │ │ ├── README.md │ │ ├── dist │ │ ├── package.json │ │ ├── src │ │ │ ├── agentType.d.ts │ │ │ ├── agentType.js │ │ │ ├── agentType.js.map │ │ │ ├── browser.mjs │ │ │ ├── browser.mjs.map │ │ │ ├── browser │ │ │ │ ├── os.d.ts │ │ │ │ ├── os.js │ │ │ │ └── os.js.map │ │ │ ├── connectionSettings.d.ts │ │ │ ├── connectionSettings.js │ │ │ ├── connectionSettings.js.map │ │ │ ├── copilotStudioClient.d.ts │ │ │ ├── copilotStudioClient.js │ │ │ ├── copilotStudioClient.js.map │ │ │ ├── copilotStudioConnectionSettings.d.ts │ │ │ ├── copilotStudioConnectionSettings.js │ │ │ ├── copilotStudioConnectionSettings.js.map │ │ │ ├── copilotStudioWebChat.d.ts │ │ │ ├── copilotStudioWebChat.js │ │ │ ├── copilotStudioWebChat.js.map │ │ │ ├── executeTurnRequest.d.ts │ │ │ ├── executeTurnRequest.js │ │ │ ├── executeTurnRequest.js.map │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── index.js.map │ │ │ ├── powerPlatformCloud.d.ts │ │ │ ├── powerPlatformCloud.js │ │ │ ├── powerPlatformCloud.js.map │ │ │ ├── powerPlatformEnvironment.d.ts │ │ │ ├── powerPlatformEnvironment.js │ │ │ ├── powerPlatformEnvironment.js.map │ │ │ └── strategies │ │ │ │ ├── prebuiltBotStrategy.d.ts │ │ │ │ ├── prebuiltBotStrategy.js │ │ │ │ ├── prebuiltBotStrategy.js.map │ │ │ │ ├── publishedBotStrategy.d.ts │ │ │ │ ├── publishedBotStrategy.js │ │ │ │ ├── publishedBotStrategy.js.map │ │ │ │ ├── strategy.d.ts │ │ │ │ ├── strategy.js │ │ │ │ └── strategy.js.map │ │ └── tsconfig.tsbuildinfo │ │ ├── package.json │ │ ├── src │ │ ├── agentType.d.ts │ │ ├── agentType.js │ │ ├── agentType.js.map │ │ ├── agentType.ts │ │ ├── browser │ │ │ ├── os.d.ts │ │ │ ├── os.js │ │ │ ├── os.js.map │ │ │ └── os.ts │ │ ├── connectionSettings.d.ts │ │ ├── connectionSettings.js │ │ ├── connectionSettings.js.map │ │ ├── connectionSettings.ts │ │ ├── copilotStudioClient.d.ts │ │ ├── copilotStudioClient.js │ │ ├── copilotStudioClient.js.map │ │ ├── copilotStudioClient.ts │ │ ├── copilotStudioConnectionSettings.d.ts │ │ ├── copilotStudioConnectionSettings.js │ │ ├── copilotStudioConnectionSettings.js.map │ │ ├── copilotStudioConnectionSettings.ts │ │ ├── copilotStudioWebChat.d.ts │ │ ├── copilotStudioWebChat.js │ │ ├── copilotStudioWebChat.js.map │ │ ├── copilotStudioWebChat.ts │ │ ├── executeTurnRequest.d.ts │ │ ├── executeTurnRequest.js │ │ ├── executeTurnRequest.js.map │ │ ├── executeTurnRequest.ts │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── index.js.map │ │ ├── index.ts │ │ ├── powerPlatformCloud.d.ts │ │ ├── powerPlatformCloud.js │ │ ├── powerPlatformCloud.js.map │ │ ├── powerPlatformCloud.ts │ │ ├── powerPlatformEnvironment.d.ts │ │ ├── powerPlatformEnvironment.js │ │ ├── powerPlatformEnvironment.js.map │ │ ├── powerPlatformEnvironment.ts │ │ └── strategies │ │ │ ├── prebuiltBotStrategy.d.ts │ │ │ ├── prebuiltBotStrategy.js │ │ │ ├── prebuiltBotStrategy.js.map │ │ │ ├── prebuiltBotStrategy.ts │ │ │ ├── publishedBotStrategy.d.ts │ │ │ ├── publishedBotStrategy.js │ │ │ ├── publishedBotStrategy.js.map │ │ │ ├── publishedBotStrategy.ts │ │ │ ├── strategy.d.ts │ │ │ ├── strategy.js │ │ │ ├── strategy.js.map │ │ │ └── strategy.ts │ │ ├── test │ │ ├── copilotStudioClient.test.d.ts │ │ ├── copilotStudioClient.test.js │ │ ├── copilotStudioClient.test.js.map │ │ └── copilotStudioClient.test.ts │ │ └── tsconfig.json ├── script.js └── styles.css ├── TypeaheadSuggestions ├── README.md ├── TypeAheadSolutionAPI_1_0_0_0_managed.zip ├── TypeAheadSuggestions_V1.0.html └── TypeAheadSuggestions_V2.0[REACT Component].html └── VNet support ├── readme.md └── template.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.DS_Store -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom_analytics_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/ISSUE_TEMPLATE/custom_analytics_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/implementation-guide-feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/ISSUE_TEMPLATE/implementation-guide-feedback.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/sharepoint-sso-component.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.github/ISSUE_TEMPLATE/sharepoint-sso-component.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/.gitignore -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/.gitignore -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/A2A-Agent-Framework.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/A2A-Agent-Framework.csproj -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/JsonRpcMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/JsonRpcMiddleware.cs -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/Program.cs -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/README.md -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/appsettings.json -------------------------------------------------------------------------------- /A2ASamples/Simple-A2A-Sample/test_agent.http: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/A2ASamples/Simple-A2A-Sample/test_agent.http -------------------------------------------------------------------------------- /AdaptiveCardSamples/ConversationStart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AdaptiveCardSamples/ConversationStart.json -------------------------------------------------------------------------------- /AdaptiveCardSamples/DisplayCarousel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AdaptiveCardSamples/DisplayCarousel.yml -------------------------------------------------------------------------------- /AdaptiveCardSamples/ai-feedback-adaptive-card.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AdaptiveCardSamples/ai-feedback-adaptive-card.fx -------------------------------------------------------------------------------- /AdaptiveCardSamples/thumbs-feedback-card.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AdaptiveCardSamples/thumbs-feedback-card.json -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/README.md -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/api/chat/route.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/api/chat/route.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/assistant.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/assistant.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/favicon.ico -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/globals.css -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/layout.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/app/page.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components.json -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/app-sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/app-sidebar.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/markdown-text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/markdown-text.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/thread-list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/thread-list.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/thread.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/thread.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/tool-fallback.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/tool-fallback.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/tooltip-icon-button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/assistant-ui/tooltip-icon-button.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/citation-link-handler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/citation-link-handler.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/copilot-studio-runtime-provider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/copilot-studio-runtime-provider.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/breadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/breadcrumb.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/button.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/input.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/separator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/separator.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/sheet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/sheet.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/sidebar.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/skeleton.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/components/ui/tooltip.tsx -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/docs/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/docs/images/screenshot.png -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/eslint.config.mjs -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/hooks/use-mobile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/hooks/use-mobile.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/lib/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/lib/auth.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/lib/settings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/lib/settings.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/lib/utils.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/next.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/next.config.ts -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/package-lock.json -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/package.json -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/postcss.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/postcss.config.mjs -------------------------------------------------------------------------------- /AssistantUICopilotStudioClient/assistant-ui-mcs/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AssistantUICopilotStudioClient/assistant-ui-mcs/tsconfig.json -------------------------------------------------------------------------------- /AutoDetectLanguageSample/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AutoDetectLanguageSample/README.MD -------------------------------------------------------------------------------- /AutoDetectLanguageSample/autoDetectLanguage_1755448929760_1_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/AutoDetectLanguageSample/autoDetectLanguage_1755448929760_1_1.zip -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CallAgentConnector/Connector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/Connector/README.md -------------------------------------------------------------------------------- /CallAgentConnector/Connector/apiDefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/Connector/apiDefinition.json -------------------------------------------------------------------------------- /CallAgentConnector/Connector/apiProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/Connector/apiProperties.json -------------------------------------------------------------------------------- /CallAgentConnector/Connector/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/Connector/icon.png -------------------------------------------------------------------------------- /CallAgentConnector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/README.md -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.DS_Store -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.funcignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.funcignore -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.gitignore -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.vscode/extensions.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.vscode/launch.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.vscode/settings.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/.vscode/tasks.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/README.md -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/deploy.sh -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/host.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/package-lock.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/package.json -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/src/functions/SyncToAsyncService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/src/functions/SyncToAsyncService.ts -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/src/index.ts -------------------------------------------------------------------------------- /CallAgentConnector/SyncToAsyncService/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/SyncToAsyncService/tsconfig.json -------------------------------------------------------------------------------- /CallAgentConnector/img/flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CallAgentConnector/img/flow.png -------------------------------------------------------------------------------- /CopilotStudioWorkshop/Lab files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/Lab files.zip -------------------------------------------------------------------------------- /CopilotStudioWorkshop/Microsoft Copilot Studio - Workshop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/Microsoft Copilot Studio - Workshop.pdf -------------------------------------------------------------------------------- /CopilotStudioWorkshop/Microsoft Copilot Studio - Workshop.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/Microsoft Copilot Studio - Workshop.pptx -------------------------------------------------------------------------------- /CopilotStudioWorkshop/PROCTOR_INSTRUCTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/PROCTOR_INSTRUCTIONS.md -------------------------------------------------------------------------------- /CopilotStudioWorkshop/Proctor files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/Proctor files.zip -------------------------------------------------------------------------------- /CopilotStudioWorkshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CopilotStudioWorkshop/README.md -------------------------------------------------------------------------------- /CustomExternalUI/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CustomExternalUI/README.MD -------------------------------------------------------------------------------- /CustomExternalUI/assets/chatbot_ui_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CustomExternalUI/assets/chatbot_ui_comparison.png -------------------------------------------------------------------------------- /CustomExternalUI/src/CustomChatbotUI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/CustomExternalUI/src/CustomChatbotUI.html -------------------------------------------------------------------------------- /DataverseIndexer/Conversational boosting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/DataverseIndexer/Conversational boosting.yml -------------------------------------------------------------------------------- /DataverseIndexer/CopilotStudioDataverseIndexer_1_0_0_15_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/DataverseIndexer/CopilotStudioDataverseIndexer_1_0_0_15_managed.zip -------------------------------------------------------------------------------- /DataverseIndexer/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/DataverseIndexer/README.MD -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/Extract Location Information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/Extract Location Information.md -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/Extract Problem category.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/Extract Problem category.md -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/msdyn_msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/msdyn_msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeCreateFacilitiesManagementTicket/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_DiningGetMenusQuery..xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_DiningGetMenusQuery..xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningDisplayMenus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningDisplayMenus.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafeStations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafeStations.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafesList.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningGetCafesList.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningHandleMultipleCafeMatches_JAK.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningHandleMultipleCafeMatches_JAK.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningSearchCafesQuery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningSearchCafesQuery.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningSelectCafe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/msdyn_copilotforemployeeselfservice.topic.FacDiningSelectCafe.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeGetDiningMenu/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeInviteGuest/msdyn_copilotforemployeeselfserviceInviteGuests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeInviteGuest/msdyn_copilotforemployeeselfserviceInviteGuests.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeInviteGuest/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeInviteGuest/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeRegisterVehicle/msdyn_copilotforemployeeselfserviceRegisterVehicle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeRegisterVehicle/msdyn_copilotforemployeeselfserviceRegisterVehicle.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeRegisterVehicle/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeRegisterVehicle/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeSearchDiningStations/msdyn_copilotforemployeeselfservice.topic.FacDiningSearchStations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeSearchDiningStations/msdyn_copilotforemployeeselfservice.topic.FacDiningSearchStations.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/EmployeeSearchDiningStations/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/EmployeeSearchDiningStations/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Facilities/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Facilities/Readme.md -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/EmployeeGetVacationBalance/msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/EmployeeGetVacationBalance/msdyn_HRWorkdayHCMEmployeeGetVacationBalance.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/EmployeeGetVacationBalance/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/EmployeeGetVacationBalance/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeeRequestTimeOff/msdyn_HRWorkdayAbsenceEnterTimeOff_EnterTimeOffInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeeRequestTimeOff/msdyn_HRWorkdayAbsenceEnterTimeOff_EnterTimeOffInfo.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeeRequestTimeOff/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeeRequestTimeOff/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeesviewtheirjobtaxonomy/msdyn_HRWorkdayHCMEmployeeGetJobTaxonomy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeesviewtheirjobtaxonomy/msdyn_HRWorkdayHCMEmployeeGetJobTaxonomy.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeesviewtheirjobtaxonomy/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayEmployeesviewtheirjobtaxonomy/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetContactInformation/msdyn_HRWorkdayHCMEmployeeGetHomeContactInformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetContactInformation/msdyn_HRWorkdayHCMEmployeeGetHomeContactInformation.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetContactInformation/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetContactInformation/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetEducation/msdyn_HRWorkdayHCMEmployeeGetEducation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetEducation/msdyn_HRWorkdayHCMEmployeeGetEducation.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetEducation/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetEducation/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetGovernmentIDs/msdyn_HRWorkdayHCMEmployeeGetGovernmentIds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetGovernmentIDs/msdyn_HRWorkdayHCMEmployeeGetGovernmentIds.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetGovernmentIDs/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGetGovernmentIDs/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGivePeerFeedback/msdyn_HRWorkdayHCMEmployeeGiveFeedback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGivePeerFeedback/msdyn_HRWorkdayHCMEmployeeGiveFeedback.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGivePeerFeedback/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/EmployeeScenarios/WorkdayGivePeerFeedback/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagerServiceAnniversary/msdyn_HRWorkdayHCMManagerServiceAnniversary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagerServiceAnniversary/msdyn_HRWorkdayHCMManagerServiceAnniversary.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagerServiceAnniversary/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagerServiceAnniversary/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CompanyCode/msdyn_HRWorkdayHCMManagerDirectCompanyCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CompanyCode/msdyn_HRWorkdayHCMManagerDirectCompanyCode.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CompanyCode/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CompanyCode/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CostCenter/msdyn_HRWorkdayHCMManagerDirectCostCenter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CostCenter/msdyn_HRWorkdayHCMManagerDirectCostCenter.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CostCenter/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-CostCenter/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-Jobtaxanomy/msdyn_HRWorkdayHCMManagerJobTaxonomy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-Jobtaxanomy/msdyn_HRWorkdayHCMManagerJobTaxonomy.xml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-Jobtaxanomy/topic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/ManagerScenarios/WorkdayManagersdirect-Jobtaxanomy/topic.yaml -------------------------------------------------------------------------------- /EmployeeSelfServiceAgent/Workday/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/EmployeeSelfServiceAgent/Workday/README.md -------------------------------------------------------------------------------- /FeedbackAnalyzer/MCSResponsesAnalyzer_2_0_0_2_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/MCSResponsesAnalyzer_2_0_0_2_managed.zip -------------------------------------------------------------------------------- /FeedbackAnalyzer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/README.md -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_addcomponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_addcomponent.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_addcomponentconfirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_addcomponentconfirm.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_apprecordview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_apprecordview.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_appview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_appview.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_availablecomponents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_availablecomponents.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_flowsprocessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_flowsprocessing.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_m365adhoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_m365adhoc.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_m365everyresponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_m365everyresponse.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_m365topics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_m365topics.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_useridentitytopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_useridentitytopic.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_viewconversationbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_viewconversationbutton.png -------------------------------------------------------------------------------- /FeedbackAnalyzer/docs/images/feedback_viewconvotranscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FeedbackAnalyzer/docs/images/feedback_viewconvotranscript.png -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/.env.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/.env.template -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/README.md -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/input/test_cases.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/input/test_cases.csv -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/pytest.ini -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/reports/multi_turn_eval_openai.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/reports/multi_turn_eval_openai.html -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/requirements.txt -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/testinglib/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/testinglib/config.py -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/testinglib/copilot_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/testinglib/copilot_client.py -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/testinglib/msal_cache_plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/testinglib/msal_cache_plugin.py -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/tests/conftest.py -------------------------------------------------------------------------------- /FunctionalTesting/PytestAgentsSDK/tests/multi_turn_eval_openai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/PytestAgentsSDK/tests/multi_turn_eval_openai.py -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/.env -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/.local_token_cache.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/README.md -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/data/input - Sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/data/input - Sample.txt -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/data/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/data/input.txt -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/gradio/src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/gradio/src/main.py -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/DataSet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/DataSet.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/RunningURL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/RunningURL.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Data-Planner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Data-Planner.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Data-Query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Data-Query.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/Screen-Statistics.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/StartTestRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/StartTestRun.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/img/URLLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/img/URLLoad.png -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/requirements.txt -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/src/AgentProcessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/src/AgentProcessor.py -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/src/local_token_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/src/local_token_cache.py -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/src/main.py -------------------------------------------------------------------------------- /FunctionalTesting/ResponseAnalysisAgentsSDK/src/theme_dropdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/FunctionalTesting/ResponseAnalysisAgentsSDK/src/theme_dropdown.py -------------------------------------------------------------------------------- /GenerativeChitChat/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/GenerativeChitChat/README.MD -------------------------------------------------------------------------------- /GenerativeChitChat/chitChat_1754499294831_1_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/GenerativeChitChat/chitChat_1754499294831_1_3.zip -------------------------------------------------------------------------------- /ImplementationGuide/Microsoft Copilot Studio - Implementation Guide.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ImplementationGuide/Microsoft Copilot Studio - Implementation Guide.pptx -------------------------------------------------------------------------------- /ImplementationGuide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ImplementationGuide/README.md -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.funcignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.funcignore -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.gitignore -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/extensions.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/launch.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/settings.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/.vscode/tasks.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/host.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/package-lock.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/package.json -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/src/functions/relayToDirectLine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/src/functions/relayToDirectLine.js -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/DirectLineAzureFunction/src/index.js -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/README.md -------------------------------------------------------------------------------- /IntegrateWithEngagementHub/ServiceNow/ScriptIncludes/CustomDirectLineInboundTransformer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/IntegrateWithEngagementHub/ServiceNow/ScriptIncludes/CustomDirectLineInboundTransformer.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LICENSE -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/Multi Group WebSocket.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/Multi Group WebSocket.jmx -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/README.md -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/check_account_balance_utterances.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/check_account_balance_utterances.csv -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/images/activeThreadsOverTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/images/activeThreadsOverTime.png -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/images/responseTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/images/responseTime.png -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/images/responseTimesVsThreads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/images/responseTimesVsThreads.png -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/images/shareConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/images/shareConfig.png -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/images/threadGRPConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/images/threadGRPConfig.png -------------------------------------------------------------------------------- /LoadTesting/JMeterMultiThreadGroup/make_payment_utterances.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/LoadTesting/JMeterMultiThreadGroup/make_payment_utterances.csv -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/README.md -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/package.json -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/data/resources.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/data/resources.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/index.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/types.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/utils/datetime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/utils/datetime.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/utils/text.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/utils/text.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/src/utils/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/src/utils/utils.ts -------------------------------------------------------------------------------- /MCPSamples/pass-resources-as-inputs/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/pass-resources-as-inputs/tsconfig.json -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/README.md -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/assets/blue-whale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/assets/blue-whale.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/assets/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/assets/butterfly.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/assets/red-panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/assets/red-panda.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/data/resources.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/data/resources.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/data/resources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/data/resources.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/data/species.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/data/species.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/data/species.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/data/species.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/index.d.ts: -------------------------------------------------------------------------------- 1 | export {}; 2 | -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/index.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/types.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/types.js: -------------------------------------------------------------------------------- 1 | // Type definitions for the species resource server 2 | export {}; 3 | -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/datetime.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/datetime.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/datetime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/datetime.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/formatting.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/formatting.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/formatting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/formatting.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/imageEncoder.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/imageEncoder.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/imageEncoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/imageEncoder.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/utils.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/utils.d.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/build/utils/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/build/utils/utils.js -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/package.json -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/.DS_Store -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/assets/blue-whale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/assets/blue-whale.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/assets/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/assets/butterfly.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/assets/red-panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/assets/red-panda.png -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/data/resources.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/data/resources.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/data/species.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/data/species.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/index.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/types.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/utils/datetime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/utils/datetime.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/utils/formatting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/utils/formatting.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/utils/imageEncoder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/utils/imageEncoder.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/src/utils/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/src/utils/utils.ts -------------------------------------------------------------------------------- /MCPSamples/search-species-resources-typescript/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MCPSamples/search-species-resources-typescript/tsconfig.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/AdapterWithErrorHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/AdapterWithErrorHandler.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Controllers/BotController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Controllers/BotController.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Program.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/README.md -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Startup.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/DirectLineService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/DirectLineService.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/HandoffHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/HandoffHelper.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/OmnichannelBotClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/OmnichannelBotClient.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/OmnichannelCommandTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/OmnichannelCommandTypes.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/TranslationSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/TranslationSettings.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/TranslatorDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/TranslatorDictionary.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Helpers/UserLanguage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Helpers/UserLanguage.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/BotEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/BotEndpoint.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/BotResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/BotResponse.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/DetectorResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/DetectorResponse.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/DirectLineToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/DirectLineToken.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/HandoffContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/HandoffContext.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/TranslatorResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/TranslatorResponse.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/Model/TranslatorResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/Model/TranslatorResult.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/TokenService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/TokenService.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/TranslationMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/TranslationMiddleware.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/Translation/TranslatorService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/Translation/TranslatorService.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/TranslationBot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/TranslationBot.cs -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/TranslationBot.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/TranslationBot.csproj -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/TranslationBot.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/TranslationBot.sln -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/appsettings.Development.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/appsettings.json -------------------------------------------------------------------------------- /MultilingualBotSample/Bot/wwwroot/default.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/Bot/wwwroot/default.htm -------------------------------------------------------------------------------- /MultilingualBotSample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/README.md -------------------------------------------------------------------------------- /MultilingualBotSample/images/DevResources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/DevResources.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/Diagram-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/Diagram-2.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/add-bot-workstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/add-bot-workstream.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/add-users-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/add-users-queue.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/add-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/add-users.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/advanced-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/advanced-tools.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/app-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/app-settings.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/ask-question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/ask-question.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/azure_portal_channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/azure_portal_channels.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/azurre_portal_oc_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/azurre_portal_oc_channel.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/behaviors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/behaviors.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/bot-in-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/bot-in-queue.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/bot-workstream-area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/bot-workstream-area.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/chat-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/chat-name.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/command-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/command-1.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/command-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/command-2.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/command-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/command-3.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/command-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/command-4.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/config-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/config-file.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/configure-bot-context-variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/configure-bot-context-variable.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/copy-key-region.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/copy-key-region.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/create-messaging-workstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/create-messaging-workstream.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/create-ruleset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/create-ruleset.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/customer_service_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/customer_service_home.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/customer_service_trial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/customer_service_trial.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/deployment-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/deployment-1.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/deployment-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/deployment-2.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-1.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-2.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-3.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-4.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-5.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dl-config-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dl-config-6.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/dynamics365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/dynamics365.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/exception1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/exception1.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/exception2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/exception2.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/messagingEndpoint - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/messagingEndpoint - Copy.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/messagingEndpoint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/messagingEndpoint.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/new-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/new-topic.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/new-workstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/new-workstream.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/ngrok-route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/ngrok-route.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/obtain-bot-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/obtain-bot-id.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/obtain-tenant-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/obtain-tenant-id.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-1.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-10.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-11.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-2.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-3.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-4.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-5.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-6.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-7.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-8.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/pipeline-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/pipeline-9.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/power_platform_admin_center2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/power_platform_admin_center2.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/power_platform_admin_center3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/power_platform_admin_center3.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/power_platform_admin_center4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/power_platform_admin_center4.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/power_platform_admin_center5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/power_platform_admin_center5.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/secrets-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/secrets-5.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/secrets-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/secrets-6.jpg -------------------------------------------------------------------------------- /MultilingualBotSample/images/select-application-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/select-application-user.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/select-workstreams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/select-workstreams.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/service-connection-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/service-connection-1.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/service-connection-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/service-connection-2.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/setup-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/setup-chat.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/sign-in.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/skill-host-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/skill-host-endpoint.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/start-bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/start-bot.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/test-web-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/test-web-chat.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/transfer-no-oc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/transfer-no-oc.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/try-free-trial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/try-free-trial.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/widget-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/widget-code.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/widget-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/widget-test.png -------------------------------------------------------------------------------- /MultilingualBotSample/images/zip-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/MultilingualBotSample/images/zip-folder.png -------------------------------------------------------------------------------- /OnGeneratedResponse/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/OnGeneratedResponse/README.MD -------------------------------------------------------------------------------- /OnGeneratedResponse/swap-citations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/OnGeneratedResponse/swap-citations.yml -------------------------------------------------------------------------------- /Playbook/Intent_Test_Matrix.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/Playbook/Intent_Test_Matrix.xlsx -------------------------------------------------------------------------------- /Playbook/PVA - Customer Engagement Playbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/Playbook/PVA - Customer Engagement Playbook.pdf -------------------------------------------------------------------------------- /Playbook/PVA Bot Building Handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/Playbook/PVA Bot Building Handbook.pdf -------------------------------------------------------------------------------- /Playbook/PVA_Req_Template.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/Playbook/PVA_Req_Template.xlsx -------------------------------------------------------------------------------- /Playbook/PVA_action_dev_template.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/Playbook/PVA_action_dev_template.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/README.md -------------------------------------------------------------------------------- /RelayBotSample/AdapterWithErrorHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/AdapterWithErrorHandler.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/BotService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/BotService.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/ConversationManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/ConversationManager.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/DirectLineToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/DirectLineToken.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/IBotService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/IBotService.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/RelayConversation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/RelayConversation.cs -------------------------------------------------------------------------------- /RelayBotSample/BotConnector/ResponseConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/BotConnector/ResponseConverter.cs -------------------------------------------------------------------------------- /RelayBotSample/Bots/RelayBot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/Bots/RelayBot.cs -------------------------------------------------------------------------------- /RelayBotSample/Controllers/BotController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/Controllers/BotController.cs -------------------------------------------------------------------------------- /RelayBotSample/DeploymentTemplates/new-rg-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/DeploymentTemplates/new-rg-parameters.json -------------------------------------------------------------------------------- /RelayBotSample/DeploymentTemplates/preexisting-rg-parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/DeploymentTemplates/preexisting-rg-parameters.json -------------------------------------------------------------------------------- /RelayBotSample/DeploymentTemplates/template-with-new-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/DeploymentTemplates/template-with-new-rg.json -------------------------------------------------------------------------------- /RelayBotSample/DeploymentTemplates/template-with-preexisting-rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/DeploymentTemplates/template-with-preexisting-rg.json -------------------------------------------------------------------------------- /RelayBotSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/Program.cs -------------------------------------------------------------------------------- /RelayBotSample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/README.md -------------------------------------------------------------------------------- /RelayBotSample/SampleBot.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/SampleBot.csproj -------------------------------------------------------------------------------- /RelayBotSample/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/Startup.cs -------------------------------------------------------------------------------- /RelayBotSample/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/appsettings.Development.json -------------------------------------------------------------------------------- /RelayBotSample/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/appsettings.json -------------------------------------------------------------------------------- /RelayBotSample/wwwroot/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/RelayBotSample/wwwroot/default.html -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/.env -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/.gitignore -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/README.md -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/app.js -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/copilot/SingIn - Introspection Flow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/copilot/SingIn - Introspection Flow.yaml -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/copilot/SingIn - Pass Through Pattern Flow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/copilot/SingIn - Pass Through Pattern Flow.yaml -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/README-RunOnAzure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/README-RunOnAzure.md -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/README-RunOnLocalMachine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/README-RunOnLocalMachine.md -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/1-OpenFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/1-OpenFolder.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/2-ShowRunCommand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/2-ShowRunCommand.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/3-CreateNewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/3-CreateNewApp.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/3-SelectName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/3-SelectName.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/4-SelectLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/4-SelectLocation.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/5-SelectRuntime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/5-SelectRuntime.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/6-SelectPricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/6-SelectPricing.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/7-ConfirmSuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/7-ConfirmSuccess.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/8-DefaultDomain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/8-DefaultDomain.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/9-Deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/9-Deploy.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/CheckAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/CheckAgent.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/OktaUserName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/OktaUserName.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/PublicKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/PublicKey.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step1GotoToLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step1GotoToLogin.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step2SignedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step2SignedIn.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step3OpenChatWidget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step3OpenChatWidget.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step4LoggedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step4LoggedIn.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step5Escalate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step5Escalate.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step7Escalate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step7Escalate.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step8Final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/Step8Final.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/bloburl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/docs/images/bloburl.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/keys/public.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/keys/public.key -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/package.json -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/public/css/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/public/css/style/style.css -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/constants.js -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/params.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/params.js -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/privatekey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/privatekey.js -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/publickey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/routes/publickey.js -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/chatwidget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/chatwidget.html -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/layout.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/layout.pug -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/signout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA - Copilot+D365OC/views/signout.html -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/README.md -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/img/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/img/placeholder.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/img/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/img/token.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/img/widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/img/widget.png -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/public/index.html -------------------------------------------------------------------------------- /SSOSamples/3rdPartySSOWithOKTA/public/signout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/3rdPartySSOWithOKTA/public/signout.html -------------------------------------------------------------------------------- /SSOSamples/CopilotStudioChatAPI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/CopilotStudioChatAPI/README.md -------------------------------------------------------------------------------- /SSOSamples/CopilotStudioChatAPI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/CopilotStudioChatAPI/index.html -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/.eslintrc.js -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/.gitignore -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/.npmignore -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/.yo-rc.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/README.md -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/config.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/deploy-azure-storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/deploy-azure-storage.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/package-solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/package-solution.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/sass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/sass.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/serve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/serve.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/config/write-manifests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/config/write-manifests.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/gulpfile.js -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/package-lock.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/package.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/sample.png -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/index.ts -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.manifest.json -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.module.scss -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/DynamicsLiveChatSsoWebPart.ts -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/utils/chat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/utils/chat.ts -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/utils/msal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/src/webparts/dynamicsLiveChatSso/utils/msal.ts -------------------------------------------------------------------------------- /SSOSamples/DynamicsLiveChatSSO/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/DynamicsLiveChatSSO/tsconfig.json -------------------------------------------------------------------------------- /SSOSamples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/README.md -------------------------------------------------------------------------------- /SSOSamples/SSOwithEntraID/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SSOwithEntraID/README.md -------------------------------------------------------------------------------- /SSOSamples/SSOwithEntraID/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SSOwithEntraID/index.html -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.eslintrc.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.gitignore -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.npmignore -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.vscode/launch.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.vscode/settings.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/.yo-rc.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/README.md -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/config.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/deploy-azure-storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/deploy-azure-storage.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/package-solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/package-solution.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/sass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/sass.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/serve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/serve.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/config/write-manifests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/config/write-manifests.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/gulpfile.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/images/agent sidepanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/images/agent sidepanel.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/package-lock.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/package.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/sharepoint/assets/ClientSideInstance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/sharepoint/assets/ClientSideInstance.xml -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/sharepoint/assets/elements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/sharepoint/assets/elements.xml -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/SidebarAgentApplicationCustomizer.manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/SidebarAgentApplicationCustomizer.manifest.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/SidebarAgentApplicationCustomizer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/SidebarAgentApplicationCustomizer.tsx -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/Chat/Chat.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/Chat/Chat.tsx -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/Chat/acquireToken.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/Chat/acquireToken.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/SidePanel/SidePanel.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/SidePanel/SidePanel.module.scss -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/SidePanel/SidePanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/components/SidePanel/SidePanel.tsx -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/loc/en-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/loc/en-us.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/loc/myStrings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/loc/myStrings.d.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/models/ISidebarAgentProperties.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/extensions/sidebarAgent/models/ISidebarAgentProperties.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/index.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/src/scss.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/src/scss.d.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOAppCustomizer/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOAppCustomizer/tsconfig.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.eslintrc.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.gitignore -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.npmignore -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.vscode/launch.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.vscode/settings.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/.yo-rc.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/Configure-McsForSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/Configure-McsForSite.ps1 -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/README.md -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/SETUP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/SETUP.md -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/config.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/deploy-azure-storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/deploy-azure-storage.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/package-solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/package-solution.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/sass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/sass.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/serve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/serve.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/config/write-manifests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/config/write-manifests.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/gulpfile.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/image.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/SharePointSSOComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/SharePointSSOComponent.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/apiPermissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/apiPermissions.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/apisMyOrganization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/apisMyOrganization.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/clientID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/clientID.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/customScope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/customScope.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/folderStructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/folderStructure.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/scopePermissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/scopePermissions.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/images/toeknExchangeURL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/images/toeknExchangeURL.png -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/package-lock.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/package.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/populate_elements_xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/populate_elements_xml.py -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/sharepoint/assets/ClientSideInstance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/sharepoint/assets/ClientSideInstance.xml -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/sharepoint/assets/elements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/sharepoint/assets/elements.xml -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/sharepoint/solution/pva-extension-sso.sppkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/sharepoint/solution/pva-extension-sso.sppkg -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/PvaSsoApplicationCustomizer.manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/PvaSsoApplicationCustomizer.manifest.json -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/PvaSsoApplicationCustomizer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/PvaSsoApplicationCustomizer.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/ChatBot.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/ChatBot.tsx -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/IChatBotProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/IChatBotProps.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/MSALWrapper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/components/MSALWrapper.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/loc/en-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/loc/en-us.js -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/loc/myStrings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/extensions/pvaSso/loc/myStrings.d.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/src/index.ts -------------------------------------------------------------------------------- /SSOSamples/SharePointSSOComponent/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/SSOSamples/SharePointSSOComponent/tsconfig.json -------------------------------------------------------------------------------- /ShowReasoningSample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/README.md -------------------------------------------------------------------------------- /ShowReasoningSample/copilotstudio/acquireToken.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/copilotstudio/acquireToken.js -------------------------------------------------------------------------------- /ShowReasoningSample/copilotstudio/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/copilotstudio/index.js -------------------------------------------------------------------------------- /ShowReasoningSample/copilotstudio/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/copilotstudio/settings.js -------------------------------------------------------------------------------- /ShowReasoningSample/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/index.html -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/README.md -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/package.json -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/agentType.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser.mjs -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser.mjs.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/browser/os.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/connectionSettings.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioClient.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioConnectionSettings.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/copilotStudioWebChat.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/executeTurnRequest.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/index.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformCloud.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/powerPlatformEnvironment.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/prebuiltBotStrategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/publishedBotStrategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/src/strategies/strategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/dist/tsconfig.tsbuildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/dist/tsconfig.tsbuildinfo -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/package.json -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/agentType.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/browser/os.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/connectionSettings.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioClient.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioConnectionSettings.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/copilotStudioWebChat.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/executeTurnRequest.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/index.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformCloud.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/powerPlatformEnvironment.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/prebuiltBotStrategy.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/publishedBotStrategy.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.d.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/src/strategies/strategy.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.d.ts: -------------------------------------------------------------------------------- 1 | export {}; 2 | -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.js -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.js.map -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/test/copilotStudioClient.test.ts -------------------------------------------------------------------------------- /ShowReasoningSample/pkg/agents-copilotstudio-client/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/pkg/agents-copilotstudio-client/tsconfig.json -------------------------------------------------------------------------------- /ShowReasoningSample/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/script.js -------------------------------------------------------------------------------- /ShowReasoningSample/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/ShowReasoningSample/styles.css -------------------------------------------------------------------------------- /TypeaheadSuggestions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/TypeaheadSuggestions/README.md -------------------------------------------------------------------------------- /TypeaheadSuggestions/TypeAheadSolutionAPI_1_0_0_0_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/TypeaheadSuggestions/TypeAheadSolutionAPI_1_0_0_0_managed.zip -------------------------------------------------------------------------------- /TypeaheadSuggestions/TypeAheadSuggestions_V1.0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/TypeaheadSuggestions/TypeAheadSuggestions_V1.0.html -------------------------------------------------------------------------------- /TypeaheadSuggestions/TypeAheadSuggestions_V2.0[REACT Component].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/TypeaheadSuggestions/TypeAheadSuggestions_V2.0[REACT Component].html -------------------------------------------------------------------------------- /VNet support/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/VNet support/readme.md -------------------------------------------------------------------------------- /VNet support/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CopilotStudioSamples/HEAD/VNet support/template.json --------------------------------------------------------------------------------