mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-25 19:56:13 +01:00
🔧 fix: Allow Azure Assistants Chats to be Deleted (#3893)
This commit is contained in:
parent
2b0654bb2c
commit
f270455be6
3 changed files with 14 additions and 6 deletions
|
|
@ -152,6 +152,7 @@ export type TUpdateConversationResponse = TConversation;
|
|||
export type TDeleteConversationRequest = {
|
||||
conversationId?: string;
|
||||
thread_id?: string;
|
||||
endpoint?: string;
|
||||
source?: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue