fix: not just for display (#2089)
This commit is contained in:
@@ -911,7 +911,7 @@ function M._stream(opts)
|
|||||||
role = "user",
|
role = "user",
|
||||||
content = "\ncontinue\n",
|
content = "\ncontinue\n",
|
||||||
}, {
|
}, {
|
||||||
just_for_display = true,
|
visible = false,
|
||||||
})
|
})
|
||||||
opts.on_messages_add({ message })
|
opts.on_messages_add({ message })
|
||||||
local new_opts = vim.tbl_deep_extend("force", opts, {
|
local new_opts = vim.tbl_deep_extend("force", opts, {
|
||||||
|
|||||||
Reference in New Issue
Block a user