feat: tab flow (#1077)

This commit is contained in:
yetone
2025-01-14 15:39:57 +08:00
committed by GitHub
parent ba9f014b75
commit bd8afce3b0
6 changed files with 353 additions and 115 deletions

View File

@@ -246,6 +246,10 @@ M._defaults = {
-- Options override for custom providers
provider_opts = {},
},
suggestion = {
debounce = 600,
throttle = 600,
},
}
---@type avante.Config