mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 17:18:13 +00:00
fix docstring
This commit is contained in:
@@ -21,7 +21,7 @@ class ApifyActorsTool(BaseTool):
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
from crewai.tools import ApifyActorsTool
|
from crewai_tools import ApifyActorsTool
|
||||||
|
|
||||||
tool = ApifyActorsTool(actor_id="apify/rag-web-browser")
|
tool = ApifyActorsTool(actor_id="apify/rag-web-browser")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user