Hello! I am implementing the use of a Genie Room in my company. During development, we are encountering several situations where Genie returns an empty table.
I understand that an empty table is always an errorโeither due to a mistake in the user's query or an error in Genie's interpretation, but always an error.
In the cases where we identified a user error, situations included requests to filter by a non-existent key or to filter by a non-existent date.
In such cases, I would like Genie to return a textual response, helping the user understand the error in their query.
I have tried various approaches to instruct Genie to perform in this way but have not been successful.
Do you have any recommendations on how to configure Genie to never return an empty table and, in cases where an empty table would be returned, to instead prompt the user to reformulate their query?