protocol cleanup (#9147)

This commit is contained in:
Jack Amadeo
2026-05-22 17:04:46 -04:00
committed by GitHub
parent 48d20e72d3
commit 0a958213db
19 changed files with 2378 additions and 1788 deletions
+2 -2
View File
@@ -77,8 +77,8 @@ const READ_ONLY_CHECKS = [
call: (c) => c.goose.GooseDictationModelsList({}),
},
{
name: "GooseConfigExtensions",
call: (c) => c.goose.GooseConfigExtensions({}),
name: "GooseConfigExtensionsList",
call: (c) => c.goose.GooseConfigExtensionsList({}),
},
];