We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71e689 commit 3503bd7Copy full SHA for 3503bd7
2 files changed
src/strands/multiagent/graph.py
@@ -400,7 +400,7 @@ def __call__(
400
invocation_state = {}
401
402
def execute() -> GraphResult:
403
- return asyncio.run(self.invoke_async(task, invocation_state, **kwargs))
+ return asyncio.run(self.invoke_async(task, invocation_state))
404
405
with ThreadPoolExecutor() as executor:
406
future = executor.submit(execute)
src/strands/multiagent/swarm.py
@@ -252,7 +252,7 @@ def __call__(
252
253
254
def execute() -> SwarmResult:
255
256
257
258
0 commit comments