requestLLMMultiple

fun requestLLMMultiple(message: String, executorService: ExecutorService? = null): List<ERROR CLASS: Symbol not found for Message.Response>(source)

Sends a request to the Large Language Model (LLM) and retrieves multiple responses.

Return

A list of Message.Response objects containing the LLM responses to the provided message.

Parameters

message

The input message to be sent to the LLM.

executorService

An optional ExecutorService instance for managing thread execution. Defaults to null.