Default Rag Response
data class DefaultRagResponse(val service: String, val results: List<<Error class: unknown class><out Retrievable>>, val timestamp: Instant) : RagResponse
Constructors
Link copied to clipboard
For use from Java
constructor(service: String, results: List<<Error class: unknown class><out Retrievable>>, timestamp: Instant)