Module: tools
Classes
- AIPluginTool
- BingSerpAPI
- ChainTool
- DadJokeAPI
- DynamicTool
- IFTTTWebhook
- InfoSqlTool
- JsonGetValueTool
- JsonListKeysTool
- JsonSpec
- ListTablesSqlTool
- QueryCheckerTool
- QuerySqlTool
- RequestsGetTool
- RequestsPostTool
- SerpAPI
- Serper
- VectorStoreQATool
- ZapierNLARunAction
- ZapierNLAWrapper
Interfaces
References
Tool
Re-exports Tool
Type Aliases
Json
Ƭ Json: string | number | boolean | null | { [key: string]: Json; } | Json[]
Defined in
langchain/src/tools/json.ts:4
JsonObject
Ƭ JsonObject: Object
Index signature
▪ [key: string]: Json
Defined in
langchain/src/tools/json.ts:12