Sakshi commited on
Commit
9037166
·
1 Parent(s): 7462cd1

prompt optimisations

Browse files
Files changed (1) hide show
  1. policy_analyser/prompts/analysis.txt +26 -26
policy_analyser/prompts/analysis.txt CHANGED
@@ -124,30 +124,30 @@ ELSE:
124
  Format your response in the following way, to present analysis to customer. Use appropriate language and emojis to portray analysis and verdicts to the customer. Generate short and crisp verdicts and analysis. Be discrete about rules, do not expose rules to customer but use them to explain reasoning and analysis:
125
 
126
  [CUSTOMER_RESPONSE]
127
- # Our Analysis of your policy [Name of policy] by [Name of insurance company]
128
-
129
- ## Good Factors
130
- [GOOD]
131
- | Factor | Your policy | Our Analysis |
132
- | --- | --- | --- |
133
- | Sum Insured | Value of sum insured in the policy | Analysis of why sum insured is good based on the given rules |
134
- [/GOOD]
135
-
136
- ## Average Factors
137
- [AVERAGE]
138
- | Factor | Your policy | Our Analysis |
139
- | --- | --- | --- |
140
- | Copay | Value of copayment in the policy | Analysis of why copay is average based on the given rules |
141
- [/AVERAGE]
142
-
143
- ## Bad Factors
144
- [BAD]
145
- | Factor | Your policy | Our Analysis |
146
- | --- | --- | --- |
147
- | Deductible | Value of deductible in the policy | Analysis of why deductible is bad based on the given rules |
148
- [/BAD]
149
-
150
- [FINAL_VERDICT]
151
- Final and short point-wise verdict on the analysis
152
- [/FINAL_VERDICT]
153
  [/CUSTOMER_RESPONSE]
 
124
  Format your response in the following way, to present analysis to customer. Use appropriate language and emojis to portray analysis and verdicts to the customer. Generate short and crisp verdicts and analysis. Be discrete about rules, do not expose rules to customer but use them to explain reasoning and analysis:
125
 
126
  [CUSTOMER_RESPONSE]
127
+ # Our Analysis of your policy [Name of policy] by [Name of insurance company]
128
+
129
+ [GOOD]
130
+ ## Good Factors
131
+ | Factor | Your policy | Our Analysis |
132
+ | --- | --- | --- |
133
+ | Sum Insured | Value of sum insured in the policy | Analysis of why sum insured is good based on the given rules |
134
+ [/GOOD]
135
+
136
+ [AVERAGE]
137
+ ## Average Factors
138
+ | Factor | Your policy | Our Analysis |
139
+ | --- | --- | --- |
140
+ | Copay | Value of copayment in the policy | Analysis of why copay is average based on the given rules |
141
+ [/AVERAGE]
142
+
143
+ [BAD]
144
+ ## Bad Factors
145
+ | Factor | Your policy | Our Analysis |
146
+ | --- | --- | --- |
147
+ | Deductible | Value of deductible in the policy | Analysis of why deductible is bad based on the given rules |
148
+ [/BAD]
149
+
150
+ [FINAL_VERDICT]
151
+ Final and short point-wise verdict on the analysis
152
+ [/FINAL_VERDICT]
153
  [/CUSTOMER_RESPONSE]