ai: system prompt

This commit is contained in:
end-4
2025-05-10 00:38:38 +02:00
parent c57772aa9d
commit c0f5f55c63
2 changed files with 18 additions and 7 deletions
@@ -4,6 +4,10 @@ pragma Singleton
pragma ComponentBehavior: Bound
Singleton {
property QtObject ai: QtObject {
property string systemPrompt: ""
}
property QtObject appearance: QtObject {
property int fakeScreenRounding: 1 // 0: None | 1: Always | 2: When not fullscreen
}