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
Make the tool name non-optional in ToolMessage (#43)
ToolCall has a required str property, and all our tools have a name,
thus I do not see a way to get a tool result (ToolMessage) that does
not have a name.
0 commit comments