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

Function getProviderFileAttachment

apps/sim/providers/models.ts:111–113  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

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

Callers 3

getProviderFileStrategyFunction · 0.90
shouldUseLargeFilePathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected