Vwp/multi line input (#3854)

Co-authored-by: Paolo Rechia <paolorechia@gmail.com>
This commit is contained in:
Zander Chase
2023-04-30 18:59:11 -07:00
committed by GitHub
parent c896657d28
commit e17858470c
2 changed files with 192 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ from langchain.tools.file_management.read import ReadFileTool
from langchain.tools.file_management.write import WriteFileTool
from langchain.tools.google_places.tool import GooglePlacesTool
from langchain.tools.google_search.tool import GoogleSearchResults, GoogleSearchRun
from langchain.tools.human.tool import HumanInputRun
from langchain.tools.ifttt import IFTTTWebhook
from langchain.tools.openapi.utils.api_models import APIOperation
from langchain.tools.openapi.utils.openapi_utils import OpenAPISpec
@@ -56,6 +57,7 @@ __all__ = [
"GooglePlacesTool",
"GoogleSearchResults",
"GoogleSearchRun",
"HumanInputRun",
"IFTTTWebhook",
"ListDirectoryTool",
"MoveFileTool",