diff --git a/types/requests.ts b/types/requests.ts index 81285bc20..e433ef18d 100644 --- a/types/requests.ts +++ b/types/requests.ts @@ -170,6 +170,7 @@ export interface EmbedContentRequest { content: Content; taskType?: TaskType; title?: string; + outputDimensionality?: number; } /**