docs: 自动更新 llmdoc 文档 (2026-07-16) - #168
Merged
Merged
Conversation
The ValidateOutput type-constraint example still cited "Recall 不能 SetCommon" as the forbidden case, but Recall may now write common fields (mutating semantics). Corrected to list SetItem/RemoveItem/SetItemOrder as the forbidden item-level actions and note Recall may SetCommon. Auto-updated by GitHub Actions
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.
llmdoc 文档自动更新
由 GitHub Actions 定时任务自动生成,基于过去 24 小时合并到
master分支的代码变更。变更背景
feat: allow Recall operators to write common fields (mutating semantics)(commit
2ba94c8)移除了三引擎中 Recall 的 SetCommon 限制。之前 commit3196728已同步更新类型约束矩阵(dag-engine.md、operator-contract.md),但pine-cpp-runtime.md中 ValidateOutput 类型约束一节仍以「Recall 不能 SetCommon」作为示例,属于遗留的过时描述。本次更新
architecture/pine-cpp-runtime.md:修正 ValidateOutput 类型约束示例——Recall 现在可以 SetCommon,被禁止的 item 级动作改为 SetItem/RemoveItem/SetItemOrder(Recall 只能 AddItem)。请检查文档内容是否准确后合并。