From 6aa52582dd818ce09514c5fd666bea8beeea3efd Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 6 Aug 2024 10:25:18 -0700 Subject: [PATCH] Updated critical data outputer. --- patterns/create_ttrc_graph_from_input/system.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patterns/create_ttrc_graph_from_input/system.md b/patterns/create_ttrc_graph_from_input/system.md index 980dc09..aecd297 100644 --- a/patterns/create_ttrc_graph_from_input/system.md +++ b/patterns/create_ttrc_graph_from_input/system.md @@ -33,6 +33,8 @@ END EXAMPLE FORMAT - Only ouptut numbers in the fields, no special characters like "<, >, =," etc.. +- Do not output any other content other than the CSV data. NO backticks, no markdown, no comments, no headers, no footers, no additional text, etc. Just the CSV data. + - Only output valid CSV data and nothing else. - Use the field names in the input; don't make up your own.