mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
fix client init on scrapegraph tool
This commit is contained in:
@@ -167,7 +167,7 @@ class ScrapegraphScrapeTool(BaseTool):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# Make the SmartScraper request
|
# Make the SmartScraper request
|
||||||
response = self.client.smartscraper(
|
response = self._client.smartscraper(
|
||||||
website_url=website_url,
|
website_url=website_url,
|
||||||
user_prompt=user_prompt,
|
user_prompt=user_prompt,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user