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 c244e8c commit ba604caCopy full SHA for ba604ca
1 file changed
tests/interactions/chat/acp/test_handler.lua
@@ -89,6 +89,10 @@ T = new_set({
89
90
get_config_options = function(self)
91
return self._config_options or {}
92
+ end,
93
+
94
+ get_models = function(self)
95
+ return nil
96
end
97
}
98
]])
0 commit comments