Ishaan Jaff
fc9aba279e
[Feat] UI - Search Tools, allow adding search tools on UI + testing search (#15871)
* add LiteLLM_SearchToolsTable
* init SearchToolRegistry
* fix add SearchToolRegistry
* fix add SearchToolRegistry
* fix handling search tool management
* fix search imports
* fix registry
* init search tools in memory
* fix init tools in mem
* fix TypedDict def
* add new SCHEMA
* bump proxy extras
* add LiteLLM_SearchToolsTable_search_tool_name_key
* bump extras with migration
* fix working CRUD Ops
* fix: _init_search_tools_in_db
* add UI friendly name for search providers
* add ui friendly name for search providers
* add providers available
* working layout
* better layout
* clean add search tool
* update_router_search_tools
* fix remove in memory registry, since router is in mem store
* allow testing search tool connection
* clean create search tool
* add test_search_tool_connection
* fix: _init_search_tools_in_db
* add searchToolQueryCall
* fix icon
* clean tester