From 2068ec9c71c3b84060c7ed395512412520917ca3 Mon Sep 17 00:00:00 2001 From: Fernando Ultremare Date: Fri, 20 Dec 2024 13:34:23 -0300 Subject: [PATCH] fix tool id --- workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow.py b/workflow.py index ae1837f..a5ce524 100644 --- a/workflow.py +++ b/workflow.py @@ -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}, ) )