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 typer signature inspection issue with CodegenSession
- Updated requires_auth decorator to hide session parameter from Typer's signature inspection
- This prevents the 'Type not yet supported: CodegenSession' runtime error
- Typer now only sees the actual CLI parameters, not the injected session parameter
0 commit comments