chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:36:28 +08:00
commit 9d3590ab86
509 changed files with 2512422 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from open_chatcaht.chatchat_api import ChatChat
chatchat = ChatChat()
print(chatchat.tool.list())
print(chatchat.tool.call('calculate', {"text": "3+5/2"}))