🛠️Tools
Tools are functions that agents can use to interact with the world. These tools can be generic utilities (e.g. search), other chains, or even other agents.
Last updated
Tools are functions that agents can use to interact with the world. These tools can be generic utilities (e.g. search), other chains, or even other agents.
Last updated
Wrapper around BraveSearch API - a real-time API to access Brave search results.
Perform calculations on response.
Use a chain as allowed tool for agent.
4)Custom Tools
Function usually takes in structured input data. Let's say you want the LLM to be able to call Airtable Create Record API, the body parameters has to be structured in a specific way.
Wrapper around Google Custom Search API - a real-time API to access Google search results.
Load OpenAPI specification.
Read file from disk.
Use a retriever as allowed tool for agent.
Real-time API for accessing Google Search data.
Wrapper around SerpAPI - a real-time API to access Google search results.
Wrapper around Serper.dev - Google Search API.
Gives agent the ability to visit a website and extract information.
Write file to disk.
14)Python Interpreter
Execute python code in Pyodide sandbox environment.
15)Chatflow Tool
Execute another chatflow and get the response.
16)Request Get
Execute HTTP GET requests.
17)Request Post
Execute HTTP POST requests.