|
|
|
|
Quellcode-Bibliothek web-search-contract-api.ts
Sprache: unbekannt
|
|
import {
createWebSearchProviderContractFields,
type WebSearchProviderPlugin,
} from "openclaw/plugin-sdk/provider-web-search-config-contract";
export function createBraveWebSearchProvider(): WebSearchProviderPlugin {
const credentialPath = "plugins.entries.brave.config.webSearch.apiKey";
return {
id: "brave",
label: "Brave Search",
hint: "Structured results · country/language/time filters",
onboardingScopes: [ "text-inference"],
credentialLabel: "Brave Search API key",
envVars: [ "BRAVE_API_KEY"],
placeholder: "BSA...",
signupUrl: "https://brave.com/search/api/",
docsUrl: "https://docs.openclaw.ai/brave-search",
autoDetectOrder: 10,
credentialPath,
...createWebSearchProviderContractFields({
credentialPath,
searchCredential: { type: "top-level" },
configuredCredential: { pluginId: "brave" },
}),
createTool: () => null,
};
}
| Messung V0.5 in Prozent |
|---|
| | | |
[0.19QuellennavigatorsProjekt 2026-06-08]
|
2026-08-25
|
|
|
|
|
Neuigkeiten |
| Aktuelles |
| Motto des Tages |
|
Open Source Software |
|
|
|
Jenseits des Üblichen ....
|
|
Besucherstatistik |
|
|
| Statistik |
| #Sources=141584 |
| #Domains=738142 |
|
|