Remove insight experimental code

Also, downgrade LLM for commands to mini. It's much cheaper and I only upgraded because of the
interpretation complexities that the insight command introduced.

We are implementing a much better approach with Ask.
This commit is contained in:
Jorge Manrubia
2025-08-11 13:40:56 +02:00
parent 8addd4bd50
commit 588f03e927
43 changed files with 90657 additions and 6157 deletions
-2
View File
@@ -55,8 +55,6 @@ class Command::Parser
Command::Consider.new(card_ids: cards.ids)
when "/do"
Command::Do.new(card_ids: cards.ids)
when "/insight"
Command::GetInsight.new(query: combined_arguments, card_ids: cards.ids, params: filter.as_params)
when "/add"
Command::AddCard.new(card_title: combined_arguments, collection_id: guess_collection&.id)
when "/search"