I see. But I thought AI could parse because it can understand natural language queries by extracting the parameters from the queries themselves.
for example, how many clicks and views did I get last Saturday, the AI can understand this query and return a JSON response back to my app with the parameters that are relevant to the query. in this case, it would be something like ’ Clicks, Views, Date’, those parameters are then passed to a custom function within my app with these parameters to call Google Analytics API and the response, again passed back to the AI to extract the response and display the information naturally to me. Am I missing something here?
I have built a custom web app and can chat successfully with openai API, now just need to figure out the RIGHT/WISE app flow and functions.
What do you think?