Table Type: Historical Data
Contains evaluation question scores for a conversation evaluation.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| conversation_id | string | Primary Key | The unique identifier of the conversation. |
| evaluation_id | string | Primary Key | The unique identifier of the evaluation. |
| question_group_id | string | Primary Key | The unique identifier of the question group. |
| question_id | string | Primary Key | The unique identifier of the question. |
| answer_id | string | The answer identifier recorded for the question. | |
| score | int32 | Score for the question. | |
| marked_na | boolean | True when the question was marked not applicable. | |
| system_marked_na | boolean | True when the system marked the question not applicable. | |
| assisted_answer_id | string | Answer identifier determined by evaluation assistance conditions. | |
| failed_kill_question | boolean | True when the question is a failed kill question. | |
| comments | string | Comments recorded for the question. | |
| ai_answer_id | string | The answer identifier suggested by AI assistance. | |
| ai_failure_type | string | Failure type reported by AI assistance, when present. | |
| ai_explanation | string | AI explanation for the suggested answer, when present. | |
| db_last_updated | datetime |
