Skip to content

Commit

Permalink
sdk-py: update docstrings (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Oct 29, 2024
1 parent e7dc43b commit 8a0650a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions libs/sdk-py/langgraph_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,10 @@ async def get_versions(
"""List all versions of an assistant.
Args:
assistant_id: The assistant ID to delete.
assistant_id: The assistant ID to get versions for.
metadata: Metadata to filter versions by. Exact match filter for each KV pair.
limit: The maximum number of versions to return.
offset: The number of versions to skip.
Returns:
list[Assistant]: A list of assistants.
Expand Down Expand Up @@ -2803,7 +2806,10 @@ def get_versions(
"""List all versions of an assistant.
Args:
assistant_id: The assistant ID to delete.
assistant_id: The assistant ID to get versions for.
metadata: Metadata to filter versions by. Exact match filter for each KV pair.
limit: The maximum number of versions to return.
offset: The number of versions to skip.
Returns:
list[Assistant]: A list of assistants.
Expand Down

0 comments on commit 8a0650a

Please sign in to comment.