feat: 支持 agent 运行取消功能
This commit is contained in:
@@ -75,7 +75,7 @@ extension _HomeScreenInteractions on _HomeScreenState {
|
||||
return;
|
||||
}
|
||||
if (canceled) {
|
||||
Toast.show(context, '已停止等待回复', type: ToastType.info);
|
||||
Toast.show(context, '已请求停止', type: ToastType.info);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user