Conversation
off 只给第三方开发者接口使用:页面不渲染该输入,但元数据、默认值和 schema 校验都保留,接口仍可正常传参。 - FlowNodeInputMap / RenderList 补 off;filterInputs 里与 hidden 一起跳过渲染 (只把 RenderList[off] 设成 undefined 仍会渲染出行标签) - jsonschema 的 workflowToolPreservedInputRenderTypes 保留 off,否则 workflow tool 往返会丢 renderTypeList / selectedType - 通用必填校验跳过 hidden / off,避免 UI 不可见的 required 输入卡住发布 - InputEditModal 不为 off 覆盖 valueType:它不在类型选择器里,会拿到兜底值 Co-Authored-By: Claude <noreply@anthropic.com>
- WorkflowTagFilterTagTypeSchema 增加 string,接口下发的结构化 string 条件 能被 isDatasetTagFilterValue 识别,并交给检索层执行(checkValue 的 string 分支已支持 $eq/$ne/$contains/$notContains/$startsWith/$endsWith/$regex/ $empty/$notEmpty) - 标签下拉仍不出现 string(isInterfaceOnlyTagFilterTagType),条件行照常渲染, 补上文本输入和引用变量类型过滤;i18n 补 开头是/结尾是/模糊匹配 - pruneTagFilterConditions 放行 string:界面没有创建入口,也就无权按下拉候选 判定它失效,否则已选库一变就会被悄悄删掉 - formatCollectionFilterMatchParam 解引用 JSON 字符串里内嵌的 ['$ref', nodeId, outputKey](引用嵌在字符串内部,getReferenceVariableValue 只认顶层引用);解不出时原样保留,避免产出检索层会拒的残缺条件对象 Co-Authored-By: Claude <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
summary
完全不影响fastgpt 的前端和后台
validate