We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85b82f commit 7dc96a5Copy full SHA for 7dc96a5
lib/Service/ProvidersAI/TaskProcessingService.php
@@ -384,15 +384,15 @@ public function getInputShape(): array {
384
return array_map(static fn (array $shape) => new ShapeDescriptor(
385
$shape['name'],
386
$shape['description'],
387
- EShapeType::from($shape['type']),
+ EShapeType::from($shape['shape_type']),
388
), $this->customTaskType['input_shape']);
389
}
390
391
public function getOutputShape(): array {
392
393
394
395
396
), $this->customTaskType['output_shape']);
397
398
};
0 commit comments