diff --git a/404.html b/404.html index 1ff5d772fc..0d4a226552 100644 --- a/404.html +++ b/404.html @@ -21,7 +21,7 @@ - +
diff --git a/agents-overview.html b/agents-overview.html index c8d96f2122..ea0c518d6d 100644 --- a/agents-overview.html +++ b/agents-overview.html @@ -21,7 +21,7 @@ - + diff --git a/agents-tool-calling-agent-component.html b/agents-tool-calling-agent-component.html index 870dce98b0..e87da31326 100644 --- a/agents-tool-calling-agent-component.html +++ b/agents-tool-calling-agent-component.html @@ -21,7 +21,7 @@ - + diff --git a/api-reference-api-examples.html b/api-reference-api-examples.html index eff1f7b986..071e8a053e 100644 --- a/api-reference-api-examples.html +++ b/api-reference-api-examples.html @@ -21,7 +21,7 @@ - + @@ -55,9 +55,10 @@ Theflow-id is found in the Publish pan
project-id in your terminal.
To find your project ID, call the Langflow /api/v1/projects/ endpoint for a list of projects.
_10curl -X GET \_10 "$LANGFLOW_URL/api/v1/projects/" \_10 "$LANGFLOW_URL/api/v1/projects/" \_10 -H "accept: application/json"
_10[_10 {_10 "name": "My Projects",_10 "description": "Manage your own projects. Download and upload projects.",_10 "id": "1415de42-8f01-4f36-bf34-539f23e47466",_10 "parent_id": null_10 }_10]
Export the project-id as an environment variable.
-Export the project-id as an environment variable.
_10curl -X GET \_10 "$LANGFLOW_URL/api/v1/projects/" \_10 -H "accept: application/json"
_10[_10 {_10 "name": "My Projects",_10 "description": "Manage your own projects. Download and upload projects.",_10 "id": "1415de42-8f01-4f36-bf34-539f23e47466",_10 "parent_id": null_10 }_10]
project-id as an environment variable.
_10export project_ID="1415de42-8f01-4f36-bf34-539f23e47466"