From 8c324f755538fe2e4416d206f84341ca170a84aa Mon Sep 17 00:00:00 2001 From: alperozturk Date: Thu, 9 Jan 2025 09:45:28 +0100 Subject: [PATCH 1/4] fix Signed-off-by: alperozturk --- .../assistant/repository/AssistantMockRepository.kt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/nextcloud/client/assistant/repository/AssistantMockRepository.kt b/app/src/main/java/com/nextcloud/client/assistant/repository/AssistantMockRepository.kt index ec5c295a34a9..a7fe1c3fb7cf 100644 --- a/app/src/main/java/com/nextcloud/client/assistant/repository/AssistantMockRepository.kt +++ b/app/src/main/java/com/nextcloud/client/assistant/repository/AssistantMockRepository.kt @@ -9,6 +9,7 @@ package com.nextcloud.client.assistant.repository import com.nextcloud.utils.extensions.getRandomString import com.owncloud.android.lib.common.operations.RemoteOperationResult +import com.owncloud.android.lib.resources.assistant.v2.model.Shape import com.owncloud.android.lib.resources.assistant.v2.model.Task import com.owncloud.android.lib.resources.assistant.v2.model.TaskInput import com.owncloud.android.lib.resources.assistant.v2.model.TaskInputShape @@ -24,15 +25,15 @@ class AssistantMockRepository(private val giveEmptyTasks: Boolean = false) : Ass "core:text2text", "Free text to text prompt", "Runs an arbitrary prompt through a language model that returns a reply", - listOf( - TaskInputShape( + inputShape = TaskInputShape( + input = Shape( "Prompt", "Describe a task that you want the assistant to do or ask a question", "Text" ) ), - listOf( - TaskOutputShape( + outputShape = TaskOutputShape( + output = Shape( "Generated reply", "The generated text from the assistant", "Text" From 957433ff1240f1a7a956f28b12a6e259357d46ca Mon Sep 17 00:00:00 2001 From: alperozturk Date: Fri, 10 Jan 2025 15:39:13 +0100 Subject: [PATCH 2/4] update lib Signed-off-by: alperozturk --- gradle/verification-metadata.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index e8834b5f4ae4..a7246d4ed4f1 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -9274,6 +9274,14 @@ + + + + + + + + From 840848645dda131d8c5c69b7a7fc13cc0bac4e9a Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 21 Jan 2025 10:04:46 +0100 Subject: [PATCH 3/4] update lib Signed-off-by: tobiasKaminsky --- build.gradle | 2 +- gradle/verification-metadata.xml | 309 +++++++++++++++++++++++++++++++ 2 files changed, 310 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb01afd35b9c..cb7e0f4943b5 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ */ buildscript { ext { - androidLibraryVersion ="2deadfd278fbee329e08bc69c97cabb0ef303b1e" + androidLibraryVersion ="4c07e6a69e8a8bab43ca9406ea546613e90d934b" androidPluginVersion = '8.8.0' androidxMediaVersion = '1.5.1' androidxTestVersion = "1.6.1" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index a7246d4ed4f1..2154221bc043 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -8872,6 +8872,11 @@ + + + + + @@ -8907,6 +8912,11 @@ + + + + + @@ -8937,6 +8947,11 @@ + + + + + @@ -9186,6 +9201,14 @@ + + + + + + + + @@ -9722,6 +9745,14 @@ + + + + + + + + @@ -9738,6 +9769,14 @@ + + + + + + + + @@ -9770,6 +9809,14 @@ + + + + + + + + @@ -10339,6 +10386,14 @@ + + + + + + + + @@ -10371,6 +10426,14 @@ + + + + + + + + @@ -10403,6 +10466,14 @@ + + + + + + + + @@ -10435,6 +10506,14 @@ + + + + + + + + @@ -10467,6 +10546,14 @@ + + + + + + + + @@ -10499,6 +10586,14 @@ + + + + + + + + @@ -10539,6 +10634,14 @@ + + + + + + + + @@ -13957,6 +14060,14 @@ + + + + + + + + @@ -14089,6 +14200,11 @@ + + + + + @@ -14100,6 +14216,14 @@ + + + + + + + + @@ -14140,6 +14264,14 @@ + + + + + + + + @@ -14215,6 +14347,16 @@ + + + + + + + + + + @@ -14233,6 +14375,22 @@ + + + + + + + + + + + + + + + + @@ -14353,6 +14511,11 @@ + + + + + @@ -14374,6 +14537,11 @@ + + + + + @@ -14398,6 +14566,14 @@ + + + + + + + + @@ -14413,6 +14589,11 @@ + + + + + @@ -14437,6 +14618,14 @@ + + + + + + + + @@ -14493,6 +14682,14 @@ + + + + + + + + @@ -14533,6 +14730,14 @@ + + + + + + + + @@ -14565,6 +14770,14 @@ + + + + + + + + @@ -16846,6 +17059,14 @@ + + + + + + + + @@ -16987,12 +17208,34 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -17249,6 +17492,14 @@ + + + + + + + + @@ -17281,6 +17532,14 @@ + + + + + + + + @@ -17323,6 +17582,14 @@ + + + + + + + + @@ -17355,6 +17622,14 @@ + + + + + + + + @@ -17387,6 +17662,14 @@ + + + + + + + + @@ -17496,11 +17779,24 @@ + + + + + + + + + + + + + @@ -17536,6 +17832,11 @@ + + + + + @@ -17594,6 +17895,14 @@ + + + + + + + + From 0aec71e62894f5d7d8feee3ab7a6783d9c286a63 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Tue, 21 Jan 2025 10:15:37 +0100 Subject: [PATCH 4/4] update lib Signed-off-by: alperozturk --- gradle/verification-metadata.xml | 305 +------------------------------ 1 file changed, 2 insertions(+), 303 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 2154221bc043..fe9d7e0cc79a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -8872,11 +8872,6 @@ - - - - - @@ -8912,11 +8907,6 @@ - - - - - @@ -8947,11 +8937,6 @@ - - - - - @@ -9203,10 +9188,10 @@ - + - + @@ -9745,14 +9730,6 @@ - - - - - - - - @@ -9769,14 +9746,6 @@ - - - - - - - - @@ -9809,14 +9778,6 @@ - - - - - - - - @@ -10386,14 +10347,6 @@ - - - - - - - - @@ -10426,14 +10379,6 @@ - - - - - - - - @@ -10466,14 +10411,6 @@ - - - - - - - - @@ -10506,14 +10443,6 @@ - - - - - - - - @@ -10546,14 +10475,6 @@ - - - - - - - - @@ -10586,14 +10507,6 @@ - - - - - - - - @@ -10634,14 +10547,6 @@ - - - - - - - - @@ -14060,14 +13965,6 @@ - - - - - - - - @@ -14200,11 +14097,6 @@ - - - - - @@ -14216,14 +14108,6 @@ - - - - - - - - @@ -14264,14 +14148,6 @@ - - - - - - - - @@ -14347,16 +14223,6 @@ - - - - - - - - - - @@ -14375,22 +14241,6 @@ - - - - - - - - - - - - - - - - @@ -14511,11 +14361,6 @@ - - - - - @@ -14537,11 +14382,6 @@ - - - - - @@ -14566,14 +14406,6 @@ - - - - - - - - @@ -14589,11 +14421,6 @@ - - - - - @@ -14618,14 +14445,6 @@ - - - - - - - - @@ -14682,14 +14501,6 @@ - - - - - - - - @@ -14730,14 +14541,6 @@ - - - - - - - - @@ -14770,14 +14573,6 @@ - - - - - - - - @@ -17059,14 +16854,6 @@ - - - - - - - - @@ -17208,34 +16995,12 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -17492,14 +17257,6 @@ - - - - - - - - @@ -17532,14 +17289,6 @@ - - - - - - - - @@ -17582,14 +17331,6 @@ - - - - - - - - @@ -17622,14 +17363,6 @@ - - - - - - - - @@ -17662,14 +17395,6 @@ - - - - - - - - @@ -17779,24 +17504,11 @@ - - - - - - - - - - - - - @@ -17832,11 +17544,6 @@ - - - - - @@ -17895,14 +17602,6 @@ - - - - - - - -