更新 document.py

This commit is contained in:
root 2026-07-14 02:41:20 +00:00
parent e82de897ac
commit b4277933fe
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from agents.ai_agents.diagram_agent.utils.drawio_utils import replace_drawio_hos
_STREAM_END = object()
1231231231
def _next_stream_chunk(iterator):
try:
return next(iterator)