mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 02:20:30 +00:00
refactor: move bundled plugin policy into manifests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "moonshot",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["moonshot"],
|
||||
"providerAuthEnvVars": {
|
||||
"moonshot": ["MOONSHOT_API_KEY"]
|
||||
|
||||
@@ -318,6 +318,7 @@ export function createKimiWebSearchProvider(): WebSearchProviderPlugin {
|
||||
id: "kimi",
|
||||
label: "Kimi (Moonshot)",
|
||||
hint: "Requires Moonshot / Kimi API key · Moonshot web search",
|
||||
onboardingScopes: ["text-inference"],
|
||||
credentialLabel: "Moonshot / Kimi API key",
|
||||
envVars: ["KIMI_API_KEY", "MOONSHOT_API_KEY"],
|
||||
placeholder: "sk-...",
|
||||
|
||||
Reference in New Issue
Block a user