4.8.7 test (#2058)

* fix: query extension id;App page change type invalid

* prettier
This commit is contained in:
Archer
2024-07-16 16:55:12 +08:00
committed by GitHub
parent b5c98a4f63
commit ee7496467b
11 changed files with 109 additions and 101 deletions

View File

@@ -19,7 +19,7 @@ import { LLMModelTypeEnum } from '../../../ai/constants';
import { getHandleConfig } from '../utils';
export const AiQueryExtension: FlowNodeTemplateType = {
id: FlowNodeTypeEnum.chatNode,
id: FlowNodeTypeEnum.queryExtension,
templateType: FlowNodeTemplateTypeEnum.other,
flowNodeType: FlowNodeTypeEnum.queryExtension,
sourceHandle: getHandleConfig(true, true, true, true),