sdk-py: update docstrings (#2221)

This commit is contained in:
Vadym Barda
2024-10-29 20:31:12 +00:00
committed by GitHub
parent e7dc43b7ca
commit 8a0650a46b
+8 -2
View File
@@ -706,7 +706,10 @@ class AssistantsClient:
"""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.
@@ -2803,7 +2806,10 @@ class SyncAssistantsClient:
"""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.