requestLLMOnlyCallingToolsBlocking

fun requestLLMOnlyCallingToolsBlocking(message: String): ERROR CLASS: Symbol not found for Message.Assistant(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.