diff --git a/src/resources/beta/assistants/assistants.ts b/src/resources/beta/assistants/assistants.ts index 3b13a84bb..08abb2c91 100644 --- a/src/resources/beta/assistants/assistants.ts +++ b/src/resources/beta/assistants/assistants.ts @@ -268,7 +268,7 @@ export interface AssistantUpdateParams { * A list of [File](https://platform.openai.com/docs/api-reference/files) IDs * attached to this assistant. There can be a maximum of 20 files attached to the * assistant. Files are ordered by their creation date in ascending order. If a - * file was previosuly attached to the list but does not show up in the list, it + * file was previously attached to the list but does not show up in the list, it * will be deleted from the assistant. */ file_ids?: Array; diff --git a/src/resources/moderations.ts b/src/resources/moderations.ts index 5beda53ac..8bde6ecca 100644 --- a/src/resources/moderations.ts +++ b/src/resources/moderations.ts @@ -55,7 +55,7 @@ export namespace Moderation { * Content that expresses, incites, or promotes hate based on race, gender, * ethnicity, religion, nationality, sexual orientation, disability status, or * caste. Hateful content aimed at non-protected groups (e.g., chess players) is - * harrassment. + * harassment. */ hate: boolean;