Skip to content

Commit

Permalink
Testing Viz prompt edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Dec 2, 2024
1 parent f008464 commit dbcea91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions front/lib/api/assistant/visualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ export async function getVisualizationPrompt({
}

export const visualizationSystemPrompt = (jitActionsEnabled: boolean) => `\
# Capability to generate visualizations
Generate visualizations for the user is a capability you can choose to use if you think the user wants a visualisation.
It is possible to generate visualizations for the user (using React components executed in a react-runner environment) that will be rendered in the user's browser by using the :::visualization container block markdown directive.
Guidelines using the :::visualization tag:
Expand Down

0 comments on commit dbcea91

Please sign in to comment.