From 7148c52bf6b14069aeb6486dee35c975688e2815 Mon Sep 17 00:00:00 2001 From: MQ Date: Fri, 28 Feb 2025 12:43:52 +0100 Subject: [PATCH] format --- src/crewai_tools/tools/apify_actors/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/crewai_tools/tools/apify_actors/README.md b/src/crewai_tools/tools/apify_actors/README.md index f443037a6..9260215cd 100644 --- a/src/crewai_tools/tools/apify_actors/README.md +++ b/src/crewai_tools/tools/apify_actors/README.md @@ -1,6 +1,6 @@ # ApifyActorsTool -Integrate [Apify Actors](https://apify.com/) into your CrewAI workflows with Ease. +Integrate [Apify Actors](https://apify.com/) into your CrewAI workflows with ease. ## Description @@ -65,7 +65,7 @@ for result in results: ### Expected output -``` +```text URL: https://www.example.com/crewai-intro Content: CrewAI is a framework for building AI-powered workflows... URL: https://docs.crewai.com/ @@ -87,7 +87,7 @@ The `ApifyActorsTool` requires specific inputs to operate: - For `apify/rag-web-browser`: `{"query": "search term", "maxResults": 5}` - Check each Actor’s [input schema](https://apify.com/apify/rag-web-browser/input-schema) for details. -The tool adapts dynamically to the chosen Actor. +The tool adapts dynamically to the chosen [Actor](https://docs.apify.com/platform/actors). ## Resources