Hi,
I'm not sure if I've come to the right place to ask this question.
Instead of using Copilot Studio, I'm working on a document chatbot POC using the example source code from the azure-search-openai-demo and have presented the demo to many BU directors and users. The focus group testing was successful, and users' feedback was very good.
The good thing for me to stay in coding is because there's plenty of good custom changes that I have made and they're
1. Native integration of the Azure Entra ID - to get the user's profile and then use it to filter the documents by using their metadata.
2. Customized prompts to provide better answer.
My dilemma is how to turn it into a Microsoft Teams App that will sit in the left-side panel of the Teams window, rather than being embedded as a web app inside the group Tab.
For the backend part, it's not causing me a headache because I'm planning to turn the OpenAI chat functions into a REST API.
However, for the frontend part, which the existing one is a web app, and I wish to integrate and deploy it into a Microsoft Teams App so the chatbot can be accessed as a Microsoft Teams app.
Question: Can I use the bot framework just purely for its session cache and chat U.I template?
I think Teams Developer - Microsoft Community Hub it's the place you are looking for.