Function Calling in Copilot Chatbot Using Azure OpenAI Assistant - Part1

preview_player
Показать описание
In this course you will learn how you can integrate a Copilot Chatbot with Azure OpenAI Assistant in order to leverage Function Calling for generating question and answer to perform a particular action based on the user's input. This functionality was not possible directly for the Copilot Chatbot, which now becomes simpler with Azure OpenAI Assistants

Function calling allows you to connect models like gpt-4o to external tools and systems. This is useful for many things such as empowering AI assistants with capabilities, or building deep integrations between your applications and the models. When you use the OpenAI API with function calling, the model never actually executes functions itself, instead the model simply generates parameters that can be used to call your function, which your code can then choose how to handle, likely by calling the indicated function. Your application is always in full control.

#copilot #copilotstudio #functioncalling #azureopenai #azureopenaiassistants #copilotchatbot #powerautomate #flow #chatgpt #chatgpt4 #chatgpt4o #openaifunctioncalling #openai @Microsoft365
Рекомендации по теме
Комментарии
Автор

Amazing. Thanks, Neeraj for this video

naveenrajdev