chore(stats): remove average_thread_depth

This commit is contained in:
2026-03-31 16:40:54 +01:00
parent 75fd042d74
commit efb4c8384d
4 changed files with 4 additions and 38 deletions

View File

@@ -135,7 +135,6 @@ type ConversationConcentration = {
};
type InteractionAnalysisResponse = {
average_thread_depth?: number;
top_interaction_pairs?: [[string, string], number][];
conversation_concentration?: ConversationConcentration;
interaction_graph: InteractionGraph;