Log Data Analysis
Downloading a log stores a zip file to your local drive. This file unzips into several comma-separated value (CSV) files, named by each conversation's date and time.
The CSV file format opens in any spreadsheet application, and you can engage with the data using such tools. CSV is also a text-based file format as well, which means that in addition to the data sorting, formatting, and analysis tools available in such applications, you can use text-tool and programmatic data processing tools to analyze the log data you have downloaded.
Data is stored such that Excel and other spreadsheets open each file as a spreadsheet that offers the following basic information about each user-conversation.
Heading | Description |
---|---|
Serial Number | This is a running cardinal number series indicating the sequence of messages in the session. |
Message | This column contains each verbatim question (or other interaction) that the user chatting with the AI entered, and the AI's replies. |
Time | This is the time of each chat transaction entry from the user, formatted as YYYY-MM-DD 12:59:59.123. |
Message Type | This field is the record of which party generated the entry: chat_message indicates a user request and assistant_message indicates an AI response. |
User Feedback | This is a record of the user's feedback responses. Possible values are:
|