https://github.com/user-attachments/assets/d9536c8c-ed6f-4b1b-bd8b-eafe759f98bc Our intention is to have two separate sections: `cURL` for a normal curl command and `cli` or `bash` or `terminal` for our CLI. If we use `terminal`, there is no icon for it. Instead, we tried to use `bash` but that gets you this weird state. ```rust extensions( ("x-codeSamples" = json!([ { "lang": "bash", "label": "List Databases", "source": "chroma db list" } ])) ) ``` ```json "api": { "examples": { "languages": [ "typescript", "python", "rust", "curl", "bash", "go", "java", "ruby", "php" ] } }, ```