We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac3f31 commit 701dd29Copy full SHA for 701dd29
1 file changed
src/strands/agent/agent.py
@@ -129,7 +129,7 @@ def __init__(
129
structured_output_prompt: str | None = None,
130
tool_executor: ToolExecutor | None = None,
131
retry_strategy: ModelRetryStrategy | _DefaultRetryStrategySentinel | None = _DEFAULT_RETRY_STRATEGY,
132
- concurrent_invocation_mode: ConcurrentInvocationMode = "throw",
+ concurrent_invocation_mode: ConcurrentInvocationMode = ConcurrentInvocationMode.THROW,
133
):
134
"""Initialize the Agent with the specified configuration.
135
0 commit comments