(providerId: ProviderId | string)
| 81 | |
| 82 | /** Large-file delivery strategy for a provider, sourced from its `models.ts` definition. */ |
| 83 | export function getProviderFileStrategy(providerId: ProviderId | string): ProviderFileStrategy { |
| 84 | return getProviderFileAttachment(providerId).strategy |
| 85 | } |
| 86 | |
| 87 | /** True when a file exceeds the inline threshold and the provider has a large-file path. */ |
| 88 | export function shouldUseLargeFilePath( |
no test coverage detected