Added documentation for the auto-population feature and the analytics integration.
This commit is contained in:
@@ -82,14 +82,12 @@ async def complete_onboarding(current_user: Dict[str, Any]):
|
||||
return await _complete_onboarding_impl(current_user)
|
||||
|
||||
|
||||
async def reset_onboarding():
|
||||
return await _reset_onboarding_impl()
|
||||
async def reset_onboarding(current_user: Dict[str, Any]):
|
||||
return await _reset_onboarding_impl(current_user)
|
||||
|
||||
|
||||
async def get_resume_info():
|
||||
return await _get_resume_info_impl()
|
||||
|
||||
|
||||
__all__ = [name for name in globals().keys() if not name.startswith('_')]
|
||||
|
||||
|
||||
__all__ = [name for name in globals().keys() if not name.startswith('_')]
|
||||
Reference in New Issue
Block a user