Type Alias ClickhouseTopicAnalyticsSummary
ClickhouseTopicAnalyticsSummary: {
avg_hallucination_score: number;
avg_query_rating?: number | null;
avg_top_score: number;
created_at: string;
event_names: string[];
id: string;
message_count: number;
name: string;
owner_id: string;
topic_id: string;
updated_at: string;
}
Type declaration
avg_hallucination_score: number
Optional
avg_query_rating?: number | null
avg_top_score: number
created_at: string
event_names: string[]
id: string
message_count: number
name: string
owner_id: string
topic_id: string
updated_at: string
All event_names that are associated with the topic, may contain duplicate names