cf-service-sdk-dharani 0.0.70 → 0.0.71
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.
|
@@ -1474,8 +1474,8 @@ export type EmailToneInput = {
|
|
|
1474
1474
|
emailContent: Scalars['String']['input'];
|
|
1475
1475
|
/** Number of variations to generate (default: 3) */
|
|
1476
1476
|
numVariations?: InputMaybe<Scalars['Int']['input']>;
|
|
1477
|
-
/**
|
|
1478
|
-
previousVariations?: InputMaybe<
|
|
1477
|
+
/** Previous variations to avoid repetition */
|
|
1478
|
+
previousVariations?: InputMaybe<Scalars['JSONString']['input']>;
|
|
1479
1479
|
/** Original email subject (optional) */
|
|
1480
1480
|
subject?: InputMaybe<Scalars['String']['input']>;
|
|
1481
1481
|
/** Tone instruction (e.g., 'Persuasive', 'Technical', 'Friendly') */
|