DefaultRagResponse

data class DefaultRagResponse(val service: String, val results: List<<Error class: unknown class><out Retrievable>>, val timestamp: Instant) : RagResponse

Constructors

Link copied to clipboard
constructor(service: String, results: List<<Error class: unknown class><out Retrievable>>)

For use from Java

constructor(service: String, results: List<<Error class: unknown class><out Retrievable>>, timestamp: Instant)

Properties

Link copied to clipboard
open override val results: List<<Error class: unknown class><out Retrievable>>
Link copied to clipboard
open override val service: String

RAG service that produced this result

Link copied to clipboard
open val timestamp: Instant