移除残留的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

@@ -524,6 +524,7 @@ class ToolCall:
call_id: str
func_name: str
args: Dict[str, Any] | None = None
extra_content: Dict[str, Any] | None = None
def __post_init__(self) -> None:
"""执行工具调用的基础校验。