Chat modes

Chat-mode choice experiment branch for the current user

Resolves the GEN-1517 experiment: whether this user may pick the chat mode (Roleplay vs Realistic) for characters that declare both. Users outside the experiment (registered before it started) get roleplay_only and are not enrolled.

get/v1/chat-modes/experiment

Response

variantIdstring required

Assigned variant of the chat-mode choice experiment (GEN-1517). roleplay_only both for the control branch and for users outside the experiment.

modeChoiceEnabledboolean required

Whether the user may start a Realistic chat with a character that declares both modes. Single-mode characters are unaffected.

Example response

{
  "variantId": "roleplay_only"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.