Skip to content

Commit 39c4ec7

Browse files
committed
When message return None
1 parent 7a41a01 commit 39c4ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def _handle_stream( # noqa: PLR0912
2323
if part.text:
2424
print(part.text, end=' ')
2525
print()
26-
return current_task_id
26+
return None
2727

2828
if not current_task_id:
2929
if event.HasField('task'):

0 commit comments

Comments
 (0)