Skip to content

Commit 8a6f763

Browse files
committed
Fix doc type on FileNormalizer
1 parent 9803007 commit 8a6f763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/OpenAi/Contract/FileNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FileNormalizer extends ModelContractNormalizer
2424
/**
2525
* @param File $data
2626
*
27-
* @return array{type: 'file', file: array{filename: string, file_data: 'base64'}}
27+
* @return array{type: 'file', file: array{filename: string, file_data: string}}
2828
*/
2929
public function normalize(mixed $data, ?string $format = null, array $context = []): array
3030
{

0 commit comments

Comments
 (0)