mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 16:12:25 +02:00
docs: fix typo in remote graph how-to (#2268)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user