docs(tools): tighten minimax-search params and remove fictitious brow… · openclaw/openclaw@f076b1a
vincentkoc
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -62,13 +62,13 @@ If the agent is sandboxed, the browser tool defaults to the sandbox. To allow ho
|
62 | 62 | } |
63 | 63 | ``` |
64 | 64 | |
65 | | -Then target the host browser: |
| 65 | +Then open the host browser yourself (CLI invocations always run against the host browser): |
66 | 66 | |
67 | 67 | ```bash |
68 | | -openclaw browser open https://x.com --browser-profile openclaw --target host |
| 68 | +openclaw browser open https://x.com --browser-profile openclaw |
69 | 69 | ``` |
70 | 70 | |
71 | | -Or disable sandboxing for the agent that posts updates. |
| 71 | +The agent's `browser` tool calls can then target the host once `sandbox.browser.allowHostControl: true` is set. Alternatively, disable sandboxing for the agent that posts updates. |
72 | 72 | |
73 | 73 | ## Related |
74 | 74 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -89,10 +89,10 @@ can satisfy the MiniMax Search bearer credential.
|
89 | 89 | |
90 | 90 | ## Supported parameters |
91 | 91 | |
92 | | -MiniMax Search supports: |
93 | | - |
94 | | -- `query` |
95 | | -- `count` (OpenClaw trims the returned result list to the requested count) |
| 92 | +| Parameter | Type | Constraints | Description | |
| 93 | +| --------- | ------- | ----------- | --------------------------------------------------------------------------- | |
| 94 | +| `query` | string | required | Search query string. | |
| 95 | +| `count` | integer | 1-10 | Number of results to return. OpenClaw trims the returned list to this size. | |
96 | 96 | |
97 | 97 | Provider-specific filters are not currently supported. |
98 | 98 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。