@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 LlmKbGcs = withIntegration(options.slug.llmKbGcs, [
{
name: 'remoteUrl',
type: 'withText',
required: true
},
{
name: 'serviceAccountKey',
type: 'withText',
required: true
},
{
name: 'recursive',
type: 'checkbox'
},
{
name: 'extension',
type: 'text',
hasMany: true
}
]);
//# sourceMappingURL=LlmKbGcs.js.map