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 c8b60ac commit 5d4342cCopy full SHA for 5d4342c
tests/test_ag_ui.py
@@ -864,6 +864,7 @@ async def stream_function(
864
) -> AsyncIterator[DeltaThinkingCalls | str]:
865
yield {0: DeltaThinkingPart(content='')}
866
yield "Let's do some thinking"
867
+ yield ''
868
yield {1: DeltaThinkingPart(content='Thinking ')}
869
yield {1: DeltaThinkingPart(content='about the weather')}
870
yield {2: DeltaThinkingPart(content='')}
0 commit comments