mirror of
https://github.com/run-llama/multi-agent-concierge.git
synced 2026-07-01 21:03:59 -04:00
fix tool id
This commit is contained in:
@@ -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},
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user