Skip to content

Commit 9f3a93a

Browse files
committed
fix: fix docstring
1 parent 96bb1ab commit 9f3a93a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/strands/multiagent/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def set_graph_id(self, graph_id: str) -> "GraphBuilder":
329329
"""Set graph id.
330330
331331
Args:
332-
graph_id: Unique graph id default to uuid4
332+
graph_id: Unique graph id
333333
"""
334334
self._id = graph_id
335335
return self

src/strands/multiagent/swarm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ async def stream_async(
374374
finally:
375375
self.state.execution_time = round((time.time() - start_time) * 1000)
376376
self.hooks.invoke_callbacks(AfterMultiAgentInvocationEvent(self, invocation_state))
377+
self._resume_from_session = False
377378

378379
# Yield final result after execution_time is set
379380
result = self._build_result()

0 commit comments

Comments
 (0)