mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 16:41:45 -06:00
8 lines
309 B
TypeScript
8 lines
309 B
TypeScript
import { resolvePluginWebFetchProviders } from "../plugins/web-fetch-providers.runtime.js";
|
|
import { resolvePluginWebSearchProviders } from "../plugins/web-search-providers.runtime.js";
|
|
|
|
export const runtimeWebToolsFallbackProviders = {
|
|
resolvePluginWebFetchProviders,
|
|
resolvePluginWebSearchProviders,
|
|
};
|