conversation always save conversationId

pull/26/head
simon3000 2022-12-06 16:38:10 +01:00
rodzic 8012354411
commit 8fb30b155b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 31FCC4A4E83CDA61
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -75,6 +75,7 @@ class Conversation {
parentMessageId: this.parentMessageId,
onProgress,
onConversationResponse: (response) => {
this.conversationId = response.conversation_id
this.parentMessageId = response.message.id
onConversationResponse?.(response)
}