toolkit
2 TopicsTeams bot not working when deployed
I have developed a RAG chat bot with Azure OpenAI and Teams Toolkit for VSCode. When I run the app in debug it works perfectly as expected, the problem is when I upload it to Teams it only sends the welcome message, then error messages. I published it to Teams with "Zip Teams App Package", and uploaded the zip file there. I suspect there might be a problem with the manifest, but would be grateful for any other pointers that might cause this issue. This is what my manifest file looks like:68Views0likes1CommentExternal oAuth for bot/message extension app
I have created a bot/message extension app using teams toolkit in visual studio code in typescript language. I want to add authentication using oauth for GitHub. I have check a doc but it seems to be for a tab app. https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-oauth-provider Please help on how I can do oAuth authentication for the Github provider for bot/msg extension app then use the GitHub APIs.....555Views0likes3Comments