Skip to content

Fix prompt to prevent fake execution behavior / 修复prompt以防止伪装执行行为#624

Closed
aiguozhi123456 wants to merge 0 commit intoHKUDS:mainfrom
aiguozhi123456:main
Closed

Fix prompt to prevent fake execution behavior / 修复prompt以防止伪装执行行为#624
aiguozhi123456 wants to merge 0 commit intoHKUDS:mainfrom
aiguozhi123456:main

Conversation

@aiguozhi123456
Copy link
Copy Markdown
Contributor

@aiguozhi123456 aiguozhi123456 commented Feb 14, 2026

主要修复以下两个问题:
一.使用将来时,解决边说边做导致的说正在做而做实际无法达成而使用户误解的问题。
二.使用将来时和完成时的逻辑闭环,解决在历史对话中,说正在做这种临摹两可语句而导致的已执行幻觉问题。

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).

@Re-bin
Copy link
Copy Markdown
Collaborator

Re-bin commented Feb 14, 2026

hi!这太棒了,有做过测试确定能缓解幻觉嘛。

@aiguozhi123456

This comment has been minimized.

@aiguozhi123456
Copy link
Copy Markdown
Contributor Author

hi!这太棒了,有做过测试确定能缓解幻觉嘛。

刚刚直接改agent.md进行测试,有效。(才发现更新不更workspace里的内容)
PS.step by step会使交互时间显著增长,个人认为不应该放在默认prompt中,可以用特殊命令调用这段提示词,做成mode模式。

@aiguozhi123456
Copy link
Copy Markdown
Contributor Author

update explanation.

@chengyongru
Copy link
Copy Markdown
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants