refactor(chat_manager.py): remove unused variable 'result' and set message to empty string
This commit is contained in:
parent
474e14efaf
commit
c032e2a0d1
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class ChatManager:
|
|||
break
|
||||
|
||||
response = ChatResponse(
|
||||
message=result or "",
|
||||
message="",
|
||||
intermediate_steps=intermediate_steps.strip(),
|
||||
type="end",
|
||||
files=file_responses,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue