revert(tools): undo accidental merge of PR #18584

This commit is contained in:
Sebastian
2026-02-16 21:13:03 -05:00
parent 0158e41298
commit f924ab40d8
7 changed files with 8 additions and 107 deletions

View File

@@ -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;