We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be27e15 commit fe1d135Copy full SHA for fe1d135
ui/src/api/type/application.ts
@@ -388,6 +388,9 @@ export class ChatRecordManage {
388
(item) => item.length == 1 && item[0].content == '',
389
'index'
390
)
391
+ if (set_index <= -1) {
392
+ set_index = 0
393
+ }
394
this.chat.answer_text_list[set_index] = [
395
{
396
content: answer_text_block,
0 commit comments