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

@@ -26,7 +26,7 @@ fn make_session(id: &str) -> ChatSessionRow {
created_at: 1_700_000_000,
updated_at: 1_700_000_000,
title: Some(format!("Title for {id}")),
config_snapshot_json: r#"{"prompt_template_version":"rag-v1","llm.model":"gemma4:e4b"}"#
config_snapshot_json: r#"{"prompt_template_version":"rag-v2","llm.model":"gemma4:e4b"}"#
.to_string(),
}
}