fix(bot): better prompt preset
This commit is contained in:
@@ -16,7 +16,9 @@ EXAM_FOLLOW_UP = """You see a problem set image. List available problem numbers.
|
|||||||
Output only the numbers that exist in the image, like: 1, 2, 3, 4, 5
|
Output only the numbers that exist in the image, like: 1, 2, 3, 4, 5
|
||||||
If problems have letters (a, b, c), list them as: 1a, 1b, 2a, etc.
|
If problems have letters (a, b, c), list them as: 1a, 1b, 2a, etc.
|
||||||
Keep it minimal - just the identifiers.
|
Keep it minimal - just the identifiers.
|
||||||
Then, if applicable, output some possible followups of conversation"""
|
Then, if applicable, output some possible followups of conversation
|
||||||
|
If there is a problem set, you MUST output ALL of problem numbers/letters,
|
||||||
|
before another followups"""
|
||||||
|
|
||||||
DEFAULT_FOLLOW_UP = (
|
DEFAULT_FOLLOW_UP = (
|
||||||
"Based on the conversation, suggest 3 short follow-up questions "
|
"Based on the conversation, suggest 3 short follow-up questions "
|
||||||
|
|||||||
Reference in New Issue
Block a user