refac: tool server redis cache

This commit is contained in:
Timothy Jaeryang Baek
2025-08-18 20:53:46 +04:00
parent 8a157578f4
commit f592748011
4 changed files with 34 additions and 20 deletions

View File

@@ -910,7 +910,7 @@ async def process_chat_payload(request, form_data, user, metadata, model):
tools_dict = {}
if tool_ids:
tools_dict = get_tools(
tools_dict = await get_tools(
request,
tool_ids,
user,