aws.internal._lower_block

(internal) One content block -> its Converse `ContentBlock`, or null when it lowers to nothing. Converse takes every media kind in a conversation message; a tool result carries `text`, `image`, `document` and `video` but has no audio member, so audio in a result degrades into a user turn after the run of results (`_lower_journal`); system content is text only (`_prompt_system`).

Reference version

Signature

function aws.internal._lower_block(
block: ai.content.Block,
preview: bool = …
) -> aws.internal.ContentBlock | null throws baml.errors.InvalidArgument | baml.errors.Io | baml.errors.Timeout | ai.errors.InvalidRequest | ai.errors.NetworkFailure | ai.errors.PreviewUnsupported

(internal) One content block -> its Converse ContentBlock, or null when it lowers to nothing. Converse takes every media kind in a conversation message; a tool result carries text, image, document and video but has no audio member, so audio in a result degrades into a user turn after the run of results (_lower_journal); system content is text only (_prompt_system).

position | text | image | pdf | audio | video system | Accept | Reject | Reject | Reject | Reject user | Accept | Accept | Accept | Accept | Accept assistant | Accept | Accept | Accept | Accept | Accept tool_result | Accept | Accept | Accept | Degrade | Accept

Source:<builtin>/aws/ns_internal/bedrock.bamlbytes 2147022443