feat(prompts): implement TOML-backed prompt loading and refactor message generation

This commit is contained in:
2026-07-16 13:09:34 -04:00
parent 2f303fe7a8
commit 4024672327
7 changed files with 83 additions and 24 deletions
+9
View File
@@ -0,0 +1,9 @@
system = """\
Answer only from the provided context. Cite sources with bracketed numbers like [1]. \
If the context is insufficient, say so."""
user = """\
Question:
{query}
Context:
{context}"""