barunsaha commited on
Commit
a6a7de1
·
1 Parent(s): 2aef36b

Update the prompts

Browse files
langchain_templates/chat_prompts/initial_template_v4_two_cols_img.txt CHANGED
@@ -14,18 +14,19 @@ These keywords will be later used to search for images from the Web relevant to
14
 
15
  Create one slide with rich visual experience, containing icons (pictograms) and short texts.
16
  This particular slide will illustrate some key ideas/aspects/concepts relevant to the topic.
17
- Here, you will generate 3 TO 5 short lines of text. Each such line will have the name of an icon
18
- enclosed between [[ and ]]. The name of the icons should be relevant to the aspects described and
19
- MUST BE chosen from the <Icons> section provided below. You MUST NEVER generate any icon name not present
20
- in the <Icons> section.
 
21
 
22
  ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
23
  Unless explicitly instructed, create 10 TO 12 SLIDES in total.
24
 
25
 
26
- <Icons>
27
  {icons_list}
28
- </Icons>
29
 
30
 
31
  ### Topic:
@@ -63,7 +64,7 @@ The output must be only a valid and syntactically correct JSON adhering to the f
63
  "heading": "A slide illustrating key ideas/aspects/concepts (Hint: generate an appropriate heading)",
64
  "bullet_points": [
65
  "[[icon_name]] Some short text",
66
- "[[icon_another_name]] Some words describing this aspect",
67
  "[[icon_other_name]] Another aspect highlighted in a few words",
68
  ],
69
  "key_message": "",
 
14
 
15
  Create one slide with rich visual experience, containing icons (pictograms) and short texts.
16
  This particular slide will illustrate some key ideas/aspects/concepts relevant to the topic.
17
+ Here, you will generate 4 TO 6 short lines of text (hence, select 4 TO 6 icon names).
18
+ Each such line will have the name of an icon enclosed between [[ and ]].
19
+ The name of the icons should be relevant to the aspects described and MUST BE chosen from the <ICONS> section provided below.
20
+ You must specify the name of the icon exactly as mentioned in <ICONS>.
21
+ You MUST NEVER generate any icon name not mentioned in the <ICONS> section.
22
 
23
  ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
24
  Unless explicitly instructed, create 10 TO 12 SLIDES in total.
25
 
26
 
27
+ <ICONS>
28
  {icons_list}
29
+ </ICONS>
30
 
31
 
32
  ### Topic:
 
64
  "heading": "A slide illustrating key ideas/aspects/concepts (Hint: generate an appropriate heading)",
65
  "bullet_points": [
66
  "[[icon_name]] Some short text",
67
+ "[[another_icon_name]] Some words describing this aspect",
68
  "[[icon_other_name]] Another aspect highlighted in a few words",
69
  ],
70
  "key_message": "",
langchain_templates/chat_prompts/refinement_template_v4_two_cols_img.txt CHANGED
@@ -16,10 +16,11 @@ These keywords will be later used to search for images from the Web relevant to
16
 
17
  Create one slide with rich visual experience, containing icons (pictograms) and short texts.
18
  This particular slide will illustrate some key ideas/aspects/concepts relevant to the topic.
19
- Here, you will generate 3 TO 5 short lines of text. Each such line will have the name of an icon
20
- enclosed between [[ and ]]. The name of the icons should be relevant to the aspects described and
21
- MUST BE chosen from the <Icons> section provided below. You MUST NEVER generate any icon name not present
22
- in the <Icons> section.
 
23
 
24
  ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
25
  Unless explicitly instructed, create 10 TO 12 SLIDES in total.
@@ -69,7 +70,7 @@ The output must be only a valid and syntactically correct JSON adhering to the f
69
  "heading": "A slide illustrating key ideas/aspects/concepts (Hint: generate an appropriate heading)",
70
  "bullet_points": [
71
  "[[icon_name]] Some short text",
72
- "[[icon_another_name]] Some words describing this aspect",
73
  "[[icon_other_name]] Another aspect highlighted in a few words",
74
  ],
75
  "key_message": "",
 
16
 
17
  Create one slide with rich visual experience, containing icons (pictograms) and short texts.
18
  This particular slide will illustrate some key ideas/aspects/concepts relevant to the topic.
19
+ Here, you will generate 4 TO 6 short lines of text (hence, select 4 TO 6 icon names).
20
+ Each such line will have the name of an icon enclosed between [[ and ]].
21
+ The name of the icons should be relevant to the aspects described and MUST BE chosen from the <ICONS> section provided below.
22
+ You must specify the name of the icon exactly as mentioned in <ICONS>.
23
+ You MUST NEVER generate any icon name not mentioned in the <ICONS> section.
24
 
25
  ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
26
  Unless explicitly instructed, create 10 TO 12 SLIDES in total.
 
70
  "heading": "A slide illustrating key ideas/aspects/concepts (Hint: generate an appropriate heading)",
71
  "bullet_points": [
72
  "[[icon_name]] Some short text",
73
+ "[[another_icon_name]] Some words describing this aspect",
74
  "[[icon_other_name]] Another aspect highlighted in a few words",
75
  ],
76
  "key_message": "",