mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
Update LangGraph Server API docs (#2300)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user