File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/yandex_cloud_ml_sdk/_assistants Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ class ReadOnlyAssistant(BaseAssistant[RunTypeT, ThreadTypeT]):
307307 # Expiration timestamp.
308308 expires_at : datetime
309309 # Set of key-value pairs that can be used to organize and categorize the assistant.
310- labels : dict [str , str ] | None
310+ labels : dict [str , str ] | None
311311
312312@dataclasses .dataclass (frozen = True )
313313class AssistantVersion :
@@ -323,7 +323,7 @@ class AssistantVersion:
323323
324324@doc_from (ReadOnlyAssistant )
325325class AsyncAssistant (ReadOnlyAssistant [AsyncRun , AsyncThread ]):
326-
326+
327327 @doc_from (ReadOnlyAssistant ._update )
328328 async def update (
329329 self ,
@@ -359,7 +359,7 @@ async def update(
359359 response_format = response_format ,
360360 timeout = timeout
361361 )
362-
362+
363363 @doc_from (ReadOnlyAssistant ._delete )
364364 async def delete (
365365 self ,
You can’t perform that action at this time.
0 commit comments