Summary
For example, when using reasoner / skill decorators, the resulting decorated function becomes (...) -> Unknown / (...) -> Any
Proposed solution
Many of the existing Any, inferred return types or opaque function wrappers could use TypeVar and generics, including at class level, for better DX
Alternatives considered
Additional context
Summary
For example, when using
reasoner/skilldecorators, the resulting decorated function becomes(...) -> Unknown/(...) -> AnyProposed solution
Many of the existing
Any, inferred return types or opaque function wrappers could use TypeVar and generics, including at class level, for better DXAlternatives considered
Additional context