Skip to content

Commit

Permalink
Update FilesContract.php
Browse files Browse the repository at this point in the history
Adapt Interface accordingly
  • Loading branch information
bytes-commerce authored Nov 15, 2024
1 parent a1e0d72 commit 04923c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Resources/FilesContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface FilesContract
*
* @see https://platform.openai.com/docs/api-reference/files/list
*/
public function list(): ListResponse;
public function list(array $parameters = []): ListResponse;

/**
* Returns information about a specific file.
Expand Down

0 comments on commit 04923c4

Please sign in to comment.