This commit is contained in:
yumoqing 2026-08-08 22:47:14 +08:00
parent f2766a76dd
commit e2086397fd

View File

@ -329,7 +329,7 @@ bricks.AgentIO = class extends bricks.VBox {
chunk_ended(){
console.log('chunk end');
}
user_inputed(e){
async user_inputed(e){
this.show_input(e.params);
var params = e.params;
params.llmid = this.agent_using_llmid;