Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/strands/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,12 @@ async def stream_async(

Yields:
An async iterator that yields events. Each event is a dictionary containing
information about the current state of processing, such as:
information about the current state of processing, such as:

- data: Text content being generated
- complete: Whether this is the final chunk
- current_tool_use: Information about tools being executed
- And other event data provided by the callback handler
- data: Text content being generated
- complete: Whether this is the final chunk
- current_tool_use: Information about tools being executed
- And other event data provided by the callback handler

Raises:
Exception: Any exceptions from the agent invocation will be propagated to the caller.
Expand Down
Loading