优化项目结构

This commit is contained in:
2026-07-03 22:37:29 +08:00
parent 98a92b83fa
commit 3a73c345f1
29 changed files with 388 additions and 237 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import asyncio
import json
import time
from tools import CurrentTimeArguments, ToolRegistry, ToolSpec
from chat_api.tools import CurrentTimeArguments, ToolRegistry, ToolSpec
def test_builtin_tool_definitions() -> None: