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 @@ The flow-id is found in the Publish pan
  • Export the project-id in your terminal. To find your project ID, call the Langflow /api/v1/projects/ endpoint for a list of projects.
  • -

    _10
    curl -X GET \
    _10
    "$LANGFLOW_URL/api/v1/projects/" \
    _10
    "$LANGFLOW_URL/api/v1/projects/" \
    _10
    -H "accept: application/json"

    -

    Export the project-id as an environment variable. -Export the project-id as an environment variable.

    +

    _10
    curl -X GET \
    _10
    "$LANGFLOW_URL/api/v1/projects/" \
    _10
    -H "accept: application/json"

    +

    _10
    export project_ID="1415de42-8f01-4f36-bf34-539f23e47466"