Sign up (with export icon)

AIInteractionOptions

Api-typedef icontypedef

Properties

  • Chevron-right icon

    channelsToEditors : Map<string, Editor> | undefined

    The channel ID to editor instance map. Optional — interactions that don't depend on per-channel routing (e.g. AI Actions, which wires a synthetic single-editor map inside its createReply override) can omit it.

  • connector : AIConnector

  • Chevron-right icon

    locale : Locale | undefined

    Locale used to translate user-facing strings produced internally by replies (e.g. the placeholder shown in place of removed content while change groups are computed).

Value

object