Good evening,
to do some testing, I implemented a call from a view to Gemini.
Specifically, I added a table in a view with default values (population data, cities, etc.), and through a textbox I ask Gemini for information, passing the table as the data source. Gemini’s response is then displayed in a markdown component.
So far everything works correctly, but it’s clear that this opens up a lot of possibilities in terms of what can be analyzed and how the response can be obtained, for example in tabular format or as a chart.
I was wondering if anyone else has already tested something similar and, if so, whether they have any advice on how to approach this in the best way.
Thanks.