Fix(云灵AI):[#5395]输入框文本超字符限制无提示,超限新增内容输入框不显示,发送后又显示
This commit is contained in:
@@ -221,7 +221,7 @@ export const chatMixinsV2 = {
|
||||
return
|
||||
}
|
||||
if (this.loading) return
|
||||
const prompt = params.prompt
|
||||
const prompt = params.prompt.substr(0, 500)
|
||||
if (params.init !== 1) {
|
||||
_this.chatMessageList.push({
|
||||
prompt,
|
||||
|
||||
Reference in New Issue
Block a user