UNPKG

@ai-sdk/provider-utils

Version:
11 lines (9 loc) 384 B
import type { SharedV4ProviderReference } from '@ai-sdk/provider'; /** * A mapping of provider names to provider-specific file identifiers. * * Provider references allow files to be identified across different * providers without re-uploading, by storing each provider's own * identifier for the same logical file. */ export type ProviderReference = SharedV4ProviderReference;