log_solution
Record a problem and its solution to prevent repeated debugging, optionally including error text and tags for future reference.
Instructions
Record a problem that was hit and its fix (build failures, weird bugs, env issues), optionally with raw error output, so nobody debugs it twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| files | No | ||
| problem | Yes | ||
| solution | Yes | ||
| error_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |