requestLLMWithoutToolsBlocking
fun requestLLMWithoutToolsBlocking(message: String): ERROR CLASS: Symbol not found for Message.Assistant(source)
Sends a request to the Large Language Model (LLM) with tools disabled and retrieves its response. To run the request with tool calls allowed, use requestLLM.
Return
A Message.Assistant object containing the message received from the LLM.
Parameters
message
The input message to be sent to the LLM.