From da5ee30bef27735a84b132095399912aa044e509 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Fri, 28 Feb 2025 10:30:03 -0500 Subject: [PATCH] fix deprecation warning style --- docs/docs/concepts/langgraph_studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/langgraph_studio.md b/docs/docs/concepts/langgraph_studio.md index 0f2c708c9..7b00235bd 100644 --- a/docs/docs/concepts/langgraph_studio.md +++ b/docs/docs/concepts/langgraph_studio.md @@ -103,7 +103,7 @@ def routing_function(state: GraphState) -> Literal["node_b","node_c"]: ### Studio Desktop FAQs !!! warning "Deprecation Warning" -In order to support a wider range of platforms and users, we now recommend following the above instructions to connect to LangGraph Studio using the development server instead of the desktop app. + In order to support a wider range of platforms and users, we now recommend following the above instructions to connect to LangGraph Studio using the development server instead of the desktop app. The LangGraph Studio Desktop App is a standalone application that allows you to connect to your LangGraph application and visualize and interact with your graph. It is available for MacOS only and requires Docker to be installed.