Hello all,
I successfully connected Azure Open AI and the database (from Azure) on AI Agent Builder portal/app.
I have a question if it's possible to customize the response that we get from CallAgent server action which library is exposing.
Here is what I have so far:
An example:
"User: I would like a list of Hi-Fi products.
AI Agent: Sure, here what we have:
- Headphones
- Headsets
- (...)"
The list of that response, should be a JSON, which should be customizable like Id and the name (at least).
How is it possible to achieve this?
Many thanks in advance.
Hello @Joel Ponte,
I use an instruction in my request to my model to respond with the data formatted in JSON.
You should provide it with an example so it knows what structure you want, and since it can sometimes hallucinate, you should emphasize that the response must comply with the given example.
If you need more help, just let me know.