MemoryResponse

data class MemoryResponse(val contextId: String, val count: Int, val propositions: List<PropositionDto>)

Response for memory retrieval.

Constructors

Link copied to clipboard
constructor(contextId: String, count: Int, propositions: List<PropositionDto>)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard