Wasm Directoryalpha
Record

session-config-select-group

A labelled group of selectable values, rendered under a header. Used e.g. to group models by the provider that offers them.

record session-config-select-group {
  group: session-config-group-id,
  name: string,
  options: list​<session-config-select-option>,
}

Fields

NameTypeDescription
groupsession-config-group-idStable identifier for this group.
namestringHuman-readable group label (header).
optionslist​<session-config-select-option>The selectable values in this group.