News

VS Code Tool for Microsoft Teams Sports New Chat Bot App Template

Because AI hasn't quite yet been infused into every single Microsoft product and service, the company today announced a new AI chat bot template for its Teams Toolkit for Visual Studio Code.

Microsoft today announced the chat bot template as the major improvement in the regular monthly update to VS Code's Teams Toolkit, which also gets a new "One Productivity Hub" to showcase how to craft a tab that seamlessly displays calendar events, to-do tasks and files using Graph Toolkit with SPFx. Microsoft Graph Toolkit (MGT) is a collection of reusable web components powered by Microsoft Graph that help developers integrate Microsoft 365 services into their applications.

But it's AI, of course, that takes center stage in seemingly every Microsoft announcement these days.

The new AI chat bot template, fittingly used to create chatbots for Teams, hooks in to the company's Teams AI library, currently in public developer preview. It's a Teams-centric interface to GPT-based common language models like those that power OpenAI's ChatGPT and many Microsoft wares. It improves the process of building conversational bots for Microsoft Teams interaction by simplifying the complex and expensive tasks of writing and maintaining conversational bot logic to integrate with large language models (LLMs).

[Click on image for larger view.] Teams AI Library (source: Microsoft).

"We're thrilled to introduce the new AI chat bot app template, designed to kickstart your journey building sophisticated chat bots with AI capabilities using the Teams AI Library," Microsoft said in an Aug. 21 announcement. "This template empowers you to create GPT-like chat bots that can engage and interact intelligently with users."

The library helps devs do that with:

  • Simple Teams-centric component scaffolding
  • Natural language modeling
  • Prompt engineering
  • Predictive engine for mapping intents to actions
[Click on image for larger, animated GIF view.] Teams Chatbot in Animated Action: 'What Can You Do?' (source: Microsoft).

Along with the chat bot template and One Productivity Hub sample, the Teams team enhanced teamsapp.yml with CodeLens, made several tweaks to the Teams Toolkit CLI and TeamsFx SDK and fixed bugs, in addition to other work.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube