mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
langchain[patch], experimental[patch], docs: update tools imports (#15433)
This commit is contained in:
@@ -525,7 +525,9 @@ def _import_reddit_search_RedditSearchRun() -> Any:
|
||||
|
||||
|
||||
def _import_render() -> Any:
|
||||
from langchain_community.tools.render import format_tool_to_openai_function
|
||||
from langchain_community.tools.convert_to_openai import (
|
||||
format_tool_to_openai_function,
|
||||
)
|
||||
|
||||
return format_tool_to_openai_function
|
||||
|
||||
|
Reference in New Issue
Block a user