From 7f26325c8741588a8d2fcca1c8a535c760d375e7 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 14 Nov 2024 22:13:53 -0500 Subject: [PATCH] cli: minor wording change in `new` command (#2422) --- libs/cli/langgraph_cli/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/langgraph_cli/templates.py b/libs/cli/langgraph_cli/templates.py index 6cdacb331..fbbc261a5 100644 --- a/libs/cli/langgraph_cli/templates.py +++ b/libs/cli/langgraph_cli/templates.py @@ -85,7 +85,7 @@ def _choose_template() -> str: fg="green", ) version_choice: int = click.prompt( - "Choose version (1 for Python 🐍, 2 for JS/TS 🌐)", type=int + "Choose language (1 for Python 🐍, 2 for JS/TS 🌐)", type=int ) if version_choice == 1: