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
fix: Constrain types of ai_track decorator (#4745)
I followed how other functions in the SDK are typed. For example, other
wrappers have the signature `(F) -> F` for a type variable `F`, although
here the function can be async as well.
Closes#4663
0 commit comments