mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
x
This commit is contained in:
@@ -2883,7 +2883,7 @@ def _lc_tool_call_to_openai_tool_call(tool_call: ToolCall) -> dict:
|
||||
"id": tool_call["id"],
|
||||
"function": {
|
||||
"name": tool_call["name"],
|
||||
"arguments": json.dumps(tool_call["args"]),
|
||||
"arguments": json.dumps(tool_call["args"], ensure_ascii=False),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user