Skip to content

Commit d871151

Browse files
committed
fix: fix docstring
1 parent 56e85c6 commit d871151

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
@@ -322,7 +322,7 @@ def set_graph_id(self, graph_id: str) -> "GraphBuilder":
322322
"""Set graph id.
323323
324324
Args:
325-
graph_id: Unique graph id default to uuid4
325+
graph_id: Unique graph id
326326
"""
327327
self._id = graph_id
328328
return self

src/strands/multiagent/swarm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ async def invoke_async(
336336
finally:
337337
self.state.execution_time = round((time.time() - start_time) * 1000)
338338
self.hooks.invoke_callbacks(AfterMultiAgentInvocationEvent(self, invocation_state))
339+
self._resume_from_session = False
339340

340341
return self._build_result()
341342

0 commit comments

Comments
 (0)