Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(multi-agents):Add Summary Assistant Agent According to User's Question #1023

Merged
merged 3 commits into from
Jan 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change content to recieved message
qidanrui committed Jan 5, 2024
commit d07f5f4307f8a424622eb554719060a638424dd8
2 changes: 1 addition & 1 deletion dbgpt/agent/agents/expand/summary_assistant_agent.py
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ async def generate_summary_reply(
else:
try:
vis_client = ApiCall()
content = "The generated summary is shown above."
content = message
view = content
except Exception as e:
fail_reason += f"Return summarization error,{str(e)}"