()
| 54 | |
| 55 | |
| 56 | def make_visualization_change_message(): |
| 57 | return ( |
| 58 | "Make the following changes to the given Vega-Lite spec to best visualize the data." |
| 59 | "\n\n" |
| 60 | "changes: {command}" |
| 61 | "\n\n" |
| 62 | "Vega-Lite spec: {vega_lite_spec}" |
| 63 | ) |
| 64 | |
| 65 | |
| 66 | def get_vega_lite_spec(data) -> Dict: |