Llm Message Response
data class LlmMessageResponse(val message: Message, val textContent: String, val usage: Usage? = null)
Framework-agnostic result of a single LLM inference call. Represents the assistant's response which may include tool calls.
Parameters
message
The full message object from the LLM
text Content
The text content of the message
usage
Optional usage information (tokens, etc.)