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

Function getBedrockImageFormat

apps/sim/providers/attachments.ts:634–636  ·  view source on GitHub ↗
(attachment: PreparedProviderAttachment)

Source from the content-addressed store, hash-verified

632}
633
634function getBedrockImageFormat(attachment: PreparedProviderAttachment): string {
635 return attachment.extension === 'jpg' ? 'jpeg' : attachment.extension
636}
637
638export function buildBedrockMessageContent(
639 content: string | null | undefined,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected