Langchain-Chatchat/libs/python-sdk/tests/tools_test.py

5 lines
156 B
Python
Raw Normal View History

2024-12-20 16:04:03 +08:00
from open_chatcaht.chatchat_api import ChatChat
chatchat = ChatChat()
print(chatchat.tool.list())
print(chatchat.tool.call('calculate', {"text": "3+5/2"}))