Skip to content

Commit c2ef3f3

Browse files
authored
fix: remove SDK inline links (#6307)
these were broken; remove for now.
1 parent d455bd8 commit c2ef3f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs/sdk-py/langgraph_sdk/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""The LangGraph client implementations connect to the LangGraph API.
22
3-
This module provides both asynchronous ([get_client(url="http://localhost:2024"))](#get_client) or [LangGraphClient](#LangGraphClient))
4-
and synchronous ([get_sync_client(url="http://localhost:2024"))](#get_sync_client) or [SyncLanggraphClient](#SyncLanggraphClient))
5-
clients to interacting with the LangGraph API's core resources such as
6-
Assistants, Threads, Runs, and Cron jobs, as well as its persistent
7-
document Store.
8-
""" # noqa: E501
3+
This module provides both asynchronous (`get_client(url="http://localhost:2024")` or
4+
`LangGraphClient`) and synchronous (`get_sync_client(url="http://localhost:2024")` or
5+
`SyncLanggraphClient`) clients to interacting with the LangGraph API's core resources
6+
such as Assistants, Threads, Runs, and Cron jobs, as well as its persistent document
7+
Store.
8+
"""
99

1010
from __future__ import annotations
1111

0 commit comments

Comments
 (0)