We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3659e commit e95fd3dCopy full SHA for e95fd3d
1 file changed
astrbot/core/pipeline/process_stage/method/agent_sub_stages/internal.py
@@ -382,7 +382,7 @@ async def process(
382
)
383
await event.send(MessageChain().message(error_text))
384
finally:
385
- if typing_requested and not event.platform_meta.support_streaming_message:
+ if typing_requested:
386
try:
387
await event.stop_typing()
388
except Exception:
0 commit comments