30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"id": "baidu",
|
|
"providerAuthEnvVars": {
|
|
"brave": ["BAIDU_SEARCH_API_KEY"]
|
|
},
|
|
"uiHints": {
|
|
"webSearch.apiKey": {
|
|
"label": "Baidu Search API Key",
|
|
"help": "Baidu Search API key (fallback: BAIDU_SEARCH_API_KEY env var).",
|
|
"sensitive": true,
|
|
"placeholder": "bce-..."
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"webSearch": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"apiKey": {
|
|
"type": ["string", "object"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|