File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -547,12 +547,12 @@ async def stream_async(
547547
548548 Yields:
549549 An async iterator that yields events. Each event is a dictionary containing
550- information about the current state of processing, such as:
550+ information about the current state of processing, such as:
551551
552- - data: Text content being generated
553- - complete: Whether this is the final chunk
554- - current_tool_use: Information about tools being executed
555- - And other event data provided by the callback handler
552+ - data: Text content being generated
553+ - complete: Whether this is the final chunk
554+ - current_tool_use: Information about tools being executed
555+ - And other event data provided by the callback handler
556556
557557 Raises:
558558 Exception: Any exceptions from the agent invocation will be propagated to the caller.
You can’t perform that action at this time.
0 commit comments