Перейти к основному содержимому

Variable: ConnectionProfileFields

const ConnectionProfileFields: readonly ["providerConfigId", "source", "baseUrl", "model", "secretId", "presetId", "promptPostProcessing", "includeBody", "excludeBody", "includeHeaders", "stopStrings", "startReplyWith"]

Defined in: packages/contracts/src/connectionProfile.ts:35

Bundle fields that a profile may carry and that exclude can suppress on apply. Kept as a const list so the UI can render one checkbox per field and the server can validate exclude entries.