增加功能

This commit is contained in:
yuruo 2024-04-12 14:42:08 +08:00
parent 7e6f39c348
commit 5bdfe7dbd5

View File

@ -1,6 +1,5 @@
import subprocess
from langchain_core.tools import BaseTool
from langchain.tools import BaseTool, ToolException # Updated import statement
from pydantic import BaseModel, Field