Update import path for GoogleSearchAPIWrapper

This commit is contained in:
anovazzi1 2024-01-09 19:00:30 -03:00
commit 0737d2a790

View file

@ -5,7 +5,7 @@ from typing import Optional, Union, Callable
# Assuming GoogleSearchAPIWrapper is a valid import based on JSON
# and it exists in some module that should be imported here.
# The import path should be replaced with the correct one once available.
from some_module import GoogleSearchAPIWrapper
from langchain_community.utilities.google_search import GoogleSearchAPIWrapper
class GoogleSearchAPIWrapperComponent(CustomComponent):