Commit 8fb30b15 authored by simon3000's avatar simon3000

conversation always save conversationId

parent 80123544
......@@ -75,6 +75,7 @@ class Conversation {
parentMessageId: this.parentMessageId,
onProgress,
onConversationResponse: (response) => {
this.conversationId = response.conversation_id
this.parentMessageId = response.message.id
onConversationResponse?.(response)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment