This commit is contained in:
end-4
2025-05-05 01:13:41 +02:00
parent e02875890b
commit 94ef226b92
8 changed files with 620 additions and 19 deletions
@@ -0,0 +1,10 @@
import "root:/modules/common"
import QtQuick;
QtObject {
property string role
property string content
property string model
property bool thinking: true
property bool done: false
}