Skip to main content

collect_vlm_text

Function collect_vlm_text 

Source
async fn collect_vlm_text(
    vlm: &VlmClient,
    messages: &[Message],
) -> Option<String>
Expand description

Run one non-streaming VLM completion and return the full text (drains the stream). Returns None on any stream error.