We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a41a01 commit 39c4ec7Copy full SHA for 39c4ec7
1 file changed
samples/cli.py
@@ -23,7 +23,7 @@ async def _handle_stream( # noqa: PLR0912
23
if part.text:
24
print(part.text, end=' ')
25
print()
26
- return current_task_id
+ return None
27
28
if not current_task_id:
29
if event.HasField('task'):
0 commit comments