Get graph by graph name.
This method calls GET /assistants/{assistant_id}/graph.
get_graph(
self,
config: RunnableConfig | None = None,
*,
xray: int | bool = False,
headers: dict[str, str] | None = None,
params: QueryParamTypes | None = None
) -> DrawableGraph| Name | Type | Description |
|---|---|---|
config | RunnableConfig | None | Default: NoneThis parameter is not used. |
xray | int | bool | Default: FalseInclude 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. |