-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Chat - Chat Response Relevance
-
None
-
Severity 2 - Major
Issue Summary
When a user interacts with Rovo Chat/Agent to capture information over tabular data (CSV file uploaded) such as number of rows and entries available on the document, the information returned is incorrect.
Steps to Reproduce
- Create a Rovo Agent with instructions to extract records from a file that matches a certain column name - for example "Author Name" - based on the prompt of the user input.
- Extract the audit log of your Jira Cloud site into CSV. (To capture a long document in CSV file)
- Upload the CSV file into your Rovo Agent chat, and provide instructions to include the names of a certain "Author Name" like:
Only include "<name>" in Author Name in the output
Expected Results
The results of the Chat/Agent will show the right information with that Author Name.
For example: There are 26 rows in my file, and so Rovo Agent should output 26 rows also.
Actual Results
The number of rows returned by the Chat/Agent was incorrect/
For example: The output only returned 16 rows and told me that they are "all" records already.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available