mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:59:34 +00:00
revert(tools): undo accidental merge of PR #18584
This commit is contained in:
@@ -395,8 +395,6 @@ export type ToolsConfig = {
|
||||
/** Optional tool policy overrides keyed by provider id or "provider/model". */
|
||||
byProvider?: Record<string, ToolPolicyConfig>;
|
||||
web?: {
|
||||
/** Optional URL/domain allowlist for web tools. When configured, only URLs matching these patterns are allowed. */
|
||||
urlAllowlist?: string[];
|
||||
search?: {
|
||||
/** Enable web search tool (default: true when API key is present). */
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user