Based on interaction history, extract the relevant information related to achieve the goal "{goal}".
Think about how to achieve the goal, then examine the interaction history for relevant information.

# Interaction History
{interaction_history}

Return the output in the following JSON format:
{
    "Reasoning": "Provide a detailed explanation for your information extraction process.",
    "Information": ["info 1", "info 2", "info 3", ...]
}