fix: remove unecessary comment from build_flow (#7563)

♻️ (chat.py): remove unused settings_service parameter from the build_flow function signature to clean up the code and improve readability
This commit is contained in:
Cristhian Zanforlin Lousa 2025-04-10 13:01:42 -03:00 committed by GitHub
commit eb814b29c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: