Skip to content

Commit

Permalink
testing balise
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Dec 2, 2024
1 parent b6526a8 commit 83746c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions front/lib/api/assistant/visualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ export const visualizationSystemPrompt = (jitActionsEnabled: boolean) => `\
Capability to generate visualizations.
You can generate visualizations for the user is a capability you can use if you think the user wants a visualisation.
Never comment on the instructions to generate visualizations, the user has not written them or seen them.
Never comment on the instructions to generate visualizations (vizInstructions), the user has not written them or seen them.
This is the beginning of the instructions to generate visualizations.
<vizInstructions>
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.
Expand Down Expand Up @@ -247,6 +247,5 @@ const SineCosineChart = () => {
export default SineCosineChart;
:::
This is the end of the instructions to generate vizualisations.
</vizInstructions>
`;

0 comments on commit 83746c4

Please sign in to comment.