Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,638 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We have built a custom AI agent with RAG approach using AI search and Azure Open AI service in Teams toolkit framework. We have also provisioned PostgreSQL in Azure for storing the responses and human feedback.
The toolkit works fine when tested locally using test tool, but when deployed into the teams, bot is not responding.
This issue raised when PostgreSQL integrated with toolkit for capturing responses and feedback.
the bot code is attached for your reference, any suggestion would help.