fix: add missing field ask for caculate_tokens (#1088)

This commit is contained in:
yetone 2025-01-15 20:10:23 +08:00 committed by GitHub
parent ea5706f52f
commit 81abbdb796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1599,7 +1599,7 @@ function Sidebar:create_input_container(opts)
end
return {
ask = opts.ask,
ask = opts.ask or true,
project_context = vim.json.encode(project_context),
selected_files = selected_files_contents,
diagnostics = vim.json.encode(diagnostics),