mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 01:37:49 +02:00
Rename Context channel
This commit is contained in:
@@ -88,7 +88,7 @@ def recursive_web_loader(
|
||||
"next_urls": Channels.UniqueInbox(str),
|
||||
"documents": Channels.Archive(Document),
|
||||
"visited": Channels.UniqueArchive(str),
|
||||
"client": Channels.ContextManager(httpx_client, httpx_aclient),
|
||||
"client": Channels.Context(httpx_client, httpx_aclient),
|
||||
}
|
||||
# the main chain that gets executed recursively
|
||||
visitor = (
|
||||
|
||||
Reference in New Issue
Block a user