For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python module
max.pipelines.lib.request_text
Reads the plain-text prompt out of an OpenResponses request.
Generative pipelines that take a single prompt โ images, video, audio โ all accept the same three input shapes, so they share this reader.
Functionsโ
retrieve_input_text | Returns the prompt text carried by request. |
|---|