conversation always save conversationId

chatgpt-api-old-v3
simon3000 2022-12-06 16:38:10 +01:00
rodzic 548a163c10
commit 889e11aacf
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)
}