Skip to content

Commit

Permalink
docs: fix docstring typos (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 25, 2023
1 parent e950ad9 commit 1934fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/beta/assistants/assistants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>;
Expand Down
2 changes: 1 addition & 1 deletion src/resources/moderations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1934fa1

Please sign in to comment.