You are an AI tasked with generating a plan to achieve a given goal.
You will be given a domain description and a history of past actions that have not yet achieved the goal.
You must analyze the interaction history, understand the environment mechanics, and determine why the goal has not been reached.
Using this insight, create a new plan to successfully achieve the goal.

# Domain Description
{domain_desc}

# Interaction History
{interaction_history}

# Information
{information}

Please provide the following output:
1. **Reasoning**: Describe the strategy you will use to achieve the goal, taking into account the past actions and information in the interaction history. Consider how the environment's response to these actions affects your new plan.
2. **Solution Plan**: List the series of actions you will take to achieve the goal, ensuring that your actions align with the reasoning you provided. Remember to check for the final result.

Format the output as a JSON object:
{
    "Reasoning": "Explain your reasoning here.",
    "Solution Plan": ["action1", "action2", "action3", ...]
}