-
Notifications
You must be signed in to change notification settings - Fork 26
ActionButtons
The Guided Generations extension adds several action buttons next to the send button. Each button is optional – you can show or hide them in the settings panel – but they enable different guided generation modes.
Guided Response lets you add temporary instructions that influence the AI’s next reply. Type your instructions in the input box, press the Guided Response button and wait for the AI to answer. The instructions are injected into the chat with the role you choose in settings, then removed from the input. Guided Response can target individual characters in group chats – you will be prompted to pick the character if multiple characters are present. The README describes this feature as injecting instructions before the AI replies.
- Write your instructions. This might be a narrative direction or a reminder (e.g. “Describe the storm outside”).
- Press Guided Response (dog icon). In a group chat you will be asked to choose which character should speak.
- The extension injects your instructions and triggers the AI to respond.
- Your original input is restored after the AI replies.
Guided Swipe regenerates the last AI message using new instructions. It only works when the last message in the chat is from the AI. Use it when you want to rephrase or improve the AI’s reply without losing the context of the current conversation. The README notes that you enter new instructions and press the Guided Swipe button to generate a new swipe.
- Ensure the last message is from the AI (not a user message).
- Type your guidance in the input box.
- Click Guided Swipe (forward arrow icon). The extension injects your instructions and triggers one more swipe generation for the last message.
- When the new swipe appears, you can keep it or swipe again to cycle through alternatives.
Guided Continue (added in v1.3.0) continues the latest AI message based only on your guidance. It is useful for extending a scene rather than rewriting it; the new content is appended to the existing message, and you can undo the addition or revert to the original message using tool buttons.
- Write your instruction in the input box (e.g. “Continue the conversation in a whisper”).
-
Click Guided Continue (right arrow icon). The extension stores the original message, injects your instruction into a
/continuecommand and generates new text after the original. - After the continuation is added you can:
- Use Undo Last Addition to remove only the added part while keeping the original message.
- Use Revert to Original to restore the message exactly as it was before continuing.
Note: Guided Continue only affects the last AI message.
Impersonation expands an outline into a full character message in a chosen perspective. Enter a brief outline (e.g. “Greet the group and explain the plan”) and press one of the Impersonation buttons (1st person, 2nd person or 3rd person). The extension uses the /impersonate command to generate a complete message from the selected viewpoint, as described in the README. You can toggle which perspectives appear in the settings.
Writes the message from the perspective of the character or narrator (“I …” or by the character’s name). The default button visible is first person.
Addresses the message directly to the reader (“You …”). You can enable or disable the second‑person button in settings.
Describes the scene from an external narrator’s viewpoint (“She/He/They …”). Enable this button in settings if you want a narrator’s voice.
- Type an outline or list of points in the input box.
-
Press the appropriate Impersonate button (1st/2nd/3rd):
- 1st Person: single user icon
- 2nd Person: user group icon
- 3rd Person: multiple users icon
- The extension stores your outline, switches to the chosen preset if configured, and sends a
/impersonatecommand to expand your outline into a full narrative. After generation the outline is restored so you can reuse or edit it. - If you run Impersonate again without changing the outline, the extension will restore your original text instead of generating a new message.