FileContentBlock()File data that doesn't fit into other multimodal block types.
This block is intended for files that are not images, audio, or plaintext. For example, it can be used for PDFs, Word documents, etc.
If the file is an image, audio, or plaintext, you should use the corresponding
content block type (e.g., ImageContentBlock, AudioContentBlock,
PlainTextContentBlock).
create_file_block may also be used as a factory to create a
FileContentBlock. Benefits include: