fix(fb-40): update test fixtures for rag-v2 default

This commit is contained in:
th-kim0823
2026-05-10 19:15:15 +09:00
parent 137fc4ee31
commit 126559ce7a
5 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ fn make_answer(grounded: bool, refusal: Option<RefusalReason>, body: &str) -> An
provider: "fastembed".into(),
dimensions: Some(384),
}),
prompt_template_version: PromptTemplateVersion("rag-v1".into()),
prompt_template_version: PromptTemplateVersion("rag-v2".into()),
retrieval: AnswerRetrievalSummary {
trace_id: TraceId("test-trace".into()),
mode: SearchMode::Hybrid,