(providerId: string)
| 109 | |
| 110 | /** Provider-level attachment limit + strategy, keyed on the granular provider id. */ |
| 111 | export function getProviderFileAttachment(providerId: string): ProviderFileAttachment { |
| 112 | return PROVIDER_DEFINITIONS[providerId]?.fileAttachment ?? DEFAULT_FILE_ATTACHMENT |
| 113 | } |
| 114 | |
| 115 | export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = { |
| 116 | fireworks: { |
no outgoing calls
no test coverage detected