File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ async def get_file(
8989 file_id (str): The unique identifier for the file.
9090 user_id (str, optional): The ID of the user who owns the file.
9191 Defaults to DEFAULT_USER_ID.
92-
92+
9393 Returns:
9494 OpenAIFile: An OpenAIFile object containing the file metadata.
9595 """
@@ -106,7 +106,7 @@ async def get_file_content(
106106 file_id (str): The unique identifier for the file.
107107 user_id (str, optional): The ID of the user who owns the file.
108108 Defaults to DEFAULT_USER_ID.
109-
109+
110110 Returns:
111111 bytes: The binary content of the file.
112112 """
@@ -120,7 +120,7 @@ async def list_files(self, user_id: str = DEFAULT_USER_ID) -> List[str]:
120120 Args:
121121 user_id (str, optional): The ID of the user whose files should be listed.
122122 Defaults to DEFAULT_USER_ID.
123-
123+
124124 Returns:
125125 List[str]: A list of file IDs for the user.
126126 """
You can’t perform that action at this time.
0 commit comments