mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-24 19:41:46 +00:00
Renamed AI response schema from errornous "clock" to "part_detail"
This commit is contained in:
parent
b60887c71d
commit
ec80115d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ final class DTOJsonSchemaConverter
|
|||
public function getJSONSchema(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'clock',
|
||||
'name' => 'part_detail',
|
||||
'strict' => true,
|
||||
'schema' => [
|
||||
'type' => 'object',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue