fix(kimi-acp): kimi acp tool call update is missing the kind field (#2814)
This commit is contained in:
@@ -957,7 +957,7 @@ function M._stream_acp(opts)
|
||||
local message = History.Message:new("assistant", {
|
||||
type = "tool_use",
|
||||
id = update.toolCallId,
|
||||
name = update.kind,
|
||||
name = update.kind or update.title,
|
||||
input = update.rawInput or {},
|
||||
}, {
|
||||
uuid = update.toolCallId,
|
||||
|
||||
Reference in New Issue
Block a user