Files
openclaw/src/secrets/target-registry-test-helpers.ts
2026-04-02 15:30:05 +01:00

4 lines
173 B
TypeScript

export function canonicalizeSecretTargetCoverageId(id: string): string {
return id === "tools.web.x_search.apiKey" ? "plugins.entries.xai.config.webSearch.apiKey" : id;
}