pub async fn query_conversation_context_with_system(
query_type: String,
parameters: HashMap<String, String>,
session_id: Uuid,
system: &ConversationMemorySystem,
) -> Result<MCPToolResult, Error>Expand description
Execute a typed query against a session using an explicit memory system reference.