mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac
This commit is contained in:
parent
5f9679253e
commit
2070d1096b
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue