docs: fix typo in remote graph how-to (#2268)

This commit is contained in:
Vadym Barda
2024-10-31 09:29:10 -04:00
committed by GitHub
parent b527b785fd
commit 2bacc42e01
+1 -1
View File
@@ -222,7 +222,7 @@ Since the `RemoteGraph` behaves the same way as a regular `CompiledGraph`, it ca
```js
import { MessagesAnnotation, StateGraph, START } from "@langchain/langgraph";
import { RemoteGraph } from "@langchain/langgraph-sdk";
import { RemoteGraph } from "@langchain/langgraph/remote";
const url = <DEPLOYMENT_URL>;
const graphName = "agent";