requestLLMStructuredOneShot
open suspend fun <T> requestLLMStructuredOneShot(structure: StructuredData<T>): StructuredResponse<T>(source)
Expect LLM to reply in a structured format and try to parse it. For more robust version with model coercion and correction see requestLLMStructured