Skip to content

retryWithAISuggestions

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts

Apply AI-suggested fixes and retry authentication

Signature

ts
async function retryWithAISuggestions(_page: any, _config: AuthConfig, suggestions: any[]): Promise<boolean>

Parameters

NameType
_pageany
_configAuthConfig
suggestionsany[]

Returns: Promise<boolean>

Was this page helpful?

Download as PDF