Timothy Jaeryang Baek 1 ماه پیش
والد
کامیت
2070d1096b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      backend/open_webui/utils/middleware.py

+ 3 - 0
backend/open_webui/utils/middleware.py

@@ -1857,6 +1857,9 @@ async def process_chat_response(
                             except Exception as e:
                                 tool_result = str(e)
 
+                        if isinstance(tool_result, dict):
+                            tool_result = json.dumps(tool_result)
+
                         results.append(
                             {
                                 "tool_call_id": tool_call_id,