explain
Decode raw foundry-zksync error messages, logs, or transactions and receive actionable advice from a knowledge base of known zkSync issues.
Instructions
Explain raw output from foundry-zksync: error messages, logs, or transactions. Matches against a knowledge base of known zkSync gotchas and returns actionable advice. Use context='general' for background on what foundry-zksync is and how it works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawText | Yes | Raw text to explain — can be an error message, forge log output, transaction hash, ABI-encoded data, or a general question about foundry-zksync | |
| context | No | Hint for what kind of text this is. 'general' prepends foundry-zksync background context. Defaults to general. |