Merge pull request #2298 from langchain-ai/dqbd/cli-debugger-rename

chore(cli): rename Debugger to LangGraph Studio
This commit is contained in:
Nuno Campos
2024-11-01 11:11:07 -07:00
committed by GitHub
+1 -1
View File
@@ -239,7 +239,7 @@ For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KE
f"""Ready!
- API: http://localhost:{port}
- Docs: http://localhost:{port}/docs
- Debugger: {debugger_origin}/studio/?baseUrl={debugger_base_url_query}
- LangGraph Studio: {debugger_origin}/studio/?baseUrl={debugger_base_url_query}
"""
)
sys.stdout.flush()