Aller au contenu principal

Function: additionalParamIssues()

additionalParamIssues(settings): AdditionalParamIssue[]

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

Validate the SillyTavern-style "Additional Parameters" found on a provider config's settings. Single source of truth shared by the server (write-time rejection) and the web editor (fast local feedback) — see ADR-0008. Shapes are enforced so a malformed value fails at write time, not at generation time; forbidden headers protect the credential, reserved body keys protect the adapter-owned wire format.

Parameters

settings

Record<string, unknown>

Returns

AdditionalParamIssue[]