fix: filter out all dummy messages when summarize (#1989)

This commit is contained in:
yetone
2025-05-05 17:34:53 +08:00
committed by GitHub
parent a67f3071e4
commit e21f1f07bd
3 changed files with 14 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ vim.g.avante_login = vim.g.avante_login
---@field selected_filepaths string[] | nil
---@field tool_use_logs string[] | nil
---@field just_for_display boolean | nil
---@field is_dummy boolean | nil
---
---@class AvanteLLMToolResult
---@field tool_name string