Skip to content

Commit 011659e

Browse files
committed
fix: Lint (also fix links with [here] in the langflow.md)
1 parent 85506f3 commit 011659e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

sources/platform/integrations/ai/langflow.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ To call Apify Actors in Langflow, we need to add the **Apify Actors** component
7070
From the bundle menu, add **Apify Actors** component:
7171
![Flow - Add Apify Actors](../images/langflow/bundles_apify.png)
7272

73-
Next, we need to configure the Apify Actors components. First, input your API token (learn how to get it [here](https://docs.apify.com/platform/integrations/api)). Then, set the Actor ID of the component to `apify/rag-web-browser` to use the [RAG Web Browser](https://apify.com/apify/rag-web-browser). Set the **Run input** field to pass arguments to the Actor run, allowing it to search Google with the query `"what is monero?"` (full Actor input schema can be found [here](https://apify.com/apify/rag-web-browser/input-schema)):
73+
Next, we need to configure the Apify Actors components. First, input your API token (learn how to get it at [Integrations](https://docs.apify.com/platform/integrations/api)).
74+
Then, set the Actor ID of the component to `apify/rag-web-browser` to use the [RAG Web Browser](https://apify.com/apify/rag-web-browser).
75+
Set the **Run input** field to pass arguments to the Actor run, allowing it to search Google with the query `"what is monero?"` (full Actor input schema can be found in the [RAG Web Browser input schema](https://apify.com/apify/rag-web-browser/input-schema)):
7476

7577
```json
7678
{"query": "what is monero?", "maxResults": 3}
@@ -100,10 +102,10 @@ Now that we understand how to call Apify Actors, let's build a practical example
100102

101103
Create a new flow and add two **Apify Actors** components from the menu.
102104

103-
Input your API token (learn how to get it [here](https://docs.apify.com/platform/integrations/api)) and set the Actor ID of the first component to `apify/google-search-scraper` and the second one to `clockworks/free-tiktok-scraper`:
105+
Input your API token (learn how to get it in the [Integrations documentation](https://docs.apify.com/platform/integrations/api)) and set the Actor ID of the first component to `apify/google-search-scraper` and the second one to `clockworks/free-tiktok-scraper`:
104106
![Flow - Actors configuration](../images/langflow/apify_actors_configuration.png)
105107

106-
Add the **Agent** component from the menu and set your OpenAI API key (get it [here](https://platform.openai.com/account/api-keys)):
108+
Add the **Agent** component from the menu and set your OpenAI API key (get it from the [OpenAI API keys page](https://platform.openai.com/account/api-keys)):
107109

108110
:::tip Optimize Agent results
109111

sources/platform/integrations/ai/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Supported dynamic tool operations (enebled by default):
194194
- `search-actors`: Find available Actors by keyword or category.
195195
- `get-actor-details`: View details and usage information for a specific Actor.
196196
- `add-actor`: Dynamically add an Actor as a tool for the current session, making it available for use.
197-
-
197+
198198
These operations allow your agent to expand its toolset on demand, without requiring a server restart or manual configuration.
199199

200200
Dynamic tool addition can be disabled using the `?enableAddingActors=false`.

0 commit comments

Comments
 (0)