fix client init on scrapegraph tool

This commit is contained in:
Lorenze Jay
2025-01-10 14:26:03 -08:00
parent 40dcf63a70
commit 41cec25ad9

View File

@@ -167,7 +167,7 @@ class ScrapegraphScrapeTool(BaseTool):
try:
# Make the SmartScraper request
response = self.client.smartscraper(
response = self._client.smartscraper(
website_url=website_url,
user_prompt=user_prompt,
)