mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
format
This commit is contained in:
@@ -188,7 +188,10 @@ async function promptWebToolsConfig(
|
||||
if (stored && SEARCH_PROVIDER_OPTIONS.some((e) => e.value === stored)) {
|
||||
return stored;
|
||||
}
|
||||
return SEARCH_PROVIDER_OPTIONS.find((e) => hasKeyForProvider(e.value))?.value ?? SEARCH_PROVIDER_OPTIONS[0].value;
|
||||
return (
|
||||
SEARCH_PROVIDER_OPTIONS.find((e) => hasKeyForProvider(e.value))?.value ??
|
||||
SEARCH_PROVIDER_OPTIONS[0].value
|
||||
);
|
||||
})();
|
||||
|
||||
note(
|
||||
|
||||
Reference in New Issue
Block a user