Skip to content

Commit bcfefa2

Browse files
Update src/seclab_taskflow_agent/cli.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7ddbd01 commit bcfefa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/seclab_taskflow_agent

src/seclab_taskflow_agent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def main(
109109
] = None,
110110
model_config: Annotated[
111111
str | None,
112-
typer.Option("-m", "--model-config", help="Model configuration module path. Only relevant when running taskflows"),
112+
typer.Option("-m", "--model-config", help="Model configuration module path. Only relevant when running taskflows."),
113113
] = None,
114114
) -> None:
115115
"""Run a taskflow or personality-based agent session."""

0 commit comments

Comments
 (0)