UNPKG

@ai-sdk/google

Version:
4 lines (3 loc) 122 B
export function getModelPath(modelId: string): string { return modelId.includes('/') ? modelId : `models/${modelId}`; }