# retryWithAISuggestions

**Kind:** Function

**Source:** [`atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts#L238)

Apply AI-suggested fixes and retry authentication

## Signature

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

## Parameters

| Name | Type |
|---|---|
| `_page` | `any` |
| `_config` | `AuthConfig` |
| `suggestions` | `any[]` |

**Returns:** `Promise<boolean>`
