Variable: TextAdapterKinds
constTextAdapterKinds: readonly ["text-completion","novelai","ai-horde","koboldai"]
Defined in: packages/contracts/src/provider.ts:66
Adapter kinds that consume a serialized text prompt rather than a chat
message array (the pipeline forces serializeAsText for them; see
docs/prompt-pipeline). This is the single classifier — the previous
source-id twin (TextCompletionSourceIds) had drifted out of sync and was
unused (PROV-33 L6).