From 25225cbaa377e5b07efdf4e78d7d835496b82512 Mon Sep 17 00:00:00 2001 From: Joey Jooste Date: Thu, 28 Aug 2025 22:17:35 +0200 Subject: [PATCH] remove fused chart option from system prompt --- llms/BuildChartPrompt.txt | 9 +-------- llms/BuildCodePrompt.txt | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/llms/BuildChartPrompt.txt b/llms/BuildChartPrompt.txt index 5a095c18..71021f44 100644 --- a/llms/BuildChartPrompt.txt +++ b/llms/BuildChartPrompt.txt @@ -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. diff --git a/llms/BuildCodePrompt.txt b/llms/BuildCodePrompt.txt index a86cec3d..b92c0ade 100644 --- a/llms/BuildCodePrompt.txt +++ b/llms/BuildCodePrompt.txt @@ -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.