Agents: remove duplicate Google model export
This commit is contained in:
parent
e596a7ca33
commit
a7a1bcbbf0
@ -182,8 +182,6 @@ type ProfileApiKeyResolution = {
|
||||
discoveryApiKey?: string;
|
||||
};
|
||||
|
||||
export { normalizeGoogleModelId };
|
||||
|
||||
function toDiscoveryApiKey(value: string | undefined): string | undefined {
|
||||
const trimmed = value?.trim();
|
||||
if (!trimmed || isNonSecretApiKeyMarker(trimmed)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user