We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9803007 commit 8a6f763Copy full SHA for 8a6f763
src/platform/src/Bridge/OpenAi/Contract/FileNormalizer.php
@@ -24,7 +24,7 @@ class FileNormalizer extends ModelContractNormalizer
24
/**
25
* @param File $data
26
*
27
- * @return array{type: 'file', file: array{filename: string, file_data: 'base64'}}
+ * @return array{type: 'file', file: array{filename: string, file_data: string}}
28
*/
29
public function normalize(mixed $data, ?string $format = null, array $context = []): array
30
{
0 commit comments