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
Remove "unconditionally" from conditional description
The current docstrings regarding tool creation read, "unconditionally
creates a structured tool (return type annotation permitting)". If the
return type annotation limits whether or not a structured tool can be
created, then creation of a structured tool is *conditional* upon the
presence of a proper return type annotation. Therefore, these
descriptions should not include the word "unconditionally", as it is
inaccurate and contradictory.
0 commit comments