Create a conversational bot in Microsoft Teams using OpenAI

preview_player
Показать описание
In this 15-minute developer-focused demo, Lee Ford steps viewers through the process - user sends message from Teams client to the Azure Bot ID defined in Teams app manifest, Azure Bot sends message to Bot code that is running in an Azure Function (doesn’t have to be an Azure Function), Bot sends the text from message sent from Teams to OpenAI API and answer/response is sent back to Teams (in Adaptive Cards).

This PnP Community demo is taken from the Microsoft 365 & Power Platform Development Community call recorded on January 19, 2023.

Demo Presenter
• Lee Ford (Symity) | @lee_ford

Community Call Conversation

Supporting materials

Learn more

Рекомендации по теме
Комментарии
Автор

You're not getting good answers from OpenAI API because it doesn't have a "memory". ChatGPT does have a memory because they built it that way. This is often a confusing point when getting started with the OpenAI APIs. So, for you to say "Do you like Cheese", "yes" and then "What is your favorite", (one way is) you have to pass in the history into the prompt so it knows that you are asking it "what kind of cheese is your favorite". So, you actually did built a basic question/answer bot, despite saying that you weren't. no big deal, worth clarifying though.

peterphilips
Автор

how did you integrate the bot with the microsoft teams make a video explaining that part

adithyav
Автор

is it possible to use this setup in a voice call?

JosiahWilkins-gd
Автор

Message Endpoint in azure bot, I set for url function app .why i dont get response at my channel .

thuongnguyenthe
Автор

Would this work also with Azure OpenAI?

marcogrimaldi