Skip to content

Commit 42a7bd0

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 43fe8a3 commit 42a7bd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nerve/cli/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def _get_run_args(
7070
bool,
7171
typer.Option("--litellm-debug", help="Enable litellm debug logging"),
7272
] = False,
73+
# TODO: document this
7374
litellm_tracing: t.Annotated[
7475
str | None,
7576
typer.Option("--litellm-tracing", help="Set litellm callbacks for tracing"),

0 commit comments

Comments
 (0)