Package com.embabel.agent.spi.loop
Class LlmMessageResponse
-
- All Implemented Interfaces:
public final class LlmMessageResponseFramework-agnostic result of a single LLM inference call. Represents the assistant's response which may include tool calls.
-
-
Constructor Summary
Constructors Constructor Description LlmMessageResponse(Message message, String textContent, Usage usage)
-
Method Summary
Modifier and Type Method Description final MessagegetMessage()final StringgetTextContent()final UsagegetUsage()-
-
Method Detail
-
getMessage
final Message getMessage()
-
getTextContent
final String getTextContent()
-
-
-
-