diff --git a/component/src/types/openAI.ts b/component/src/types/openAI.ts index b1b5bc21..5602723b 100644 --- a/component/src/types/openAI.ts +++ b/component/src/types/openAI.ts @@ -40,6 +40,7 @@ export interface OpenAIImagesDalle3 { export type OpenAIRealTime = { avatar?: { src?: string; + maxScale?: number; styles?: { avatar?: CustomStyle; container?: CustomStyle;