mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-09 16:36:23 +00:00
Issue: we have several helper functions to import third-party libraries like tools.gmail.utils.import_google in [community.tools](https://api.python.langchain.com/en/latest/community_api_reference.html#id37). And we have core.utils.utils.guard_import that works exactly for this purpose. The import_<package> functions work inconsistently and rather be private functions. Change: replaced these functions with the guard_import function. Related to #21133 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
click.py | ||
current_page.py | ||
extract_hyperlinks.py | ||
extract_text.py | ||
get_elements.py | ||
navigate_back.py | ||
navigate.py | ||
utils.py |