Interface: LlaminateResponse

LlaminateResponse

Represents the response from the Llaminate service.
Properties:
Name Type Attributes Description
message string | any The final response message, which can be a string or an object conforming to a provided JSON schema.
uuid string The unique identifier for the response.
delta string <optional>
The message content as deltas if this is a streaming response.
result Array.<LlaminateMessage> <optional>
The array of messages returned as part of the response.
tokens Object.<{input: number, output: number, total: number}> <optional>
The token usage information for the request.