feat(file_selector): support customized filepaths resolver (#1294)

This commit is contained in:
guanghechen
2025-02-18 22:57:59 +08:00
committed by GitHub
parent b09de37b7f
commit 63194b5208
3 changed files with 31 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ local Utils = require("avante.utils")
---@field public filepaths string[]
---@field public handler fun(filepaths: string[]|nil): nil
---@class avante.file_selector.opts.IGetFilepathsParams
---@field public cwd string
---@field public selected_filepaths string[]
---@class avante.CoreConfig: avante.Config
local M = {}
---@class avante.Config