We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089152 commit 868ffd5Copy full SHA for 868ffd5
1 file changed
tests/interactions/chat/test_keymaps.lua
@@ -178,13 +178,13 @@ T["Keymaps"]["change_adapter"]["list_acp_models returns correct structure"] = fu
178
h.eq(result.first_model_id, "default")
179
end
180
181
-T["Keymaps"]["change_adapter"]["list_acp_models returns nil when < 2 keys in models"] = function()
+T["Keymaps"]["change_adapter"]["list_acp_models returns nil when < 2 models"] = function()
182
local result = child.lua([[
183
h.setup_plugin()
184
185
local acp_connection = {
186
get_models = function(self)
187
- return { currentModelId = "default" }
+ return { availableModels = { "default" } }
188
189
}
190
0 commit comments