mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
convo summary return on forced end
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user