You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vscode-extension/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1871,6 +1871,11 @@
1871
1871
"default": "Info",
1872
1872
"markdownDescription": "Set the log level of Microsoft 365 Agents Toolkit. The default value is `Info`. The available values are `Debug`, `Verbose`, `Info`. The definitions of the log levels are:\n\n`Debug`:\n\n- HTTP request and response details from Microsoft 365 Agents Toolkit to external services such as Azure, Microsoft 365, and Developer Portal.\n- Information related to Microsoft 365 and Azure accounts and access permissions.\n- Debugging information for each Microsoft 365 Agents Toolkit command execution, such as stack trace, ARM deployment information, etc.\n\n`Verbose`:\n\n- Progress information when executing lifecycle commands defined in the YAML file.\n- Execution details of each action that defined in the YAML file, including outcomes, result summaries, diagnostic information, etc.\n\n`Info`: Microsoft 365 Agents Toolkit command execution summaries.\n"
"teamstoolkit.walkthroughs.select.placeholder": "Select an option",
613
612
"teamstoolkit.walkthroughs.select.title": "Select a Tutorial to Get Started",
614
-
615
613
"teamstoolkit.walkthroughs.buildIntelligentApps.title": "Build a Declarative Agent",
616
614
"teamstoolkit.walkthroughs.buildIntelligentApps.description": "Build a declarative agent with Microsoft 365 Agents Toolkit to simplify workflows and automate tasks.",
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsIntroduction.description": "Build a declarative agent to customize Microsoft 365 Copilot with specific instructions, actions, and knowledge. Follow this guide to get started.",
620
617
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsEnvironment.title": "Set up your environment",
621
618
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsEnvironment.description": "Set up your environment to build a declarative agent for Microsoft 365 Copilot. Ensure you have Node.js, NPM, and a valid Microsoft 365 Copilot license. [Learn how to get a developer environment.](https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/prerequisites#prerequisites)\n[Check Copilot License](command:fx-extension.checkCopilotAccess?%5B%22WalkThrough%22%5D)",
622
-
623
619
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsBuildApp.title": "Build a declarative agent",
624
620
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsBuildApp.description": "Follow these steps to build your declarative agent using Microsoft 365 Agents Toolkit.\n[Build Declarative Agent](command:fx-extension.create?%5B%22SideBar%22%5D)",
625
621
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsPreview.title": "Preview in Microsoft 365 Copilot",
626
622
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsPreview.description": "To preview your declarative agent, [Provision](command:fx-extension.provision) it for Microsoft 365 Copilot and Launch Microsoft 365 Copilot for [Preview](command:fx-extension.localdebug).\n[Provision](command:fx-extension.provision)\n[Preview](command:fx-extension.localdebug)\nTip: Use [Run and Debug](command:workbench.view.debug) panel on the activity bar to browse all debug options in Teams.",
627
-
628
623
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsExplore.title": "Improve your declarative agent",
629
624
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsExplore.description": "Improve your declarative agent's user experience by adding capabilities.\n\nThe capabilities element in the manifest unlocks various features for your users.",
630
-
631
625
"teamstoolkit.walkthroughs.buildIntelligentApps.twoPathsToIntelligentApps.title": "Two Paths to Intelligent Apps",
632
626
"teamstoolkit.walkthroughs.buildIntelligentApps.twoPathsToIntelligentApps.description": "Build your intelligent apps with Microsoft 365 in two ways:\n🎯 Extend Microsoft Copilot with a plugin, Or\n✨ Build your own Copilot in Teams using Teams AI Library and Azure services",
"teamstoolkit.walkthroughs.buildIntelligentApps.copilotPlugin.description": "Transform your app into a plugin to enhance Copilot's skills and boost user productivity in daily tasks and workflows. Explore [Copilot Extensibility](https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/)\n[Check Copilot Access](command:fx-extension.checkCopilotAccess?%5B%22WalkThrough%22%5D)",
636
-
637
629
"teamstoolkit.walkthroughs.buildIntelligentApps.buildPlugin.title": "Build a Plugin",
638
630
"teamstoolkit.walkthroughs.buildIntelligentApps.buildPlugin.description": "Expand, enrich, and customize Copilot with plugins and Graph connectors in any of the following ways\n[OpenAPI Description Document](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22project-type%22%3A%20%22copilot-agent-type%22%2C%20%22capabilities%22%3A%20%22api-plugin%22%7D%5D)\n[Teams Message Extension](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22search-app%22%2C%20%22project-type%22%3A%20%22me-type%22%2C%20%22me-architecture%22%3A%20%22bot-plugin%22%7D%5D)\n[Graph Connector](command:fx-extension.openSamples?%5B%22WalkThrough%22%2C%20%22gc-nodejs-typescript-food-catalog%22%5D)",
"teamstoolkit.walkthroughs.buildIntelligentApps.customCopilot.description": "Build your intelligent, natural language-driven experiences in Teams, leveraging its vast user base for collaboration. \nMicrosoft 365 Agents Toolkit integrates with Azure OpenAI and Teams AI Library to streamline copilot development and offer unique Teams-based capabilities. \nExplore [Teams AI Library](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview) and [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview)",
"teamstoolkit.walkthroughs.buildIntelligentApps.buildCustomCopilot.description": "Build an AI agent bot for common tasks or an intelligent chatbot to answer specific questions\n[Build a Basic AI Chatbot](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-basic%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)\n[Build an AI Agent](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-agent%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)\n[Build a Bot to Chat with Your Data](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-rag%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)",
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppResources.description": "Explore these resources to build intelligent apps and enhance your development projects\n🗒️ [Generative AI for Beginners](https://github.com/microsoft/generative-ai-for-beginners/tree/main)\n✨ [Retrieval Augmented Generation (RAG)](https://learn.microsoft.com/en-us/azure/search/retrieval-augmented-generation-overview)\n📚 [AI Learning and Community Hub](https://learn.microsoft.com/en-us/ai/)",
648
637
"teamstoolkit.m365.needSignIn.message": "You need to sign in your Microsoft 365 account.",
@@ -654,5 +643,11 @@
654
643
"teamstoolkit.mcpUtils.setupMcpServer.successMessage": "M365 Agents Toolkit MCP server configured successfully!",
"teamstoolkit.handlers.openWorkspaceMCPConfigNotification": "Declarative agent project successfully created with a MCP wrapped. You can now start the MCP server from CodeLens button \"Start\" or customize your MCP server in .vscode/mcp.json file.\nTo fetch tools from MCP server, click \"ATK: Update Action with MCP\" from the CodeLens or Command Palatte.",
657
-
"teamstoolkit.commands.updateActionWithMCP.title": "Fetch action from MCP"
646
+
"teamstoolkit.commands.updateActionWithMCP.title": "Fetch action from MCP",
647
+
"teamstoolkit.MCP.FileNotFound": "MCP configuration file not found in .vscode/mcp.json. Please ensure you have set up the MCP server.",
648
+
"teamstoolkit.MCP.ContentInvalid": "MCP configuration file content is invalid. Please ensure the content in .vscode/mcp.json is correct.",
649
+
"teamstoolkit.MCP.ServerNotFound": "No MCP server found in the MCP file.",
650
+
"teamstoolkit.MCP.NameOrServerUrlMissing": "MCP name or server URL is missing.",
651
+
"teamstoolkit.MCP.ToolsNotFound": "No tools found for the MCP server. Please run the server first.",
652
+
"teamstoolkit.MCP.SelectServerFailed": "Failed to select MCP server."
0 commit comments