Renamed AI response schema from errornous "clock" to "part_detail"

This commit is contained in:
Jan Böhmer 2026-06-21 23:10:44 +02:00
parent b60887c71d
commit ec80115d0a

View file

@ -42,7 +42,7 @@ final class DTOJsonSchemaConverter
public function getJSONSchema(): array
{
return [
'name' => 'clock',
'name' => 'part_detail',
'strict' => true,
'schema' => [
'type' => 'object',