Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions astrbot/core/pipeline/respond/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ async def process(
)
logger.info(f"Applying streaming output ({event.get_platform_id()}).")
await event.send_streaming(result.async_stream, realtime_segmenting)
if await call_event_hook(event, EventType.OnAfterMessageSentEvent):
return
event.clear_result()
return
if len(result.chain) > 0:
# 检查路径映射
Expand Down