dsh web对话过程中似乎没办法切换使用模式 #29
Autumn0716
started this conversation in
General
Replies: 1 comment
|
这个不只是 Web 上补个下拉框就够了:mode 一换,system prompt、tool manifest 和权限策略都可能跟着变,放在一轮 tool loop 中途热切很容易把状态撕开。BitFun 现在是按 session 更新 mode,后端有 update_session_mode,下一轮走新的 agent binding,所以前端不用另开会话。利益相关,我参与 BitFun。DSH 如果把 mode 变更做成 session-scoped command/event,Web 端会顺很多,以后外部 GUI 或 ACP 客户端也能复用。实现可以直接看:https://github.com/GCWing/BitFun |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
如题,只能在新开对话中选中目前现有的四个模式,
All reactions