diff --git a/src/backend/base/langflow/api/v1/chat.py b/src/backend/base/langflow/api/v1/chat.py index d76e4f33d..7bd8072ca 100644 --- a/src/backend/base/langflow/api/v1/chat.py +++ b/src/backend/base/langflow/api/v1/chat.py @@ -172,7 +172,6 @@ async def build_flow( current_user: The authenticated user queue_service: Queue service for job management flow_name: Optional name for the flow - settings_service: Settings service event_delivery: Optional event delivery type - default is streaming Returns: