requestLLMMultipleWithoutTools
fun requestLLMMultipleWithoutTools(executorService: ExecutorService? = null): List<ERROR CLASS: Symbol not found for Message.Response>(source)
Sends a request to the language model without utilizing any tools and returns multiple responses.
Return
a list of response messages from the language model
Parameters
executorService
an optional executor service for managing the execution context; if null, the default dispatcher is used