mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
add debugging search API
This commit is contained in:
parent
4c1017034d
commit
0866068d1c
1 changed files with 2 additions and 1 deletions
|
|
@ -127,8 +127,9 @@ class SearchAPIRouter:
|
|||
model=search_tool_name, kwargs=kwargs, metadata_variable_name="litellm_metadata"
|
||||
)
|
||||
|
||||
available_search_tool_names = [tool.get("search_tool_name") for tool in router_instance.search_tools]
|
||||
verbose_router_logger.debug(
|
||||
f"Inside SearchAPIRouter.async_search_with_fallbacks() - search_tool_name: {search_tool_name}; kwargs: {kwargs}"
|
||||
f"Inside SearchAPIRouter.async_search_with_fallbacks() - search_tool_name: {search_tool_name}, Available Search Tools: {available_search_tool_names}, kwargs: {kwargs}"
|
||||
)
|
||||
|
||||
# Use the existing retry/fallback infrastructure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue