execute Prompt Structured Or Throw
inline suspend fun <T> StageScope<*, *, *>.executePromptStructuredOrThrow(prompt: Prompt, model: LLModel, retryPolicy: RetryPolicy? = null): T
.getOrThrow() shortcut over executePromptStructured; throws on a recorded execution failure.