Files
illogical-impulse/.config/quickshell/services/AiMessageData.qml
T
2025-05-05 01:13:41 +02:00

11 lines
202 B
QML

import "root:/modules/common"
import QtQuick;
QtObject {
property string role
property string content
property string model
property bool thinking: true
property bool done: false
}