ChainGraph API Documentation / @badaitech/chaingraph-types / compatibleSecretTypes
Variable: compatibleSecretTypes
constcompatibleSecretTypes:Record<SecretType,SecretType[]>
Defined in: packages/chaingraph-types/src/port/base/secret.ts:266
Map for the compatible secret types between each other. Compatible secret types can be used interchangeably in the same port. For example, 'openai', 'anthropic' and 'string' are compatible with each other because they are all strings.