@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
26 lines (25 loc) • 571 B
JavaScript
import { options } from '../../options';
import { withIntegration } from './withIntegration';
export const LlmKbThron = withIntegration(options.slug.llmKbThron, [
{
name: 'organizationName',
type: 'withText',
required: true
},
{
name: 'attributeFields',
type: 'text',
hasMany: true
},
{
name: 'clientId',
type: 'withText',
required: true
},
{
name: 'clientSecret',
type: 'withText',
required: true
}
]);
//# sourceMappingURL=LlmKbThron.js.map