Merge pull request #16 from feroult/workflow-reprove-fix

This commit is contained in:
Logan
2025-01-23 16:40:08 -06:00
committed by GitHub
+1
View File
@@ -239,6 +239,7 @@ class ConciergeAgent(Workflow):
chat_message=ChatMessage(
role="tool",
content=ev.response or self.default_tool_reject_str,
additional_kwargs={"tool_call_id": ev.tool_id},
)
)