pub async fn answer_probe_questions(
provider: &AnyProvider,
summary: &str,
questions: &[ProbeQuestion],
) -> Result<Vec<String>, MemoryError>Expand description
Answer probe questions using only the compaction summary as context.
ยงErrors
Returns MemoryError::Llm if the LLM call fails.