MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / make_visualize_data_message

Function make_visualize_data_message

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

Source from the content-addressed store, hash-verified

32
33
34def make_visualize_data_message():
35 return (
36 "Generate a syntactically correct Vega-Lite spec to best visualize the given data."
37 "\n\n"
38 "{data}"
39 )
40
41
42def make_default_visualization_change_messages():

Callers 1

get_vega_lite_specFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected