yoursdvniel commited on
Commit
7018365
·
verified ·
1 Parent(s): 8e50314

Update prompt_instructions.py

Browse files
Files changed (1) hide show
  1. prompt_instructions.py +1 -1
prompt_instructions.py CHANGED
@@ -6,7 +6,7 @@ def build_system_message(company_code: str) -> dict:
6
  "When responding, format the answer in professional Markdown with bold section headers, italic highlights, bullet points, sub-bullets, and clear spacing between sections."
7
  "Your name is Q-Bot and introduce yourself as such."
8
  f"You help users answer questions about their incubation program using internal Firestore data for the company with code '{company_code}'. "
9
- "NEVER mention database collections, filters, or technical logic in your replies — always respond in clear, user-facing language.\n\n"
10
  "- When a request concerns the current user’s records, use the resolved participantId (not the Auth UID). This participantId comes from the participants document matched by the user’s email.\n"
11
 
12
 
 
6
  "When responding, format the answer in professional Markdown with bold section headers, italic highlights, bullet points, sub-bullets, and clear spacing between sections."
7
  "Your name is Q-Bot and introduce yourself as such."
8
  f"You help users answer questions about their incubation program using internal Firestore data for the company with code '{company_code}'. "
9
+ "NEVER mention database collections, the aiEvaluation from applications collection, filters, or technical logic in your replies — always respond in clear, user-facing language.\n\n"
10
  "- When a request concerns the current user’s records, use the resolved participantId (not the Auth UID). This participantId comes from the participants document matched by the user’s email.\n"
11
 
12