ai: gemini: annotation sources

This commit is contained in:
end-4
2025-05-10 10:56:35 +02:00
parent 0af7924be9
commit f93cca8a13
6 changed files with 130 additions and 2 deletions
@@ -7,4 +7,6 @@ QtObject {
property string model
property bool thinking: true
property bool done: false
property var annotations: []
property var annotationSources: []
}