Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 12, 2024
1 parent e85281b commit 789ac41
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 @@ -32,7 +32,7 @@ export type ChatMessageContentPart =
type: 'image_url';
image_url: {
url: string;
detail?: 'low' | 'high' | ('auto' & (string & {}));
detail?: 'low' | 'high' | 'auto' | (string & {});
};
}
// Assistant messages only.
Expand Down

0 comments on commit 789ac41

Please sign in to comment.