Merge branch 'main' into agent-plugin

# Conflicts:
#	main/manager-api/src/main/resources/db/changelog/db.changelog-master.yaml
This commit is contained in:
hrz
2025-06-09 10:33:46 +08:00
40 changed files with 1897 additions and 927 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ class ConnectionHandler:
# print("content_arguments", content_arguments)
tool_call_flag = True
if tools_call is not None:
if tools_call is not None and len(tools_call) > 0:
tool_call_flag = True
if tools_call[0].id is not None:
function_id = tools_call[0].id