mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-30 14:25:06 +00:00
* add SearchProvider
* add SearchToolTypedDict
* add search
* add SearchAPIRouter
* working router level search
* add search to allowed llm / ocr routes
* feat: add search_router
* add routing + proxy for search APIs
* /v1/search/{search_tool_name}
* fix search routing
* feat: parse_search_tools
* clean up sidebar
* docs fix
* router tests for search tools
* docs fix
Router component unit tests.
Please name all files with the word 'router' in them.
This is used to ensure all functions in the router are tested.