mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 03:00:44 +00: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,
|
|
};
|