Skip to content

Commit b5f5220

Browse files
afarntrogUnshure
authored andcommitted
docs: cleanup docs so the yields section renders correctly (strands-agents#820)
1 parent 6d95d81 commit b5f5220

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/strands/agent/agent.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)