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