mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
docs: udpated api reference (#25172)
- Move the API reference into the vercel build - Update api reference organization and styling
This commit is contained in:
@@ -2,7 +2,6 @@ from typing import Dict, List, Tuple
|
||||
|
||||
from langchain.agents import (
|
||||
AgentExecutor,
|
||||
Tool,
|
||||
)
|
||||
from langchain.agents.format_scratchpad import format_to_openai_functions
|
||||
from langchain.agents.output_parsers import OpenAIFunctionsAgentOutputParser
|
||||
@@ -20,7 +19,7 @@ from langchain_core.prompts import (
|
||||
)
|
||||
from langchain_core.pydantic_v1 import BaseModel, Field
|
||||
from langchain_core.runnables import Runnable, RunnableLambda, RunnableParallel
|
||||
from langchain_core.tools import BaseTool
|
||||
from langchain_core.tools import BaseTool, Tool
|
||||
|
||||
# Create the tools
|
||||
search = TavilySearchAPIWrapper()
|
||||
|
Reference in New Issue
Block a user