MCPcopy Index your code
hub / github.com/caesarHQ/textSQL / make_visualization_change_message

Function make_visualization_change_message

byod/api/app/visualization/utils.py:56–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def 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
66def get_vega_lite_spec(data) -> Dict:

Callers 1

get_changed_vegaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected