Fix workflow (#5592)

* fix: fileselector default

* fix: workflow run process
This commit is contained in:
Archer
2025-09-04 20:22:35 +08:00
committed by GitHub
parent 9be1e591d3
commit 85ea117481
13 changed files with 230 additions and 192 deletions

View File

@@ -45,7 +45,7 @@ export const defaultChatInputGuideConfig = {
};
export const defaultAppSelectFileConfig: AppFileSelectConfigType = {
canSelectFile: true,
canSelectFile: false,
canSelectImg: false,
maxFiles: 10
};

View File

@@ -8,6 +8,7 @@ type InteractiveBasicType = {
entryNodeIds: string[];
memoryEdges: RuntimeEdgeItemType[];
nodeOutputs: NodeOutputItemType[];
skipNodeQueue?: { id: string; skippedNodeIdList: string[] }[]; // 需要记录目前在 queue 里的节点
toolParams?: {
entryNodeIds: string[]; // 记录工具中,交互节点的 Id而不是起始工作流的入口
memoryMessages: ChatCompletionMessageParam[]; // 这轮工具中,产生的新的 messages