You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ChatMessage object has a property called ToolCallId, however this property is always null. A tool call Is being returned by the API and is correctly being serialized in the ToolCalls list. Given a single message can return multiple tool calls, and the ID is unique to each call, it makes sense to remove this property from the ChatMessage object
The text was updated successfully, but these errors were encountered:
The
ChatMessage
object has a property calledToolCallId
, however this property is always null. A tool call Is being returned by the API and is correctly being serialized in theToolCalls
list. Given a single message can return multiple tool calls, and the ID is unique to each call, it makes sense to remove this property from the ChatMessage objectThe text was updated successfully, but these errors were encountered: