mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02: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:
@@ -1,8 +1,8 @@
|
||||
from typing import Dict, List
|
||||
|
||||
from langchain_core.tools import BaseToolkit
|
||||
from langchain_core.tools import BaseTool
|
||||
from langchain_core.tools.base import BaseToolkit
|
||||
|
||||
from langchain_community.tools import BaseTool
|
||||
from langchain_community.tools.clickup.prompt import (
|
||||
CLICKUP_FOLDER_CREATE_PROMPT,
|
||||
CLICKUP_GET_ALL_TEAMS_PROMPT,
|
||||
|
Reference in New Issue
Block a user