nat.plugins.langchain.tools.tavily_internet_search#
Attributes#
Classes#
Migration stub for the removed LangChain-backed Tavily search tool. |
Functions#
|
Module Contents#
- _MIGRATION_MESSAGE = Multiline-String#
Show Value
"""`tavily_internet_search` was removed from `nvidia-nat[langchain]` in NeMo Agent Toolkit 1.8. Install `nemo-agent-toolkit-tavily` and migrate the workflow config to a Tavily function group, for example: function_groups: internet_search: _type: tavily include: [search] workflow: tool_names: [internet_search__search] """
- class TavilyInternetSearchToolConfig#
Bases:
nat.data_models.function.FunctionBaseConfigMigration stub for the removed LangChain-backed Tavily search tool.
- async tavily_internet_search(
- tool_config: TavilyInternetSearchToolConfig,
- builder: nat.builder.builder.Builder,