Skip to content

Commit

Permalink
clean code style
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Jan 3, 2024
1 parent be6b276 commit 8ec6e87
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dbgpt/agent/agents/expand/summary_assistant_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ async def generate_summary_reply(
):
"""Generate a reply with summary."""

# if not message is None:
# exit_success = True
# output = "The generated summary is shown above."
# else:
# exit_success = False
# output = "Nothing is generated, please check your input."

# return True, {"is_exe_success": exit_success, "content": f"{output}"}

response_success = True
view = None
content = None
Expand Down

0 comments on commit 8ec6e87

Please sign in to comment.