changelogs/v4.18.1.md
background: true 时,子代理将在后台运行,主对话无需等待子代理完成即可继续进行。当子代理完成后,会收到通知。适用于长时间运行或用户不需要立即结果的任务。(#5081)string 与 text 类型可通过 password: true(或 render_type: "password")在 WebUI 中按密码输入方式显示。background: true is set, the sub-agent will run in the background, allowing the main conversation to continue without waiting for the sub-agent to finish. You will be notified when the sub-agent completes. This is suitable for long-running tasks or when the user does not need immediate results. (#5081)string and text fields can be rendered as password inputs in WebUI with password: true (or render_type: "password").