diff --git a/docs/docs/API-Reference/api-build.mdx b/docs/docs/API-Reference/api-build.mdx index be7566218..fe4d51262 100644 --- a/docs/docs/API-Reference/api-build.mdx +++ b/docs/docs/API-Reference/api-build.mdx @@ -7,7 +7,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; :::important -The `/build` endpoints are used by Langflow's frontend Workspace and Playground code. +The `/build` endpoints are used by Langflow's frontend **Workspace** and **Playground** code. These endpoints are part of the internal Langflow codebase. Don't use these endpoints to run flows in applications that use your Langflow flows. diff --git a/docs/docs/API-Reference/api-files.mdx b/docs/docs/API-Reference/api-files.mdx index a487754a4..bfc268d08 100644 --- a/docs/docs/API-Reference/api-files.mdx +++ b/docs/docs/API-Reference/api-files.mdx @@ -233,8 +233,8 @@ You must include the ampersand (`@`) in the request to instruct curl to upload t ### Send files to your flows (v2) :::important -The `/v2/files` endpoint does not support sending **image** files to flows. -To send **image** files to your flows through the API, follow the procedure in [Upload image files (v1)](#upload-image-files-v1). +The `/v2/files` endpoint can't send image files to flows. +To send image files to your flows through the API, see [Upload image files (v1)](#upload-image-files-v1). ::: Send a file to your flow for analysis using the [File](/components-data#file) component and the API. diff --git a/docs/docs/API-Reference/api-flows-run.mdx b/docs/docs/API-Reference/api-flows-run.mdx index 497a0cc82..9364c9d32 100644 --- a/docs/docs/API-Reference/api-flows-run.mdx +++ b/docs/docs/API-Reference/api-flows-run.mdx @@ -178,7 +178,8 @@ curl -X POST \ Use the `/webhook` endpoint to start a flow by sending an HTTP `POST` request. :::tip -After you add a **Webhook** component to a flow, open the [**API access** pane](/concepts-publish), and then click the **Webhook cURL** tab to get an automatically generated `POST /webhook` request for your flow. +After you add a [**Webhook** component](/components-data#webhook) to a flow, open the [**API access** pane](/concepts-publish), and then click the **Webhook cURL** tab to get an automatically generated `POST /webhook` request for your flow. +For more information, see [Trigger flows with webhooks](/webhook). ::: ```bash @@ -201,8 +202,6 @@ curl -X POST \ -For more information, see [Webhook component](/components-data#webhook) and [Trigger flows with webhooks](/webhook). - ## Deprecated flow trigger endpoints The following endpoints are deprecated and replaced by the `/run` endpoint: diff --git a/docs/docs/Agents/agents-tools.mdx b/docs/docs/Agents/agents-tools.mdx index ac0487dca..9a7add11f 100644 --- a/docs/docs/Agents/agents-tools.mdx +++ b/docs/docs/Agents/agents-tools.mdx @@ -175,4 +175,11 @@ Your flow should be visible in the response as a tool. The connected flow returns an answer based on your question. For example, a Basic Prompting flow connected as a tool returns a different result depending upon its LLM and prompt instructions. -![Run Flow as tool connected to an agent](/img/agent-example-run-flow-as-tool.png) \ No newline at end of file +![Run Flow as tool connected to an agent](/img/agent-example-run-flow-as-tool.png) + +## See also + +* [**Agent** and **MCP Tools** components](/components-agents) +* [Use Langflow agents](/agents) +* [Use Langflow as an MCP client](/mcp-client) +* [Use Langflow as an MCP server](/mcp-server) \ No newline at end of file diff --git a/docs/docs/Agents/agents.mdx b/docs/docs/Agents/agents.mdx index 92126ec11..5ab6e88a2 100644 --- a/docs/docs/Agents/agents.mdx +++ b/docs/docs/Agents/agents.mdx @@ -96,7 +96,7 @@ You can configure the **Agent** component to use your preferred provider and mod :::tip Many optional **Agent** component input parameters are hidden by default in the visual editor. -You can view and toggle all parameters through the