fix: Patch double write bug for ToolCallMessage [LET-5335] (#5269)
Patch double write bug for ToolCallMessage
This commit is contained in:
committed by
Caren Thomas
parent
5593f1450b
commit
e5657bac5d
@@ -528,7 +528,7 @@ class Message(BaseMessage):
|
||||
id=self.id,
|
||||
date=self.created_at,
|
||||
tool_call=tool_call_obj,
|
||||
tool_calls=tool_call_obj,
|
||||
tool_calls=[tool_call_obj],
|
||||
name=self.name,
|
||||
otid=otid,
|
||||
sender_id=self.sender_id,
|
||||
|
||||
Reference in New Issue
Block a user