Add studio URL flag

This commit is contained in:
William Fu-Hinthorn
2025-03-21 11:20:29 -07:00
parent 8e922b859c
commit 9c36a7de85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ def dockerfile(save_path: str, config: pathlib.Path, add_docker_compose: bool) -
default=False,
)
@click.option(
"--studio_url",
"--studio-url",
type=str,
default=None,
help="URL of the LangGraph Studio instance to connect to. Defaults to https://smith.langchain.com",