@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
25 lines (24 loc) • 533 B
JavaScript
import { options } from '../../options';
import { withIntegration } from './withIntegration';
export const LlmKbGithub = withIntegration(options.slug.llmKbGithub, [
{
name: 'accessToken',
type: 'withText'
},
{
name: 'repo',
type: 'withText',
required: true
},
{
name: 'branch',
type: 'withText',
defaultValue: 'main'
},
{
name: 'fileExt',
type: 'text',
hasMany: true
}
]);
//# sourceMappingURL=LlmKbGithub.js.map