> The { name, description } approach is preferable in case you have completion items with : in them. Can you use `.split(':', 2)` with a limit of two so the single string will work even if completions have a : in them?