移除残留的KnowU系统,修复gemini请求的思考签名问题

This commit is contained in:
SengokuCola
2026-04-07 15:15:37 +08:00
parent f2b64cc58c
commit 3b5baf901a
19 changed files with 88 additions and 2034 deletions

View File

@@ -135,6 +135,7 @@ class LLMServiceResult(BaseDataModel):
"name": tool_call.func_name,
"arguments": tool_call.args or {},
},
**({"extra_content": tool_call.extra_content} if tool_call.extra_content else {}),
}
for tool_call in self.completion.tool_calls
]