UNPKG

@camunda/form-js-assistant-module

Version:

form-js AI assistant module enabling generative features

10 lines (9 loc) 404 B
export function buildAssistantModule(assistantAPI: any, assistantHooks: any): { __init__: string[]; assistantRenderer: (string | typeof FormAssistantUI)[]; assistantPrompter: (string | typeof GPT4Prompter)[]; assistantAPI: any[]; assistantHooks: any[]; }; import FormAssistantUI from './rendering/FormAssistantUI.js'; import GPT4Prompter from './generation/models/gpt4/GPT4Prompter';