Skip to content

Commit 76faedb

Browse files
committed
feat: support multiple images
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 3e24c40 commit 76faedb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/public/TaskProcessing/TaskTypes/AnalyzeImage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public function getId(): string {
6868
public function getInputShape(): array {
6969
return [
7070
'image' => new ShapeDescriptor(
71-
$this->l->t('Image'),
72-
$this->l->t('Image to ask a question about'),
73-
EShapeType::Image,
71+
$this->l->t('Images'),
72+
$this->l->t('Images to ask a question about'),
73+
EShapeType::ListOfImages,
7474
),
7575
'input' => new ShapeDescriptor(
7676
$this->l->t('Question'),

0 commit comments

Comments
 (0)