mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 19:53:52 +08:00
Update connection.py
This commit is contained in:
@@ -859,7 +859,7 @@ class ConnectionHandler:
|
|||||||
{
|
{
|
||||||
"id": function_id,
|
"id": function_id,
|
||||||
"function": {
|
"function": {
|
||||||
"arguments": '{}' if function_arguments == '' else function_arguments,
|
"arguments": "{}" if function_arguments == "" else function_arguments,
|
||||||
"name": function_name,
|
"name": function_name,
|
||||||
},
|
},
|
||||||
"type": "function",
|
"type": "function",
|
||||||
|
|||||||
Reference in New Issue
Block a user