Skip to content

Commit ed57fa6

Browse files
committed
unify agent keyword caps, agent -> AI agent, Agent -> component
1 parent c46739b commit ed57fa6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sources/platform/integrations/ai/langflow.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@ For better results, switch the model to `gpt-4o` instead of `gpt-4o-mini` in the
115115
:::
116116
![Flow - Agent configuration](../images/langflow/agent_configuration.png)
117117

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:
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 so that the agent can call the Apify Actors. The final flow that can search the web for a company's social media profiles and extract data from them should look like this:
120120
![Flow - Final](../images/langflow/flow.png)
121121

122-
Click the **Playground** button and chat with the Agent to test the flow:
122+
Click the **Playground** button and chat with the agent to test the flow:
123123
![Flow - Playground](../images/langflow/playground.png)
124124

125-
Here is an example Agent output for the following query:
125+
Here is an example agent output for the following query:
126126

127127
```text
128128
find tiktok profile of company openai using google search and then show me the profile bio and their latest video
129129
```
130130

131-
![Flow - Agent output](../images/langflow/agent_output.png)
131+
![Flow - agent output](../images/langflow/agent_output.png)

0 commit comments

Comments
 (0)