fix: export build_memory_section function for fallback prompt

This commit is contained in:
Apple
2025-11-16 05:14:40 -08:00
parent 1ed1181105
commit df6000f9d7
2 changed files with 4 additions and 4 deletions

View File

@@ -202,8 +202,8 @@ class RouterApp:
)
else:
# Fallback: Memory only prompt
from utils.rag_prompt_builder import _build_memory_section
memory_section = _build_memory_section(memory_ctx)
from utils.rag_prompt_builder import build_memory_section
memory_section = build_memory_section(memory_ctx)
final_prompt = (
"Ти — експерт-консультант з токеноміки та архітектури DAO в екосистемі DAARION.city.\n"