Update LangGraph Server API docs (#2300)

This commit is contained in:
Andrew Nguonly
2024-11-01 11:38:12 -07:00
committed by GitHub
parent e9fe3e8bd9
commit 6986a50711
+13 -4
View File
@@ -304,10 +304,19 @@
"description": "The ID of the assistant.",
"required": true,
"schema": {
"type": "string",
"format": "uuid",
"title": "Assistant ID",
"description": "The ID of the assistant."
"anyOf": [
{
"type": "string",
"format": "uuid",
"title": "Assistant ID",
"description": "The ID of the assistant."
},
{
"type": "string",
"title": "Graph ID",
"description": "The ID of the graph."
}
]
},
"name": "assistant_id",
"in": "path"