Conversation
* update-file-size-limit-to-1024-mb * docs: clarify available API endpoints and their use cases (#9382) * available-endpoints * asterisk * structure-into-tabs-and-confirm-login-endpoint * reorg and clarify some usage --------- Co-authored-by: April M <april.murphy@datastax.com> --------- Co-authored-by: April M <april.murphy@datastax.com>
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughDocumentation overhaul introducing an OpenAI Responses-compatible endpoint doc, large-scale reorganization toward provider-specific Bundles, new/expanded vector-store bundle pages, knowledge bases docs, Docling advanced parsing, numerous icon/capitalization standardizations, increased default file upload size to 1024 MB, release notes for 1.6.0, and multiple concept/integration/support updates. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Client
participant API as Langflow API (/api/v1/responses)
participant Runner as Flow Runner
participant Flow as Flow (by flow_id/model)
Client->>API: POST /v1/responses {model: flow_id, messages, ...}
Note right of API: Validate headers (x-api-key, globals), options, previous_response_id
API->>Runner: Execute request (stream? include?)
Runner->>Flow: Invoke with inputs
Flow-->>Runner: Response (dynamic fields)
alt Streaming
Runner-->>API: Stream chunks (response.chunk)
API-->>Client: SSE/data chunks
else Non-streaming
Runner-->>API: Final response JSON
API-->>Client: 200 OK {response, usage, ...}
end
opt Tool calls requested
Note over Runner,Flow: Execute tools (no Tools components support per docs)
Runner-->>API: tool_call.results (if include requested)
API-->>Client: Include tool_call.results
end
opt Continue conversation
Client->>API: POST with previous_response_id
API->>Runner: Load context and continue
end
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |
|
Build failure! ❌
|
|
Build failure! ❌
|
|
Build successful! ✅ |
|
Build successful! ✅ |
| @@ -138,33 +147,37 @@ You can use the [`.env.example`](https://github.com/langflow-ai/langflow/blob/ma | |||
|
|
|||
| ### LANGFLOW_AUTO_LOGIN {#langflow-auto-login} | |||
There was a problem hiding this comment.
@jordanrfrazier could you please review line 148-180 again, and please confirm that it is correct?
IIRC, LANGFLOW_AUTO_LOGIN doesn't control authentication for the API - only the visual editor and CLI - correct?
|
Build successful! ✅ |
clarify-log-format-behavior
|
Build successful! ✅ |
|
Build successful! ✅ |
|
Build successful! ✅ |
|
Build successful! ✅ |
|
|
Build successful! ✅ |



This branch accepts docs PRs for Langflow v1.6 features, and will merge at release.
Preview build
Release notes
Preview links:
Before release, check:
Add MCP icon back when the extended icon component is merged.main.