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