Skip to content

Commit 7f77a59

Browse files
authored
docs: improve docstring formatting for invoke_async function in Agent class. [for better VS Code hover] (#846)
1 parent bf4e3e4 commit 7f77a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ async def invoke_async(self, prompt: AgentInput = None, **kwargs: Any) -> AgentR
425425
**kwargs: Additional parameters to pass through the event loop.
426426
427427
Returns:
428-
Result object containing:
428+
Result: object containing:
429429
430430
- stop_reason: Why the event loop stopped (e.g., "end_turn", "max_tokens")
431431
- message: The final message from the model

0 commit comments

Comments
 (0)