11
11
If you don't find the answer put as value "NA".\n
12
12
Make sure the output is a valid json format, do not include any backticks
13
13
and things that will invalidate the dictionary. \n
14
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
14
15
OUTPUT INSTRUCTIONS: {format_instructions}\n
15
16
Content of {chunk_id}: {context}. \n
16
17
"""
23
24
If you don't find the answer put as value "NA".\n
24
25
Make sure the output is a valid json format without any errors, do not include any backticks
25
26
and things that will invalidate the dictionary. \n
27
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
26
28
OUTPUT INSTRUCTIONS: {format_instructions}\n
27
29
USER QUESTION: {question}\n
28
30
WEBSITE CONTENT: {context}\n
37
39
The structure should be coherent. \n
38
40
Make sure the output is a valid json format without any errors, do not include any backticks
39
41
and things that will invalidate the dictionary. \n
42
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
40
43
OUTPUT INSTRUCTIONS: {format_instructions}\n
41
44
USER QUESTION: {question}\n
42
45
WEBSITE CONTENT: {context}\n
51
54
If you don't find the answer put as value "NA".\n
52
55
Make sure the output is a valid json format without any errors, do not include any backticks
53
56
and things that will invalidate the dictionary. \n
57
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
54
58
OUTPUT INSTRUCTIONS: {format_instructions}\n
55
59
Content of {chunk_id}: {context}. \n
56
60
"""
63
67
If you don't find the answer put as value "NA".\n
64
68
Make sure the output is a valid json format without any errors, do not include any backticks
65
69
and things that will invalidate the dictionary. \n
70
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
66
71
OUTPUT INSTRUCTIONS: {format_instructions}\n
67
72
USER QUESTION: {question}\n
68
73
WEBSITE CONTENT: {context}\n
76
81
Make sure that if a maximum number of items is specified in the instructions that you get that maximum number and do not exceed it. \n
77
82
Make sure the output is a valid json format without any errors, do not include any backticks
78
83
and things that will invalidate the dictionary. \n
84
+ Do not start the response with ```json because it will invalidate the postprocessing. \n
79
85
OUTPUT INSTRUCTIONS: {format_instructions}\n
80
86
USER QUESTION: {question}\n
81
87
WEBSITE CONTENT: {context}\n
82
- """
88
+ """
0 commit comments