mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
community[minor]: add mojeek search util (#20922)
**Description:** This pull request introduces a new feature to community tools, enhancing its search capabilities by integrating the Mojeek search engine **Dependencies:** None --------- Co-authored-by: Igor Brai <igor@mojeek.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
@@ -138,6 +138,7 @@ EXPECTED_ALL = [
|
||||
"format_tool_to_openai_function",
|
||||
"tool",
|
||||
"MerriamWebsterQueryRun",
|
||||
"MojeekSearch",
|
||||
]
|
||||
|
||||
|
||||
|
@@ -139,6 +139,7 @@ _EXPECTED = [
|
||||
"authenticate",
|
||||
"format_tool_to_openai_function",
|
||||
"tool",
|
||||
"MojeekSearch",
|
||||
]
|
||||
|
||||
|
||||
|
@@ -58,6 +58,7 @@ EXPECTED_ALL = [
|
||||
"YouSearchAPIWrapper",
|
||||
"ZapierNLAWrapper",
|
||||
"MerriamWebsterAPIWrapper",
|
||||
"MojeekSearchAPIWrapper",
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user