Simplify assistants

This commit is contained in:
Lauren Hirata Singh
2025-05-12 13:37:25 -07:00
parent f5423783f7
commit 7ea406648f
5 changed files with 111 additions and 165 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ REDIRECT_MAP = {
"tutorials/introduction.ipynb": "concepts/why-langgraph.md",
# deployment redirects
"how-tos/deploy-self-hosted.md": "cloud/deployment/self_hosted_data_plane.md",
"concepts/self_hosted.md": "concepts/langgraph_self_hosted_data_plane.md"
"concepts/self_hosted.md": "concepts/langgraph_self_hosted_data_plane.md",
# assistant redirects
"cloud/how-tos/assistant_versioning.md": "cloud/how-tos/configuration_cloud.md"
}