Skip to content

Commit 701dd29

Browse files
committed
fix: Linting error
1 parent dac3f31 commit 701dd29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strands/agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(
129129
structured_output_prompt: str | None = None,
130130
tool_executor: ToolExecutor | None = None,
131131
retry_strategy: ModelRetryStrategy | _DefaultRetryStrategySentinel | None = _DEFAULT_RETRY_STRATEGY,
132-
concurrent_invocation_mode: ConcurrentInvocationMode = "throw",
132+
concurrent_invocation_mode: ConcurrentInvocationMode = ConcurrentInvocationMode.THROW,
133133
):
134134
"""Initialize the Agent with the specified configuration.
135135

0 commit comments

Comments
 (0)