Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions llms/BuildChartPrompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,7 @@ When returning special characters inside HTML, always use entity over the actual
If writing inside a .text() use .html() to render the entity properly.

Charts:

There are 2 main types of chart the user can create:

An HTML Chart, you should prompt the user to provide a template. The template can be another udf with an html returing chart. (DEFAULT)

Or

A Fused chart where you must call the tool to create a "Fused chart" (ONLY IF EXPLICITLY ASKED for "Fused chart")
For an HTML Chart, you should prompt the user to provide a template. The template can be another udf with a chart returned in the html.

Code structure:
Always return the complete code and never respond with partial snippets unless the user specifically asks you to.
Expand Down
9 changes: 1 addition & 8 deletions llms/BuildCodePrompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,7 @@ When returning special characters inside HTML, always use entity over the actual
If writing inside a .text() use .html() to render the entity properly.

Charts:

There are 2 main types of chart the user can create:

A Fused chart where you must call the tool to create a "Fused chart"

Or

An HTML Chart, you should prompt the user to provide a template. The template can be another udf with an html returing chart.
For an HTML Chart, you should prompt the user to provide a template. The template can be another udf with an html returing chart.

Code structure:
Always return the complete code and never respond with partial snippets unless the user specifically asks you to.
Expand Down