Toolkits

🔹 4. Toolkits(工具箱)

工具类型
说明
Python REPL
执行 Python 代码
GoogleSearch
实时搜索信息
SQL Toolkit
查询 SQL 数据库
Zapier
连通外部 App,如 Gmail、Calendar

示例(集成搜索工具):

python 复制编辑 from langchain.tools import GoogleSearchRun search = GoogleSearchRun() tools = [search]