Fix prompt to prevent fake execution behavior / 修复prompt以防止伪装执行行为#624
Closed
aiguozhi123456 wants to merge 0 commit intoHKUDS:mainfrom
Closed
Fix prompt to prevent fake execution behavior / 修复prompt以防止伪装执行行为#624aiguozhi123456 wants to merge 0 commit intoHKUDS:mainfrom
aiguozhi123456 wants to merge 0 commit intoHKUDS:mainfrom
Conversation
Collaborator
|
hi!这太棒了,有做过测试确定能缓解幻觉嘛。 |
This comment has been minimized.
This comment has been minimized.
Contributor
Author
刚刚直接改agent.md进行测试,有效。(才发现更新不更workspace里的内容) |
Contributor
Author
|
update explanation. |
Collaborator
|
Because this issue has been inactive for a long time, I will close it. If there are any other problems, please feel free to open a new issue. |
WTHDonghai
pushed a commit
to WTHDonghai/nanobot
that referenced
this pull request
Mar 22, 2026
* feat: enable minimax embedding and adapt to separate query/document parameter configuration * feat: enable minimax embedding and adapt to separate query/document parameter configuration --------- Co-authored-by: xiaogang.zhou <xiaogang.zhou@bytedance.com>
WTHDonghai
pushed a commit
to WTHDonghai/nanobot
that referenced
this pull request
Mar 22, 2026
* feat: enable minimax embedding and adapt to separate query/document parameter configuration * feat: enable minimax embedding and adapt to separate query/document parameter configuration --------- Co-authored-by: xiaogang.zhou <xiaogang.zhou@bytedance.com>
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.
主要修复以下两个问题:
一.使用将来时,解决边说边做导致的说正在做而做实际无法达成而使用户误解的问题。
二.使用将来时和完成时的逻辑闭环,解决在历史对话中,说正在做这种临摹两可语句而导致的已执行幻觉问题。
Primary fixes address the following two issues:
I. Future Tense Implementation — Resolves user confusion caused by the "speaking while doing" paradox, where stating "I am currently doing [X]" creates a mismatch when the action cannot actually be completed in real-time.
II. Logical Closure via Future & Perfect Tenses — Eliminates "execution hallucination" in historical conversations caused by ambiguous statements like "I am working on it," by establishing clear temporal boundaries between intent (future) and completion (perfect).