Represents the response from the Llaminate service.
Properties:
| Name | Type | Description |
|---|---|---|
message |
string | any | The response message, which can be a string or any JSON-serializable object. |
result |
Array.<LlaminateMessage> | The array of messages returned as part of the response. |
tokens |
Tokens | The token usage information for the request. |
uuid |
string | The unique identifier for the response. |