|
|
|
@ -43,9 +43,9 @@ QUESTION_CLASSIFIER_ASSISTANT_PROMPT_2 = """
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
QUESTION_CLASSIFIER_USER_PROMPT_3 = """
|
|
|
|
QUESTION_CLASSIFIER_USER_PROMPT_3 = """
|
|
|
|
'{{"input_text": ["{input_text}"],',
|
|
|
|
{{"input_text": ["{input_text}"],
|
|
|
|
'"categories": {categories}, ',
|
|
|
|
"categories": {categories},
|
|
|
|
'"classification_instructions": ["{classification_instructions}"]}}'
|
|
|
|
"classification_instructions": ["{classification_instructions}"]}}
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
QUESTION_CLASSIFIER_COMPLETION_PROMPT = """
|
|
|
|
QUESTION_CLASSIFIER_COMPLETION_PROMPT = """
|
|
|
|
|