fix: Rename Model Whitelist to Allowed Models#1144
Conversation
…st-copy-in-manifest.json Update model whitelist manifest copy
| "name": "Allowed Models", | ||
| "id": "modelwhitelist", | ||
| "type": "guardrail", |
There was a problem hiding this comment.
🛠️ Code Refactor
Issue: While the display name has been updated to "Allowed Models", the internal ID "modelwhitelist" still uses the old terminology.
Fix: Consider updating the ID to match the new terminology for complete consistency.
Impact: This would make the codebase more consistent and avoid confusion for developers who might see mixed terminology.
| "name": "Allowed Models", | |
| "id": "modelwhitelist", | |
| "type": "guardrail", | |
| \"name\": \"Allowed Models\", | |
| \"id\": \"allowedmodels\", | |
| \"type\": \"guardrail\", |
narengogi
left a comment
There was a problem hiding this comment.
would recommend making the changes comprehensive by changing the plugin id
|
Note PR Review SkippedPR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file. 📄Files skipped in review
💡Tips to use Matter AICommand List
|
@narengogi - We can change the labels as the first step. Changing ids will break existing implementations. Will have to think about it. |
|
Note PR Review SkippedPR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file. 📄Files skipped in review
💡Tips to use Matter AICommand List
|
Description
Motivation
Type of Change
How Has This Been Tested?
Screenshots (if applicable)
Checklist
Related Issues