Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Aug 7, 2024
1 parent 7aa6efb commit eb1fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type ChatMessage = {
* was given by the model.
*/
content?: string | null;
/** The refusal message generated by the model. */
/** The refusal message if one was generated by the model. */
refusal?: string | null;
/** The role of the messages author. One of `system`, `user`, `assistant`, 'tool', or `function`. */
role: Role;
Expand Down

0 comments on commit eb1fde1

Please sign in to comment.