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
With the latest coming use of agents and tools they heavily depend on name and docstring of the function to decide whether to use the tool or not. When using partially initialized function, it doesn’t maitain the name and docstring of the original function that might lead to incorrect response.
And in general as well since the partial function represents the wrapped function it should have characteristic attributes of that function.