🔧 fix: Allow Azure Assistants Chats to be Deleted (#3893)

This commit is contained in:
Sebastian Diez 2024-10-29 13:09:35 +01:00 committed by GitHub
parent 2b0654bb2c
commit f270455be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View file

@ -152,6 +152,7 @@ export type TUpdateConversationResponse = TConversation;
export type TDeleteConversationRequest = {
conversationId?: string;
thread_id?: string;
endpoint?: string;
source?: string;
};