TransformerLensOrg / CircuitsVis

Mechanistic Interpretability Visualizations using React
https://alan-cooney.github.io/CircuitsVis/
MIT License
192 stars 29 forks source link

Suggestion: Have render raise an error if the user inputs an argument that is not on the typescript render #40

Open neelnanda-io opened 1 year ago

neelnanda-io commented 1 year ago

Suggestion: Have render raise an error if the user inputs an argument that is not on the typescript render

This has bitten me a few times, when I mispell something or forget the name of an argument to the Javascript function. Very hard to debug, especially from within VSCode! The Javascript part works, but the interface with Python is broken.