@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
27 lines (26 loc) • 567 B
JavaScript
import { options } from '../../options';
import { withIntegration } from './withIntegration';
export const LlmKbSlack = withIntegration(options.slug.llmKbSlack, [
{
name: 'token',
type: 'withText',
required: true
},
{
name: 'channels',
type: 'text',
hasMany: true,
required: true
},
{
name: 'numDays',
type: 'number',
defaultValue: 7
},
{
name: 'extension',
type: 'text',
hasMany: true
}
]);
//# sourceMappingURL=LlmKbSlack.js.map