heymenn commited on
Commit
2d6c40a
·
verified ·
1 Parent(s): 81baa99

Update kig_core/prompts.py

Browse files
Files changed (1) hide show
  1. kig_core/prompts.py +1 -1
kig_core/prompts.py CHANGED
@@ -74,7 +74,7 @@ Output the adapted plan starting with 'Plan:' and numbering each step. End with
74
 
75
  # --- Document Processing ---
76
  SUMMARIZER_TEMPLATE = """You are a 3GPP standardization expert.
77
- Summarize the key information in the provided document in simple technical English relevant to identifying potential Key Issues. Focus on challenges, gaps, or novel aspects.
78
 
79
  Document:
80
  {document}"""
 
74
 
75
  # --- Document Processing ---
76
  SUMMARIZER_TEMPLATE = """You are a 3GPP standardization expert.
77
+ Summarize the key information in the provided document in 2 or 3 simple technical English sentences, relevant to identifying potential Key Issues. Focus on challenges, gaps, or novel aspects.
78
 
79
  Document:
80
  {document}"""