Another way of displaying the result of an end-user message is in a data table. This will be used for displaying for example more than one record and some information about each one.
The following steps occur internally in the WorkWithPlus AI Assistant for answering with a visualization of Data Table:
- The AI Assistant will send the LLM metadata about the Knowledge Base (available Transactions, attributes, and filters) together with the end-user message.
- The LLM will return the query to get the data needed by the end-user ('For each' Transaction, filters, sorting, etc.).
- The AI Assistant will run the query and get the results.
- The AI Assistant will send the result to the LLM service to get the answer in a Data Table.
- The answer message is shown by the AI Assistant to the end-user.
Example
"which are the top 5 most expensive projects? Can you display a table with the info?"

|