I’m currently building an AI and I want it to access some data via a REST API. How could I give it the response to something?
I have two ideas:
Get the AI to output something and let it choose the format (eg., The room has {“name”:“room-name”,“format”:“$views”} views!) and just display it on the user’s end - but I want the AI to actually have some awareness and not just unknown to what’s actually being displayed. Any solution?