plur_report_failure
Report a failure of a procedural engram to trigger automatic procedure improvement using an LLM. Describe what went wrong to help evolve the procedure.
Instructions
Report a failure for a procedural engram — triggers procedure evolution via LLM if configured. Only works on procedural engrams. Max 3 revisions per procedure per 24h.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engram_id | Yes | ID of the procedural engram that failed | |
| llm_model | No | Model name (default: gpt-4o-mini) | |
| llm_api_key | No | API key for the LLM | |
| llm_base_url | No | OpenAI-compatible API base URL for procedure evolution | |
| failure_context | Yes | Description of what went wrong when following this procedure |