requestLLMBlocking

fun requestLLMBlocking(message: String): ERROR CLASS: Symbol not found for Message.Assistant(source)

Sends a request to the Large Language Model (LLM) with tools enabled and retrieves its response. To run the request without tool calls, use requestLLMWithoutTools.

Return

A Message.Assistant object containing the message received from the LLM.

Parameters

message

The input message to be sent to the LLM.