Developing the Event Assistant Copilot¶
Welcome to the workshop for developing the Event Assistant Copilot in Dynamics 365 Business Central.
The Event Assistant Copilot is an innovative AI tool designed to answer event-related queries by dynamically identifying user intent and invoking specific functions based on user input. It utilizes advanced function calling feature to process natural language queries about event details and provide precise answers.
What You Will Learn¶
In this workshop, you'll learn how to use function calls to make the copilot interact with Dynamics 365 Business Central. This will allow copilot to process user queries and retrieve information from the database based on natural language inputs.
-
Function Calling: Discover how to use function calling to enhance your copilot's answers. By describing functions to the Assistant, it can determine the right function to invoke and the necessary arguments based on user input.
-
Token Counting: Understand how to manage the usage of tokens in queries to Azure OpenAI, ensuring efficient use of resources.
Next Steps¶
Proceed to the next part to learn about the prerequisites for setting up your development environment and beginning the implementation of the Event Assistant Copilot in Dynamics 365 Business Central.