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.
This commit is contained in:
parent
212ee23698
commit
875bb04467
|
@ -77,11 +77,9 @@ module DiscourseAi
|
|||
Tools::ListCategories,
|
||||
Tools::Time,
|
||||
Tools::Search,
|
||||
Tools::Summarize,
|
||||
Tools::Read,
|
||||
Tools::DbSchema,
|
||||
Tools::SearchSettings,
|
||||
Tools::Summarize,
|
||||
Tools::SettingContext,
|
||||
Tools::RandomPicker,
|
||||
Tools::DiscourseMetaSearch,
|
||||
|
|
Loading…
Reference in New Issue