Update marathon notebook (#3408)

Fixes #3404
This commit is contained in:
Zander Chase
2023-04-23 18:14:11 -07:00
committed by GitHub
parent b4de839ed8
commit 73bc70b4fa
2 changed files with 199 additions and 262 deletions

View File

@@ -1 +1,5 @@
"""DuckDuckGo Search API toolkit."""
from langchain.tools.ddg_search.tool import DuckDuckGoSearchTool
__all__ = ["DuckDuckGoSearchTool"]