fix tool id

This commit is contained in:
Fernando Ultremare
2024-12-20 13:34:23 -03:00
parent 12a8fd02e3
commit 2068ec9c71
+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},
)
)