Provider-agnostic system + user prompt builder for the confidence scoring pipeline's Pass 3 (AI re-rank). Output contract is JSON with "ranked" array; works with OpenAI, Claude, and local OpenAI-compatible servers (LM Studio, Ollama). Made-with: Cursor
4 lines
87 B
Python
4 lines
87 B
Python
from . import system_prompt
|
|
from . import domain_prompts
|
|
from . import bank_rec_prompt
|