File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ async def a_delete_assistant(assistant_id: str) -> None:
348
348
await async_api_delete_assistant (assistant_id = assistant_id )
349
349
350
350
351
- def clean_chat_context (assistant_id : str , chat_id : str ) -> None :
351
+ def clean_chat_context (assistant_id : str , chat_id : str ) -> ChatCleanContextResponse :
352
352
"""
353
353
Clean chat context.
354
354
@@ -359,7 +359,7 @@ def clean_chat_context(assistant_id: str, chat_id: str) -> None:
359
359
api_clean_chat_context (assistant_id = assistant_id , chat_id = chat_id )
360
360
361
361
362
- async def a_clean_chat_context (assistant_id : str , chat_id : str ) -> None :
362
+ async def a_clean_chat_context (assistant_id : str , chat_id : str ) -> ChatCleanContextResponse :
363
363
"""
364
364
Clean chat context in async mode.
365
365
You can’t perform that action at this time.
0 commit comments