From 7a2c571ac8915b61f3b3aa615c8f1bc0167e6be8 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:55:01 -0700 Subject: [PATCH] Update --- langgraph.json | 1 + 1 file changed, 1 insertion(+) diff --git a/langgraph.json b/langgraph.json index 4a8f382..857050d 100644 --- a/langgraph.json +++ b/langgraph.json @@ -1,4 +1,5 @@ { + "$schema": "https://langgra.ph/schema.json", "dockerfile_lines": [], "graphs": { "chatbot": "./src/chatbot/graph.py:graph",