refs #739: document DB-owned task and few-shot policy
This commit is contained in:
17
database/adb/133_sgmp_restore_czn06_exact_fewshot.sql
Normal file
17
database/adb/133_sgmp_restore_czn06_exact_fewshot.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
-- CZN-06 is a verified, exact customer question/SQL pair. It must be a
|
||||
-- runtime Few-shot when approved; RETIRED is the DB switch that excludes it.
|
||||
-- This is a single-game reference, so keep the retrieval scope explicit.
|
||||
UPDATE sg_qa_vector_example
|
||||
SET reference_status = 'APPROVED',
|
||||
reference_kind = 'SQL_TEMPLATE',
|
||||
target_type = 'SINGLE',
|
||||
object_role = 'COUNTRY_GROUPED_DAILY_AU',
|
||||
inspection_status = 'VERIFIED',
|
||||
inspection_note = 'Verified exact CZN-06 Few-shot restored for runtime retrieval. Daily country AU requires AU_FLAG=1 and EXPT_USER_YN=''N''; STD_USER_YN alone is insufficient.',
|
||||
verified_at = SYSTIMESTAMP,
|
||||
verified_by = 'SGMP_POC_METADATA_REVIEW'
|
||||
WHERE source_type = 'CUSTOMER_QA_BENCHMARK'
|
||||
AND source_case_id = 'CZN-06'
|
||||
/
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user