mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
13 lines
274 B
QML
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: []
|
|
}
|