Aller au contenu principal

Variable: CustomIncludeBodySchema

const CustomIncludeBodySchema: TRecord<TString, TUnknown>

Defined in: packages/contracts/src/provider.ts:253

Additional request parameters stored on a provider config's settings (classic SillyTavern "Additional Parameters"). Unlike ST1 these are stored as structured JSON rather than YAML: customIncludeBody is merged into the request body, customExcludeBody lists body keys to drop, and customIncludeHeaders adds request headers. The transform is applied by the provider adapters; the server validates shapes here so a malformed value is rejected at write time instead of at generation time.