0

I have created a chat model using Azure open ai and providing it custom data source with help of container and Azure ai search, but this is static. And I am using that API in my app. But what I want to do is that. But now I want to Integration it such a way that the user can ask questions about it account like purchases, profile related things, orders, etc. so that should be dynamic. How can I achieve it

I want to provide custom data to Azure openAI via API and it will be dynamic

1

1 Answer 1

1

What you are looking for is function calling:

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.

Here are some links to get started.

You could also leverage LangChain as described here, use Semantic Kernel or the Azure OpenAI SDK.

I created a workshop a time ago that demonstrates function calling using C#, Semantic Kernel and the Azure OpenAI SDK. It can be found here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.