phionyx_causal_trace
Validate a causal debugging chain by providing the observed symptom and an arrow-separated chain from symptom to root cause, enabling efficient bug investigation.
Instructions
Validate a causal debugging chain. Call when investigating a bug.
Args: symptom: What the user observes (e.g. "scenarios end at scene 2") causal_chain: Arrow-separated chain from symptom to root cause (e.g. "0 choices shown → play page reads res.choices → play_card returns empty → make_choice uses wrong key")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes | ||
| causal_chain | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||