Share via

how can i call other applications through apis in my aoai chat application,what type of apis i can use?

Anonymous
2024-05-07T09:57:53.5966667+00:00

i have aoai chat application that uses acs and azure openai,we trained model by giving FAQs related to some other applications,if user ask question it will give response based on the information provided in FAQ,but here i want real time data that is present in those applications like user asked question"who is my RM" then it should call particular application through api and get information about my RM and in response it should give my RM details. so here what apis i can use or provide approach how can i call partcular application through api

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

Azure OpenAI in Foundry Models

Answer accepted by question author

Charlie Wei 3,335 Reputation points
2024-05-08T04:58:24.2666667+00:00

Hello Chebolu Sai Manasa,

I believe that Function Calling should be able to meet your needs. You can let GPT decide whether an API call is necessary and design a function to request the API. The information responded by this function will also be provided to GPT as a basis for answering questions.

Below, I provide a simple example from another Q&A thread.

Best regards,
Charlie


If you find my response helpful, please consider accepting this answer and voting yes to support the community. Thank you!

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.