pub fn text_request(
model: Option<String>,
prompt: impl Into<String>,
) -> LlmRequestExpand description
Builds a single-turn request: one user message carrying prompt, for model.
This deliberately creates only the common text shape. Construct LlmRequest
directly for instructions, tools, multimodal content, or sampling controls.