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:
parent
077110a496
commit
eb814b29c0
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue