feat: add project_root in AskOptions so that project root can be specified from api (#2652)

This commit is contained in:
brook hong
2025-08-30 18:07:59 +08:00
committed by GitHub
parent f70c4b8b88
commit 9008fc4f41
4 changed files with 6 additions and 4 deletions

View File

@@ -704,6 +704,8 @@ M._defaults = {
slash_commands = {},
---@type AvanteShortcut[]
shortcuts = {},
---@type AskOptions
ask_opts = {},
}
---@type avante.Config