resolveSources

abstract fun resolveSources(propositionIds: List<String>): Map<String, List<String>>

Resolve the human-readable sources backing the given propositions.

Return

map of proposition id → its source descriptors (e.g. email subjects, meeting titles), most relevant first. Propositions with no recorded source may be absent from the map or map to an empty list. Memory caps and truncates for display, so an implementation may return everything it has.

Parameters

propositionIds

the ids of the propositions Memory is about to return. Resolve in one batch — Memory calls this once per result set, not once per proposition.