feat: add functions for frontend of kb

This commit is contained in:
WangCham
2025-07-17 23:52:46 +08:00
parent 2dfa83ff22
commit cb868ee7b2
7 changed files with 71 additions and 1 deletions
@@ -21,6 +21,7 @@ export enum DynamicFormItemType {
LLM_MODEL_SELECTOR = 'llm-model-selector',
PROMPT_EDITOR = 'prompt-editor',
UNKNOWN = 'unknown',
KNOWLEDGE_BASE_SELECTOR = 'knowledge-base-selector',
}
export interface IDynamicFormItemOption {