cf-service-sdk-dharani 0.0.57 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1442,6 +1442,8 @@ export type EmailToneInput = {
|
|
|
1442
1442
|
emailContent: Scalars['String']['input'];
|
|
1443
1443
|
/** Number of variations to generate (default: 3) */
|
|
1444
1444
|
numVariations?: InputMaybe<Scalars['Int']['input']>;
|
|
1445
|
+
/** List of previous variations to avoid repetition */
|
|
1446
|
+
previousVariations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1445
1447
|
/** Original email subject (optional) */
|
|
1446
1448
|
subject?: InputMaybe<Scalars['String']['input']>;
|
|
1447
1449
|
/** Tone instruction (e.g., 'Persuasive', 'Technical', 'Friendly') */
|