请问一下,sandbox开启的情况下如何启用browser tool?

如题,目前我把某agent的sandbox打开了,然后发现其无法使用browser能力,请问这个问题要怎么解决?

{  
        "id": "social-admin",
        "name": "social-admin",
        "workspace": "/Users/xxxxx/.openclaw/workspace-social-admin",
        "agentDir": "/Users/xxxxx/.openclaw/agents/social-admin/agent",
        "sandbox": {
          "mode": "all",
          "scope": "shared"
        },
        "tools": {
          "profile": "full",
          "sandbox": {
            "tools": {
              "allow": [
                "browser"
              ]
            }
          }
        }
      }

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。