Skip to content

Commit 875bb04

Browse files
authored
FIX: summarize is not working remove for now (#661)
Summarize is not working right, remove it for now. Also it was specified twice breaking tool calls.
1 parent 212ee23 commit 875bb04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ai_bot/personas/persona.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ def all_available_tools
7777
Tools::ListCategories,
7878
Tools::Time,
7979
Tools::Search,
80-
Tools::Summarize,
8180
Tools::Read,
8281
Tools::DbSchema,
8382
Tools::SearchSettings,
84-
Tools::Summarize,
8583
Tools::SettingContext,
8684
Tools::RandomPicker,
8785
Tools::DiscourseMetaSearch,

0 commit comments

Comments
 (0)