-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
What would you like to see?
Currently, the CSV export of chats is not very helpful to an admin. The workspace chat export as a csv will likely be used for auditing, review, RLHF, or just general filtering and usage analysis.
The csv currently only exports the message and response, which are important but we should be as verbose as possible when doing the CSV export.
We should have the following columns in the table at a minimum:
idusernameworkspace_namepromptresponsesent_at
This format will be more helpful when we implement metrics on chats like token use, chat_model, and more. So this implementation should be easily extensible to add new metrics without much lift.