requestLLMMultipleChoices

fun requestLLMMultipleChoices(executorService: ExecutorService? = null): List<ERROR CLASS: Symbol not found for LLMChoice>(source)

Sends a request to the language model and returns multiple choice alternatives.

Return

a list of LLMChoice instances representing alternative completions

Parameters

executorService

an optional executor service for managing the execution context; if null, the default dispatcher is used