page_type | description | products | languages | ||||
---|---|---|---|---|---|---|---|
sample |
This sample demonstrates how to use multiple parameters in a plugin for Microsoft 365 Copilot using .NET and Teams Toolkit for Visual Studio. |
|
|
Using multiple parameters in a plugin for Microsoft 365 Copilot using .NET and Teams Toolkit for Visual Studio sample
- Visual Studio 2022 17.7+
- Teams Toolkit
- You will need a Microsoft work or school account with permissions to upload custom Teams applications. The account will also need a Microsoft 365 Copilot license to use the extension in Copilot.
- Clone repo
- Open solution in Visual Studio
- Create environment files
- Create a public dev tunnel
- Run Prepare Teams apps dependencies
- Press F5 and follow the prompts
TEAMSFX_ENV=local
SECRET_BOT_PASSWORD=
TEAMSFX_ENV=dev
SECRET_BOT_PASSWORD=
- Enable the plugin
- Use a basic prompt:
Find stocks in NASDAQ Stocks
- Use an advanced prompt:
Find top 10 stocks in NASDAQ Stocks with P/B < 2 and P/E < 30