Files
illogical-impulse/.config/quickshell/services/AiMessageData.qml
T
2025-05-10 10:56:35 +02:00

13 lines
274 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
property var annotations: []
property var annotationSources: []
}