refactor: llm tools (#1675)
This commit is contained in:
5
lua/avante/llm_tools/base.lua
Normal file
5
lua/avante/llm_tools/base.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local M = {}
|
||||
|
||||
function M:__call(opts, on_log, on_complete) return self.func(opts, on_log, on_complete) end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user