requestLLMOnlyCallingTools
fun requestLLMOnlyCallingTools(message: String, executorService: ExecutorService? = null): ERROR CLASS: Symbol not found for Message.Response(source)
Executes a request to the LLM, restricting the process to only calling external tools as needed.
Return
The response generated by the LLM, encapsulated in a Message.Response object.
Parameters
message
The input message or query to be processed by the LLM.
executorService
Optional executor service to specify custom threading behavior; if null, a default executor is used.