refactor: llm tools (#1675)

This commit is contained in:
yetone
2025-03-22 17:13:42 +08:00
committed by GitHub
parent 5b4bb47d6f
commit cc966194d0
12 changed files with 836 additions and 528 deletions

View 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