@civitai/client 0.2.0-beta.47 → 0.2.0-beta.48
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.
|
@@ -5597,6 +5597,12 @@ export type XGuardMatchedTerms = {
|
|
|
5597
5597
|
};
|
|
5598
5598
|
export type XGuardModerationInput = {
|
|
5599
5599
|
mode: string;
|
|
5600
|
+
/**
|
|
5601
|
+
* Optional label filter. When provided, only the named labels are evaluated.
|
|
5602
|
+
* Labels not found in the defaults (or label overrides) are silently ignored.
|
|
5603
|
+
* When omitted or empty, all labels are evaluated.
|
|
5604
|
+
*/
|
|
5605
|
+
labels?: null | Array<string>;
|
|
5600
5606
|
/**
|
|
5601
5607
|
* Optional label configuration overrides. When provided, these merge with/override the
|
|
5602
5608
|
* defaults from the XGuardModerationOptionsGrain for the given mode.
|