|
@@ -89,7 +89,8 @@ async function onConversation() {
|
|
|
|
|
|
let options: Chat.ConversationRequest = {}
|
|
let options: Chat.ConversationRequest = {}
|
|
const lastContext = conversationList.value[conversationList.value.length - 1]?.conversationOptions
|
|
const lastContext = conversationList.value[conversationList.value.length - 1]?.conversationOptions
|
|
-
|
|
|
|
|
|
+ console.log(usingContext.value)
|
|
|
|
+ console.log(lastContext)
|
|
if (lastContext && usingContext.value)
|
|
if (lastContext && usingContext.value)
|
|
options = { ...lastContext }
|
|
options = { ...lastContext }
|
|
|
|
|