requestLLM

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

Makes an asynchronous request to a Large Language Model (LLM) and updates the current prompt with the response received from the LLM.

Return

A Message.Response object containing the response from the LLM.