Customizing The UI
Creating Custom Columns
By default, the Evalite UI renders the input, expected and output columns:
Input | Expected | Output |
---|---|---|
input passed to data | expected passed to data | Result of task |
You can customize the columns shown by the UI by passing an experimental_customColumns
attribute to the evalite
function:
This will show two columns:
Custom Input | Output |
---|---|
Hello | Hello World! |