dtamind-components
Version:
DTAmindai Components
28 lines • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ChromaApi {
constructor() {
this.label = 'Chroma API';
this.name = 'chromaApi';
this.version = 1.0;
this.inputs = [
{
label: 'Chroma Api Key',
name: 'chromaApiKey',
type: 'password'
},
{
label: 'Chroma Tenant',
name: 'chromaTenant',
type: 'string'
},
{
label: 'Chroma Database',
name: 'chromaDatabase',
type: 'string'
}
];
}
}
module.exports = { credClass: ChromaApi };
//# sourceMappingURL=ChromaApi.credential.js.map