UNPKG

@camunda/form-js-assistant-module

Version:

form-js AI assistant module enabling generative features

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