mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 05:07:51 +02:00
Update docs
This commit is contained in:
@@ -221,7 +221,7 @@ export class AssistantsClient extends BaseClient {
|
||||
/**
|
||||
* Get the JSON representation of the graph assigned to a runnable
|
||||
* @param assistantId The ID of the assistant.
|
||||
* @param options.xray Whether to include subgraphs in the serialized graph representation.
|
||||
* @param options.xray Whether to include subgraphs in the serialized graph representation. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.
|
||||
* @returns Serialized graph
|
||||
*/
|
||||
async getGraph(
|
||||
|
||||
@@ -311,7 +311,7 @@ class AssistantsClient:
|
||||
|
||||
Args:
|
||||
assistant_id: The ID of the assistant to get the graph of.
|
||||
xray: Include graph representation of subgraphs.
|
||||
xray: Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.
|
||||
|
||||
Returns:
|
||||
Graph: The graph information for the assistant in JSON format.
|
||||
@@ -2080,7 +2080,7 @@ class SyncAssistantsClient:
|
||||
|
||||
Args:
|
||||
assistant_id: The ID of the assistant to get the graph of.
|
||||
xray: Include graph representation of subgraphs.
|
||||
xray: Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.
|
||||
|
||||
Returns:
|
||||
Graph: The graph information for the assistant in JSON format.
|
||||
|
||||
Reference in New Issue
Block a user