store_experience
Capture and store problem-solution pairs with outcome details for case-based reasoning, enabling AI agents to reference past experiences for improved decision-making and loop recovery.
Instructions
Store a case for future case-based reasoning
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outcome | Yes | Whether the solution was successful | |
problem_description | Yes | Simple description of the problem | |
solution | Yes | What action resolved the issue |