fix: prohibit repeated reading of the file (#1708)

This commit is contained in:
yetone
2025-03-25 15:54:47 +08:00
committed by GitHub
parent 976fb4177c
commit f84cb2896d
6 changed files with 26 additions and 9 deletions

View File

@@ -2817,6 +2817,7 @@ function Sidebar:create_input_container(opts)
on_chunk = on_chunk,
on_stop = on_stop,
on_tool_log = on_tool_log,
session_ctx = {},
})
Llm.stream(stream_options)