Skip to content

Commit

Permalink
4.8.7 test (#2058)
Browse files Browse the repository at this point in the history
* fix: query extension id;App page change type invalid

* prettier
  • Loading branch information
c121914yu authored Jul 16, 2024
1 parent b5c98a4 commit ee74964
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion packages/global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.2"
"@types/node": "20.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"@fastgpt/global": "workspace:*",
"@fastgpt/service": "workspace:*",
"@types/node": "^20.14.2"
"@types/node": "20.14.0"
}
}
2 changes: 2 additions & 0 deletions packages/service/type.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ declare global {
worker: Worker;
callbackMap: Record<string, (e: number) => void>;
}[];

var systemInited: boolean;
}
Loading

0 comments on commit ee74964

Please sign in to comment.