[PR #116] [MERGED] better document what the first argument to a RemoteGraph can be #429

Closed
opened 2026-02-17 17:20:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/116
Author: @samecrowder
Created: 8/4/2025
Status: Merged
Merged: 8/5/2025
Merged by: @samecrowder

Base: mainHead: sam_better_docs_on_first_arg_RemoteGraph


📝 Commits (5)

  • 5850fe5 better document what the first argument to a RemoteGraph can be
  • daed071 cleaning up
  • 19e1789 consistency
  • d940871 Update src/langgraph-platform/use-remote-graph.mdx
  • ac11bfa Merge branch 'main' into sam_better_docs_on_first_arg_RemoteGraph

📊 Changes

1 file changed (+26 additions, -2 deletions)

View changed files

📝 src/langgraph-platform/use-remote-graph.mdx (+26 -2)

📄 Description

when using RemoteGraph for a couple weeks, I noticed unexpected behavior that I could give either an assistant ID or a graph name as the first argument when instantiating a RemoteGraph.

Turns out this is by design, but it was not documented.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/116 **Author:** [@samecrowder](https://github.com/samecrowder) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@samecrowder](https://github.com/samecrowder) **Base:** `main` ← **Head:** `sam_better_docs_on_first_arg_RemoteGraph` --- ### 📝 Commits (5) - [`5850fe5`](https://github.com/langchain-ai/docs/commit/5850fe5b517738983dd593dbe1ec9e71f0efa195) better document what the first argument to a RemoteGraph can be - [`daed071`](https://github.com/langchain-ai/docs/commit/daed07150b7e870e1a61d616893d6ce8fc5bd3ed) cleaning up - [`19e1789`](https://github.com/langchain-ai/docs/commit/19e1789ac2df3cd388b36a017ce44afb013690fb) consistency - [`d940871`](https://github.com/langchain-ai/docs/commit/d940871825c08f05cf2ad7a85fabca0ef4685605) Update src/langgraph-platform/use-remote-graph.mdx - [`ac11bfa`](https://github.com/langchain-ai/docs/commit/ac11bfa7154627c6fc1d87d9725ac4ebed378ef3) Merge branch 'main' into sam_better_docs_on_first_arg_RemoteGraph ### 📊 Changes **1 file changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/use-remote-graph.mdx` (+26 -2) </details> ### 📄 Description when using RemoteGraph for a couple weeks, I noticed unexpected behavior that I could give either an assistant ID or a graph name as the first argument when instantiating a RemoteGraph. Turns out this is by design, but it was not documented. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:20 -05:00
yindo closed this issue 2026-02-17 17:20:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#429