From 9b139ee4791e760f8bdcc45dc766a88de830ded0 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Thu, 2 Jan 2025 12:14:48 -0800 Subject: [PATCH] convo summary return on forced end --- workflows/tool_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/tool_workflow.py b/workflows/tool_workflow.py index 0fab341..611944d 100644 --- a/workflows/tool_workflow.py +++ b/workflows/tool_workflow.py @@ -65,7 +65,7 @@ class ToolWorkflow: "Chat ended. Conversation summary:\n" + f"{self.conversation_summary}" ) - return f"{self.conversation_history}" + return f"{self.conversation_summary}" # 2) If we received a confirm signal: if self.confirm and waiting_for_confirm and current_tool: