Get the schemas of an assistant by ID.
getSubgraphs(assistantId: string, options: __type): Promise<Subgraphs>| Name | Type | Description |
|---|---|---|
assistantId* | string | The ID of the assistant to get the schema of. |
options | __type | Additional options for getting subgraphs, such as namespace or recursion extraction. |