MCPcopy Index your code
hub / github.com/simstudioai/sim / supportsFileAttachments

Function supportsFileAttachments

apps/sim/providers/attachments.ts:165–168  ·  view source on GitHub ↗
(providerId: ProviderId | string)

Source from the content-addressed store, hash-verified

163}
164
165export function supportsFileAttachments(providerId: ProviderId | string): boolean {
166 const provider = getAttachmentProvider(providerId)
167 return Boolean(provider && !UNSUPPORTED_FILE_PROVIDERS.has(provider))
168}
169
170/**
171 * Real maximum attachment size for a provider — its native ceiling when it has a large-file

Callers 1

Calls 1

getAttachmentProviderFunction · 0.85

Tested by

no test coverage detected