requestLLM

open suspend fun requestLLM(): Message.Response(source)

Sends a request to the underlying LLM and returns the first response. This method ensures the session is active before executing the request.

Return

The first response message from the LLM after executing the request.