pub fn resolve_context(
config: &ContextConfig,
raw: &RawContextMap,
requested_keys: &[String],
) -> Result<Value, SeamError>Expand description
Resolve context values from raw extracted data for the given requested keys. Returns a JSON object with the requested context fields.