mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 19:11:33 +00:00
docs: langgraph error code redirects (#27465)
This commit is contained in:
parent
82242dfbb1
commit
b468552859
@ -85,6 +85,10 @@
|
|||||||
{
|
{
|
||||||
"source": "/docs/integrations/platforms/:path((?:anthropic|aws|google|huggingface|microsoft|openai)?/?)*",
|
"source": "/docs/integrations/platforms/:path((?:anthropic|aws|google|huggingface|microsoft|openai)?/?)*",
|
||||||
"destination": "/docs/integrations/providers/:path*"
|
"destination": "/docs/integrations/providers/:path*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS)/?)*",
|
||||||
|
"destination": "https://langchain-ai.github.io/langgraph/troubleshooting/errors/:path*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user