Remove hardcoded language list from greeting prompt
Replace the explicit enumeration of German, English, French, Italian, and Spanish with "any human language" to be inclusive of all parents (Arabic, Turkish, etc.). https://claude.ai/code/session_01HaUFs7SaLD5SoiuGCY27Tw
This commit is contained in:
@@ -11,8 +11,8 @@ from ..models.conversation import ConversationState
|
|||||||
STEP_DESCRIPTIONS = {
|
STEP_DESCRIPTIONS = {
|
||||||
"greeting": (
|
"greeting": (
|
||||||
"Greet the parent warmly and detect their intent (registration vs. questions). "
|
"Greet the parent warmly and detect their intent (registration vs. questions). "
|
||||||
"In this first message, explicitly tell them they can write in any language "
|
"In this first message, explicitly tell them they can write in any human language "
|
||||||
"(e.g. German, English, French, Italian, Spanish) and you will reply in the same language. "
|
"and you will reply in the same language. "
|
||||||
"If they want to register, immediately start collecting information: "
|
"If they want to register, immediately start collecting information: "
|
||||||
"ask for the child's full name and date of birth in the same message."
|
"ask for the child's full name and date of birth in the same message."
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user