@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
25 lines (24 loc) • 534 B
JavaScript
import { options } from '../../options';
import { withIntegration } from './withIntegration';
export const LlmKbDropbox = withIntegration(options.slug.llmKbDropbox, [
{
name: 'remoteUrl',
type: 'withText',
required: true
},
{
name: 'token',
type: 'withText',
required: true
},
{
name: 'recursive',
type: 'checkbox'
},
{
name: 'extension',
type: 'text',
hasMany: true
}
]);
//# sourceMappingURL=LlmKbDropbox.js.map