We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fe8a3 commit 42a7bd0Copy full SHA for 42a7bd0
nerve/cli/utils.py
@@ -70,6 +70,7 @@ def _get_run_args(
70
bool,
71
typer.Option("--litellm-debug", help="Enable litellm debug logging"),
72
] = False,
73
+ # TODO: document this
74
litellm_tracing: t.Annotated[
75
str | None,
76
typer.Option("--litellm-tracing", help="Set litellm callbacks for tracing"),
0 commit comments