ai.internal._media_mixed_parts
(internal) The turn's non-blank text and image payloads, in document order (sys_llm's `mixed_text_image_parts`). Blank text is dropped, as are reasoning and tool-use blocks, which were never output parts.
Reference version
Signature
function ai.internal._media_mixed_parts(
turn: ai.ModelTurn
) -> baml.json.json[] throws baml.errors.UnknownError
(internal) The turn's non-blank text and image payloads, in document order
(sys_llm's mixed_text_image_parts). Blank text is dropped, as are
reasoning and tool-use blocks, which were never output parts.
Source:<builtin>/ai/ns_internal/media_output.bamlbytes 3077–3663