Skip to content

Commit 44c8bc6

Browse files
committed
Merge branch 'feature/assessment-validation-config' into 'develop'
Configured default value for assessment validation to false See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!313
2 parents 2bba1d8 + 6c72647 commit 44c8bc6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

config_library/pattern-2/bank-statement-sample/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ summarization:
371371
372372
assessment:
373373
enabled: true
374-
validation_enabled: true
374+
validation_enabled: false
375375
image:
376376
target_height: ''
377377
target_width: ''

config_library/pattern-2/criteria-validation/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
notes: Criteria validation configuration for healthcare/insurance prior authorization
55
assessment:
66
enabled: true
7-
validation_enabled: true
7+
validation_enabled: false
88
criteria_validation:
99
model: us.anthropic.claude-3-5-sonnet-20240620-v1:0
1010
temperature: 0.0

config_library/pattern-2/lending-package-sample/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ summarization:
11351135
You are a document summarization expert who can analyze and summarize documents from various domains including medical, financial, legal, and general business documents. Your task is to create a summary that captures the key information, main points, and important details from the document. Your output must be in valid JSON format. \nSummarization Style: Balanced\\nCreate a balanced summary that provides a moderate level of detail. Include the main points and key supporting information, while maintaining the document's overall structure. Aim for a comprehensive yet concise summary.\n Your output MUST be in valid JSON format with markdown content. You MUST strictly adhere to the output format specified in the instructions.
11361136
assessment:
11371137
enabled: true
1138-
validation_enabled: true
1138+
validation_enabled: false
11391139
image:
11401140
target_height: ''
11411141
target_width: ''

config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ pricing:
927927
price: '1.875E-5'
928928
assessment:
929929
enabled: true
930-
validation_enabled: true
930+
validation_enabled: false
931931
image:
932932
target_height: ''
933933
target_width: ''

config_library/pattern-2/rvl-cdip-package-sample/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ summarization:
609609
You are a document summarization expert who can analyze and summarize documents from various domains including medical, financial, legal, and general business documents. Your task is to create a summary that captures the key information, main points, and important details from the document. Your output must be in valid JSON format. \nSummarization Style: Balanced\\nCreate a balanced summary that provides a moderate level of detail. Include the main points and key supporting information, while maintaining the document's overall structure. Aim for a comprehensive yet concise summary.\n Your output MUST be in valid JSON format with markdown content. You MUST strictly adhere to the output format specified in the instructions.
610610
assessment:
611611
enabled: true
612-
validation_enabled: true
612+
validation_enabled: false
613613
image:
614614
target_height: ''
615615
target_width: ''

patterns/pattern-2/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ Resources:
635635
validation_enabled:
636636
type: boolean
637637
description: Enable or disable assessment validation checks
638-
default: true
638+
default: false
639639
order: 1
640640
dependsOn: {
641641
field: "enabled",

0 commit comments

Comments
 (0)