convo summary return on forced end

This commit is contained in:
Steve Androulakis
2025-01-02 12:14:48 -08:00
parent ddd5a106a7
commit 9b139ee479

View File

@@ -65,7 +65,7 @@ class ToolWorkflow:
"Chat ended. Conversation summary:\n" "Chat ended. Conversation summary:\n"
+ f"{self.conversation_summary}" + f"{self.conversation_summary}"
) )
return f"{self.conversation_history}" return f"{self.conversation_summary}"
# 2) If we received a confirm signal: # 2) If we received a confirm signal:
if self.confirm and waiting_for_confirm and current_tool: if self.confirm and waiting_for_confirm and current_tool: