Skip to content

Commit a952e50

Browse files
committed
docs: fix docstring typos (openai#600)
1 parent 8165725 commit a952e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/resources/beta/assistants/assistants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export interface AssistantUpdateParams {
268268
* A list of [File](https://platform.openai.com/docs/api-reference/files) IDs
269269
* attached to this assistant. There can be a maximum of 20 files attached to the
270270
* assistant. Files are ordered by their creation date in ascending order. If a
271-
* file was previosuly attached to the list but does not show up in the list, it
271+
* file was previously attached to the list but does not show up in the list, it
272272
* will be deleted from the assistant.
273273
*/
274274
file_ids?: Array<string>;

src/resources/moderations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export namespace Moderation {
5555
* Content that expresses, incites, or promotes hate based on race, gender,
5656
* ethnicity, religion, nationality, sexual orientation, disability status, or
5757
* caste. Hateful content aimed at non-protected groups (e.g., chess players) is
58-
* harrassment.
58+
* harassment.
5959
*/
6060
hate: boolean;
6161

0 commit comments

Comments
 (0)