Fix WI AN position, break outlets in AN Fixes #4554
| @@ -3705,6 +3705,9 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro | ||
| 3705 | 3705 | |
| 3706 | 3706 | let mesExamplesArray = parseMesExamples(mesExamples, isInstruct); |
| 3707 | 3707 | |
| 3708 | + // Set non-WI AN | |
| 3709 | + setFloatingPrompt(); | |
| 3710 | + | |
| 3708 | 3711 | // Add WI to prompt (and also inject WI to AN value via hijack) |
| 3709 | 3712 | // Make quiet prompt available for WIAN |
| 3710 | 3713 | setExtensionPrompt(inject_ids.QUIET_PROMPT, quiet_prompt || '', extension_prompt_types.IN_PROMPT, 0, true); |
| @@ -3767,9 +3770,6 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro | ||
| 3767 | 3770 | console.log('skipping WIAN'); |
| 3768 | 3771 | } |
| 3769 | 3772 | |
| 3770 | - // Set non-WI AN | |
| 3771 | - setFloatingPrompt(); | |
| 3772 | - | |
| 3773 | 3773 | // Add persona description to prompt |
| 3774 | 3774 | addPersonaDescriptionExtensionPrompt(); |
| 3775 | 3775 | |