File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ public function delete(string $file): never
51
51
}
52
52
53
53
/**
54
- *Returns information about a specific file.
54
+ * Returns information about a specific file.
55
55
*
56
56
* @see https://beta.openai.com/docs/api-reference/files/retrieve
57
57
*
58
58
* @return array<string, mixed>
59
59
*/
60
- public function retrieve (string $ file ): void
60
+ public function retrieve (string $ file ): never
61
61
{
62
62
throw new Exception ('Not implemented yet. ' );
63
63
}
@@ -66,10 +66,8 @@ public function retrieve(string $file): void
66
66
* Returns the contents of the specified file
67
67
*
68
68
* @see https://beta.openai.com/docs/api-reference/files/retrieve-content
69
- *
70
- * @return array<string, mixed>
71
69
*/
72
- public function download (string $ file ): void
70
+ public function download (string $ file ): never
73
71
{
74
72
throw new Exception ('Not implemented yet. ' );
75
73
}
You can’t perform that action at this time.
0 commit comments