baserun-ai / baserun-py

MIT License
17 stars 6 forks source link

Add typevar to trace to remove typing errors in VS code #141

Closed tbonus closed 6 months ago

tbonus commented 6 months ago

This change removes Union ambiguity from decorated function and retains information about async and returned types

erik-megarad commented 6 months ago

Awesome, thank you!