You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.description("Perform web search using SearxNG. Use this when you need to find information that is not in the codebase or when you need to find a specific library or tool. Arguments: {\"query\": \"<search-query>\", \"limit\": <max-results>}")
20
+
.build()
21
+
22
+
overridedefexecute(arguments: String):String= {
23
+
if (searxngInstance.isEmpty) {
24
+
return"Error: SearxNG instance URL is not set. Please set the SEARXNG_URL environment variable."
0 commit comments