You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To filter only the `metadata` and `markdown` fields, set **Output fields** to `metadata,markdown`. Additionally, enable **Flatten output?** by setting it to `true`. This will output only the metadata and text content from the search results.
92
+
To filter only the `metadata` and `markdown` fields, set **Output fields** to `metadata,markdown`. Additionally, enable **Flatten output** by setting it to `true`. This will output only the metadata and text content from the search results.
93
93
> Flattening is necessary when you need to access nested dictionary fields in the output data object; they cannot be accessed directly otherwise in the Data object.
@@ -107,16 +107,16 @@ Create a new flow and add two **Apify Actors** components from the menu.
107
107
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`:
Now add **Chat Input** and **Chat Output** components from the menu and connect them to the Agent component **Input** and **Response**. The final flow that can search the web for a company's social media profiles and extract data from them:
118
+
To be able to interact with the Agent, add **Chat Input** and **Chat Output** components from the menu and connect them to the Agent component **Input** and **Response**.
119
+
Then connect both Apify Actor components **Tool** outputs to the Agent component **Tools** input. The final flow that can search the web for a company's social media profiles and extract data from them should look like this:
120
120

121
121
122
122
Click the **Playground** button and chat with the Agent to test the flow:
0 commit comments