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 832b0db commit 4aa690fCopy full SHA for 4aa690f
ui/src/api/type/application.ts
@@ -138,7 +138,7 @@ export class ChatRecordManage {
138
) {
139
return this.write_node_info
140
}
141
- const run_node = this.node_list.filter((item) => item.buffer.length > 0 || !item.is_end).at(0)
+ const run_node = this.node_list.filter((item) => item.buffer.length > 0 || !item.is_end)[0]
142
143
if (run_node) {
144
const index = this.node_list.indexOf(run_node)
0 commit comments