Voxta docs

Chat commands

Slash commands you can type in chat to inject messages, drive the scenario, and generate media.

Slash commands do things a normal message can't — inject narrated events, hidden notes, fire scenario events, generate an image, roll back a turn.

Commands are case-insensitive and prefixed with /. A trailing colon is allowed (/note:).

Messages

CommandWhat it does
/event textInject a narrated event. Visible to all, read by the narrator, triggers a reply.
[text]Shorthand for /event text.
/story descriptionLike /event, but the story writer generates the text from your description.
/note textSilent note — both AI and user see it, no reply.
/instructions textVisible to you only.
/secret textVisible to the AI only.
/char textSpeak as the main character.
/message --args -- textFull control over role, character, generation caps and expiry. See Custom messages.
/infer promptGenerate a one-off piece of text from the prompt and add it to the chat.

Expiring an injected message

/note, /secret and /instructions accept an expiry, which drops the message from the prompt after N conversation turns instead of leaving it there for the life of the chat. Put the options first, then --, then the text:

/secret --expires-after-turns 2 -- {{ char }} is sitting on the couch, watching TV.

Arguments are only read when the text starts with --; anything else is the message verbatim. See Expiring messages.

Chat flow

CommandWhat it does
(empty message) or *Trigger a reply without injecting anything. Doesn't interrupt playing audio.
/noreply textSend a user message that doesn't trigger a reply.
/regenerateDiscard the last reply and generate a new one.
/rollbackRevert to just before the last user message.
/repeatSpeak the last character reply again. /repeat <messageId> speaks a specific message.

Chat management

CommandWhat it does
/titleGenerate a title for the chat. /title Some text sets it directly.
/summarizeSummarize the messages not yet summarized. /summarize all redoes everything.
/memorizeExtract memories from the current chat.
/modelsubjectUpdate the chat's model subject.

Scenario

CommandWhat it does
/trigger eventNameFire a scenario event by name.
/setflags flag1 flag2 !flag3Set or unset flags. Prefix with ! to unset.
/context textSet a context string for the chat. Empty clears it.

Media

CommandWhat it does
/image promptSend the prompt straight to the image generator.
/imagine hintLet an LLM write the image prompt (from the hint, or the chat context if empty), then generate.
/animate promptGenerate a motion clip from the prompt.
/perform promptMake the character act out the described motion.
/captureGrab a frame from the active Vision Capture source and include it in the next reply. /capture screen picks the source. Requires the Vision augmentation.

See also

On this page