mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: toLowerCase 报错
This commit is contained in:
parent
8f296fa39e
commit
c5976439cb
2 changed files with 7 additions and 5 deletions
|
|
@ -583,7 +583,7 @@ export default class SydneyAIClient {
|
|||
// adaptiveCardsSoFar || (message.adaptiveCards[0].body[0].text = replySoFar)
|
||||
console.log({ replySoFar, message })
|
||||
message.adaptiveCards = adaptiveCardsSoFar
|
||||
message.text = replySoFar
|
||||
message.text = replySoFar || message.spokenText
|
||||
resolve({
|
||||
message,
|
||||
conversationExpiryTime: event?.item?.conversationExpiryTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue