UNPKG

@websolutespa/payload-plugin-bowl-llm

Version:

LLM plugin for Bowl PayloadCms plugin

25 lines (24 loc) 552 B
import { options } from '../../options'; import { withIntegration } from './withIntegration'; export const LlmKbGoogledrive = withIntegration(options.slug.llmKbGoogledrive, [ { name: 'serviceAccountKey', type: 'json', required: true }, { name: 'driveId', type: 'withText', required: true }, { name: 'recursive', type: 'checkbox' }, { name: 'extension', type: 'text', hasMany: true } ]); //# sourceMappingURL=LlmKbGoogledrive.js.map