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