File tree Expand file tree Collapse file tree
library/src/androidTest/java/com/owncloud/android/lib/resources/assistant/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ package com.owncloud.android.lib.resources.assistant.v2
1010
1111import com.owncloud.android.AbstractIT
1212import com.owncloud.android.lib.resources.assistant.v2.model.Shape
13- import com.owncloud.android.lib.resources.assistant.v2.model.TaskInputShape
14- import com.owncloud.android.lib.resources.assistant.v2.model.TaskOutputShape
1513import com.owncloud.android.lib.resources.assistant.v2.model.TaskTypeData
1614import com.owncloud.android.lib.resources.status.NextcloudVersion
1715import junit.framework.TestCase.assertEquals
@@ -31,17 +29,17 @@ class AssistantV2Tests : AbstractIT() {
3129 " Free text to text prompt" ,
3230 " Runs an arbitrary prompt through a language model that returns a reply" ,
3331 inputShape =
34- TaskInputShape (
35- input =
32+ mapOf (
33+ " input" to
3634 Shape (
3735 " Prompt" ,
3836 " Describe a task that you want the assistant to do or ask a question" ,
3937 " Text"
4038 )
4139 ),
4240 outputShape =
43- TaskOutputShape (
44- output =
41+ mapOf (
42+ " output" to
4543 Shape (
4644 " Generated reply" ,
4745 " The generated text from the assistant" ,
You can’t perform that action at this time.
0 commit comments