mirror of https://github.com/Mai-with-u/MaiBot.git
修复引号嵌套
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>pull/1215/head
parent
ab7e11633a
commit
e01a4dcec8
|
|
@ -209,7 +209,7 @@ class DefaultReplyer:
|
|||
if not from_plugin:
|
||||
result = await event_manager.trigger_event("post_llm",prompt=prompt,llm_response=llm_response,stream_id=stream_id)
|
||||
if not result.all_continue_process():
|
||||
raise UserWarning(f"插件{result.get_summary().get("stopped_handlers","")}于请求前中断了内容生成")
|
||||
raise UserWarning(f"插件{result.get_summary().get('stopped_handlers', '')}于请求前中断了内容生成")
|
||||
|
||||
# 4. 调用 LLM 生成回复
|
||||
content = None
|
||||
|
|
|
|||
Loading…
Reference in New Issue