mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac/fix: tool response header type check
This commit is contained in:
@@ -2555,7 +2555,9 @@ async def process_chat_response(
|
||||
):
|
||||
tool_result, tool_response_headers = tool_result
|
||||
|
||||
if tool_response_headers:
|
||||
if tool_response_headers and isinstance(
|
||||
tool_response_headers, dict
|
||||
):
|
||||
content_disposition = tool_response_headers.get(
|
||||
"Content-Disposition",
|
||||
tool_response_headers.get(
|
||||
|
||||
Reference in New Issue
Block a user