vercel.internal._gw_images_input
(internal) The rendered prompt lowered to the endpoint's two inputs.
Reference version
Signature
function vercel.internal._gw_images_input(
prompt: ai.Prompt,
journal: ai.Journal,
preview: bool = …
) -> vercel.internal.GwImagesInput throws baml.errors.InvalidArgument | baml.errors.Io | baml.errors.Timeout | ai.errors.InvalidRequest | ai.errors.NetworkFailure | ai.errors.PreviewUnsupported
(internal) The rendered prompt lowered to the endpoint's two inputs.
Text: every text part, trimmed, blanks dropped, joined with a blank line —
sys_llm's prompt_to_text, roles discarded. Journal user turns follow so
a re-ask still reaches the model.
Source:<builtin>/vercel/ns_internal/images.bamlbytes 7553–8412