Function multi_select_schema
pub fn multi_select_schema(
choices: &[String],
min_items: usize,
max_items: usize,
) -> ValueExpand description
Build the restricted JSON Schema for a multi-select enum elicitation.
Index-based const values mirror single_select_schema so the
response → text round-trip survives duplicates.